LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents something that can recalculate. More...
import"XCalculatable.idl";
Public Member Functions | |
void | calculate () |
recalculates all dirty cells. More... | |
void | calculateAll () |
recalculates all cells. More... | |
boolean | isAutomaticCalculationEnabled () |
returns whether automatic calculation is enabled. More... | |
void | enableAutomaticCalculation ([in] boolean bEnabled) |
enables automatic calculation. 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... | |
represents something that can recalculate.
void calculate | ( | ) |
recalculates all dirty cells.
This calculates all formula cells which have not yet been calculated after their precedents have changed.
void calculateAll | ( | ) |
recalculates all cells.
void enableAutomaticCalculation | ( | [in] boolean | bEnabled | ) |
enables automatic calculation.
With automatic calculation, each formula cell is recalculated whenever its value is needed after its precedents have changed. The value is needed if the cell is displayed or used in another calculation.
bEnabled | TRUE to enable automatic calculation, FALSE to disable. |
boolean isAutomaticCalculationEnabled | ( | ) |
returns whether automatic calculation is enabled.
With automatic calculation, each formula cell is recalculated whenever its value is needed after its precedents have changed. The value is needed if the cell is displayed or used in another calculation.
TRUE
, if automatic calculation is enabled.