21module 
com {  module sun {  module star {  module table {
 
   42    [property] sequence<com::sun::star::util::SortField> 
SortFields;
 
 
TableOrientation
used to select whether operations are carried out on columns or rows.
Definition TableOrientation.idl:27
Definition Ambiguous.idl:20
contains properties which describe sorting of rows or columns in a table.
Definition TableSortDescriptor.idl:33
sequence< com::sun::star::util::SortField > SortFields
specifies the descriptions of the individual sort fields.
Definition TableSortDescriptor.idl:42
long MaxFieldCount
contains the maximum number of sort fields the descriptor can hold.
Definition TableSortDescriptor.idl:47
boolean ContainsHeader
specifies whether the first row or column (depending on com::sun::star::util::SortDescriptor::SortCol...
Definition TableSortDescriptor.idl:65
com::sun::star::table::TableOrientation Orientation
specifies the sorting orientation (sort rows or columns).
Definition TableSortDescriptor.idl:58
specifies the properties which can be used to describe a sort order applied to an XSortable.
Definition SortDescriptor.idl:32