| LibreOffice
    LibreOffice 24.8 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. | |
| string | getScenarioComment () | 
| returns the comment for the scenario. | |
| void | setScenarioComment ([in] string aScenarioComment) | 
| sets a new comment for the scenario. | |
| void | addRanges ([in] sequence< com::sun::star::table::CellRangeAddress > aRanges) | 
| adds more ranges to the scenario. | |
| void | apply () | 
| applies the scenario. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.