LibreOffice
LibreOffice 7.1 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. More... | |
interface | com::sun::star::container::XEnumerationAccess |
creates an enumeration of all sub total fields. More... | |
interface | com::sun::star::container::XIndexAccess |
provides access to the sub total fields in the collection via index. More... | |
interface | com::sun::star::beans::XPropertySet |
published service PropertySet More... | |
Public Attributes | |
boolean | InsertPageBreaks |
specifies if page breaks are inserted after each group change. More... | |
boolean | IsCaseSensitive |
specifies if the case of letters is important when comparing entries. More... | |
boolean | EnableUserSortList |
specifies if a user defined sorting list is used. More... | |
long | UserSortListIndex |
specifies which user defined sorting list is used. More... | |
boolean | BindFormatsToContent |
specifies if cell formats are moved with the contents they belong to. More... | |
boolean | EnableSort |
specifies if the contents of the fields will be sorted to groups while performing a subtotal operation. More... | |
boolean | SortAscending |
specifies the sorting order if SubTotalDescriptor::EnableSort is set to TRUE . More... | |
long | MaxFieldCount |
returns the maximum number of subtotal fields the descriptor can hold. More... | |
Additional Inherited Members | |
![]() | |
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.
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
.