LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to consolidate ranges in a spreadsheet document. More...
import"XConsolidatable.idl";
Public Member Functions | |
com::sun::star::sheet::XConsolidationDescriptor | createConsolidationDescriptor ([in] boolean bEmpty) |
creates a consolidation descriptor. More... | |
void | consolidate ([in] com::sun::star::sheet::XConsolidationDescriptor xDescriptor) |
consolidates data from several cell ranges, using the settings in the passed descriptor. 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 methods to consolidate ranges in a spreadsheet document.
Consolidation combines the cells of multiple cell ranges, using a specific function.
void consolidate | ( | [in] com::sun::star::sheet::XConsolidationDescriptor | xDescriptor | ) |
consolidates data from several cell ranges, using the settings in the passed descriptor.
xDescriptor | the descriptor used to perform the consolidation. |
com::sun::star::sheet::XConsolidationDescriptor createConsolidationDescriptor | ( | [in] boolean | bEmpty | ) |
creates a consolidation descriptor.
bEmpty | TRUE leaves the descriptor empty, FALSE fills it with the settings from the last consolidation action. |