LibreOffice
LibreOffice 25.8 SDK API Reference
|
contains properties which describe sorting of rows or columns in a table. More...
import "TableSortDescriptor.idl";
Public Types | |
typedef sequence< com::sun::star::util::SortField > | SortFields |
specifies the descriptions of the individual sort fields. |
Included Services | |
service | com::sun::star::util::SortDescriptor |
contains common sorting properties. |
Public Attributes | |
long | MaxFieldCount |
contains the maximum number of sort fields the descriptor can hold. | |
com::sun::star::table::TableOrientation | Orientation |
specifies the sorting orientation (sort rows or columns). | |
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. | |
Public Attributes inherited from SortDescriptor | |
boolean | IsCaseSensitive |
specifies if the case of letters is important when comparing entries. | |
boolean | SortAscending |
specifies the sorting order. | |
boolean | SortColumns |
specifies if the columns are sorted. | |
com::sun::star::lang::Locale | CollatorLocale |
specifies the locale for the compare operator (collator). | |
string | CollatorAlgorithm |
specifies the algorithm for the compare operator (collator). |
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.
|
property |
specifies the descriptions of the individual sort fields.
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.