LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Included Services | Public Attributes | List of all members
TableSortDescriptor2 Service Referencepublished

specifies properties which describe sorting of fields (rows or columns) in a table. More...

import"TableSortDescriptor2.idl";

Inheritance diagram for TableSortDescriptor2:
SortDescriptor2 SheetSortDescriptor2 TextSortDescriptor2

Public Types

typedef sequence< com::sun::star::table::TableSortFieldSortFields
 specifies a list of individual sort fields. More...
 

Included Services

service com::sun::star::util::SortDescriptor2
 

Public Attributes

long MaxSortFieldsCount
 contains the maximum number of sort fields the descriptor can hold. More...
 
boolean IsSortColumns
 specifies if the columns or rows are to be sorted. More...
 

Detailed Description

specifies properties which describe sorting of fields (rows or columns) in a table.

Since
OOo 1.1.2

Member Typedef Documentation

◆ SortFields

specifies a list of individual sort fields.

Each entry specifies properties that state the row/column to be sorted and how that should be done.

Exported Interfaces

◆ com::sun::star::util::SortDescriptor2

Member Data Documentation

◆ IsSortColumns

boolean IsSortColumns
property

specifies if the columns or rows are to be sorted.

TRUE
The columns are to be sorted.
FALSE
The rows are to be sorted.

◆ MaxSortFieldsCount

long MaxSortFieldsCount
propertyreadonly

contains the maximum number of sort fields the descriptor can hold.


The documentation for this service was generated from the following file: