represents a description of how subtotals are created.
More...
import"SubTotalDescriptor.idl";
|
void | addNew ([in] sequence< com::sun::star::sheet::SubTotalColumn > aSubTotalColumns, [in] long nGroupColumn) |
| adds a subtotal field definition to the descriptor. More...
|
|
void | clear () |
| removes all subtotal field definitions from the descriptor. More...
|
|
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...
|
|
com::sun::star::container::XEnumeration | createEnumeration () |
|
type | getElementType () |
|
boolean | hasElements () |
|
long | getCount () |
|
any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) |
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName, [in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
represents a description of how subtotals are created.
The descriptor contains properties and a collection of subtotal fields which control the behavior of operation.
- Developers Guide
- Spreadsheet Documents - Subtotals
◆ com::sun::star::beans::XPropertySet
published service PropertySet
provides access to the properties.
◆ com::sun::star::container::XEnumerationAccess
◆ com::sun::star::container::XIndexAccess
provides access to the sub total fields in the collection via index.
◆ com::sun::star::sheet::XSubTotalDescriptor
provides access to the collection of subtotal fields.
◆ BindFormatsToContent
boolean BindFormatsToContent |
|
property |
specifies if cell formats are moved with the contents they belong to.
◆ EnableSort
specifies if the contents of the fields will be sorted to groups while performing a subtotal operation.
◆ EnableUserSortList
boolean EnableUserSortList |
|
property |
specifies if a user defined sorting list is used.
◆ InsertPageBreaks
specifies if page breaks are inserted after each group change.
◆ IsCaseSensitive
specifies if the case of letters is important when comparing entries.
◆ MaxFieldCount
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.
◆ SortAscending
◆ UserSortListIndex
The documentation for this service was generated from the following file: