LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to the settings of a scenario sheet. More...
import"XScenario.idl";
Public Member Functions | |
boolean | getIsScenario () |
returns TRUE if the current object is a scenario. More... | |
string | getScenarioComment () |
returns the comment for the scenario. More... | |
void | setScenarioComment ([in] string aScenarioComment) |
sets a new comment for the scenario. More... | |
void | addRanges ([in] sequence< com::sun::star::table::CellRangeAddress > aRanges) |
adds more ranges to the scenario. More... | |
void | apply () |
applies the scenario. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides access to the settings of a scenario sheet.
void addRanges | ( | [in] sequence< com::sun::star::table::CellRangeAddress > | aRanges | ) |
adds more ranges to the scenario.
void apply | ( | ) |
applies the scenario.
The contents of the scenario ranges are copied into the first non-scenario sheet which is in front of the sheet containing the scenario by itself.
boolean getIsScenario | ( | ) |
returns TRUE
if the current object is a scenario.
string getScenarioComment | ( | ) |
returns the comment for the scenario.
void setScenarioComment | ( | [in] string | aScenarioComment | ) |
sets a new comment for the scenario.