| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
represents a description of how subtotals are created. More...
import "SubTotalDescriptor.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::sheet::XSubTotalDescriptor | 
| provides access to the collection of subtotal fields. | |
| interface | com::sun::star::container::XEnumerationAccess | 
| creates an enumeration of all sub total fields. | |
| interface | com::sun::star::container::XIndexAccess | 
| provides access to the sub total fields in the collection via index. | |
| interface | com::sun::star::beans::XPropertySet | 
| published service PropertySet | |
| Public Attributes | |
| boolean | InsertPageBreaks | 
| specifies if page breaks are inserted after each group change. | |
| boolean | IsCaseSensitive | 
| specifies if the case of letters is important when comparing entries. | |
| boolean | EnableUserSortList | 
| specifies if a user defined sorting list is used. | |
| long | UserSortListIndex | 
| specifies which user defined sorting list is used. | |
| boolean | BindFormatsToContent | 
| specifies if cell formats are moved with the contents they belong to. | |
| boolean | EnableSort | 
| specifies if the contents of the fields will be sorted to groups while performing a subtotal operation. | |
| boolean | SortAscending | 
| specifies the sorting order if SubTotalDescriptor::EnableSort is set to TRUE. | |
| long | MaxFieldCount | 
| returns the maximum number of subtotal fields the descriptor can hold. | |
represents a description of how subtotals are created.
The descriptor contains properties and a collection of subtotal fields which control the behavior of operation.
| interface com::sun::star::beans::XPropertySet | 
published service PropertySet
provides access to the properties.
creates an enumeration of all sub total fields.
| interface com::sun::star::container::XIndexAccess | 
provides access to the sub total fields in the collection via index.
provides access to the collection of subtotal fields.
| 
 | property | 
specifies if cell formats are moved with the contents they belong to.
| 
 | property | 
specifies if the contents of the fields will be sorted to groups while performing a subtotal operation.
| 
 | property | 
specifies if a user defined sorting list is used.
| 
 | property | 
specifies if page breaks are inserted after each group change.
| 
 | property | 
specifies if the case of letters is important when comparing entries.
| 
 | propertyreadonly | 
returns the maximum number of subtotal fields the descriptor can hold.
This read-only property indicates the maximum count of fields the current implementation supports.
| 
 | property | 
specifies the sorting order if SubTotalDescriptor::EnableSort is set to TRUE.
| 
 | property | 
specifies which user defined sorting list is used.
This property is only used if SubTotalDescriptor::EnableUserSortList is TRUE.