LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains methods to handle a subtotal descriptor. More...
import"XSubTotalCalculatable.idl";
Public Member Functions | |
com::sun::star::sheet::XSubTotalDescriptor | createSubTotalDescriptor ([in] boolean bEmpty) |
creates a subtotal descriptor. More... | |
void | applySubTotals ([in] com::sun::star::sheet::XSubTotalDescriptor xDescriptor, [in] boolean bReplace) |
creates subtotals using the settings of the passed descriptor. More... | |
void | removeSubTotals () |
removes the subtotals from the current object. 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... | |
contains methods to handle a subtotal descriptor.
The subtotal descriptor provides properties to set up the subtotal function.
void applySubTotals | ( | [in] com::sun::star::sheet::XSubTotalDescriptor | xDescriptor, |
[in] boolean | bReplace | ||
) |
creates subtotals using the settings of the passed descriptor.
xDescriptor | the subtotal descriptor with the settings used for the subtotal operation. |
bReplace | if set to TRUE , replaces previous subtotal results. |
com::sun::star::sheet::XSubTotalDescriptor createSubTotalDescriptor | ( | [in] boolean | bEmpty | ) |
creates a subtotal descriptor.
bEmpty | if set to TRUE , creates an empty descriptor. If set to FALSE , fills the descriptor with previous settings of the current object (i.e. a database range). |
void removeSubTotals | ( | ) |
removes the subtotals from the current object.