| LibreOffice
    LibreOffice 24.8 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. | |
| void | applySubTotals ([in] com::sun::star::sheet::XSubTotalDescriptor xDescriptor, [in] boolean bReplace) | 
| creates subtotals using the settings of the passed descriptor. | |
| void | removeSubTotals () | 
| removes the subtotals from the current object. | |
| 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. | |
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.