LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains properties which describe sorting of rows or columns in a table. More...
import"TableSortDescriptor.idl";
Included Services | |
service | com::sun::star::util::SortDescriptor |
contains common sorting properties. More... | |
Public Attributes | |
sequence< com::sun::star::util::SortField > | SortFields |
specifies the descriptions of the individual sort fields. More... | |
long | MaxFieldCount |
contains the maximum number of sort fields the descriptor can hold. More... | |
com::sun::star::table::TableOrientation | Orientation |
specifies the sorting orientation (sort rows or columns). More... | |
boolean | ContainsHeader |
specifies whether the first row or column (depending on com::sun::star::util::SortDescriptor::SortColumns) is a header which should not be sorted. More... | |
![]() | |
boolean | IsCaseSensitive |
specifies if the case of letters is important when comparing entries. More... | |
boolean | SortAscending |
specifies the sorting order. More... | |
boolean | SortColumns |
specifies if the columns are sorted. More... | |
com::sun::star::lang::Locale | CollatorLocale |
specifies the locale for the compare operator (collator). More... | |
string | CollatorAlgorithm |
specifies the algorithm for the compare operator (collator). More... | |
Additional Inherited Members | |
![]() | |
interface | com::sun::star::beans::XPropertySet |
![]() | |
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... | |
![]() | |
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 properties which describe sorting of rows or columns in a table.
It extends the general com::sun::star::util::SortDescriptor with table-specific properties.
contains common sorting properties.
|
property |
specifies whether the first row or column (depending on com::sun::star::util::SortDescriptor::SortColumns) is a header which should not be sorted.
|
propertyreadonly |
contains the maximum number of sort fields the descriptor can hold.
|
property |
specifies the sorting orientation (sort rows or columns).
Some implementations may not support sorting columns.
|
property |
specifies the descriptions of the individual sort fields.