LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_table_TableSortDescriptor_idl__
21 #define __com_sun_star_table_TableSortDescriptor_idl__
28 module
com { module sun { module star { module table {
49 [property] sequence<com::sun::star::util::SortField>
SortFields;
com::sun::star::table::TableOrientation Orientation
specifies the sorting orientation (sort rows or columns).
Definition: TableSortDescriptor.idl:65
boolean ContainsHeader
specifies whether the first row or column (depending on com::sun::star::util::SortDescriptor::SortCol...
Definition: TableSortDescriptor.idl:72
sequence< com::sun::star::util::SortField > SortFields
specifies the descriptions of the individual sort fields.
Definition: TableSortDescriptor.idl:44
TableOrientation
used to select whether operations are carried out on columns or rows.
Definition: TableOrientation.idl:30
specifies the properties which can be used to describe a sort order applied to an XSortable.
Definition: SortDescriptor.idl:38
Definition: Ambiguous.idl:22
long MaxFieldCount
contains the maximum number of sort fields the descriptor can hold.
Definition: TableSortDescriptor.idl:54
contains properties which describe sorting of rows or columns in a table.
Definition: TableSortDescriptor.idl:40