LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XCalculatable_idl__
21 #define __com_sun_star_sheet_XCalculatable_idl__
26 module
com { module sun { module star { module sheet {
boolean isAutomaticCalculationEnabled()
returns whether automatic calculation is enabled.
represents something that can recalculate.
Definition: XCalculatable.idl:32
void enableAutomaticCalculation([in] boolean bEnabled)
enables automatic calculation.
void calculateAll()
recalculates all cells.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void calculate()
recalculates all dirty cells.