LibreOffice
LibreOffice 24.2 SDK API Reference
|
contains information for sorting a ContentResultSet. More...
import"NumberedSortingInfo.idl";
Public Attributes | |
long | ColumnIndex |
sort the result set by this column. More... | |
boolean | Ascending |
contains a flag indicating the sort mode (ascending or descending). More... | |
contains information for sorting a ContentResultSet.
In contrast to the struct SortingInfo this struct is used to be on the safe side, that no one asks for sorting by a property which is not contained in a ContentResultSet.
boolean Ascending |
contains a flag indicating the sort mode (ascending or descending).
long ColumnIndex |
sort the result set by this column.
Index starts with 1
.