LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
NumberedSortingInfo Struct Referencepublished

contains information for sorting a ContentResultSet. More...

import <NumberedSortingInfo.idl;

Public Attributes

long ColumnIndex
 sort the result set by this column.
 
boolean Ascending
 contains a flag indicating the sort mode (ascending or descending).
 

Detailed Description

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.

Member Data Documentation

◆ Ascending

boolean Ascending

contains a flag indicating the sort mode (ascending or descending).

◆ ColumnIndex

long ColumnIndex

sort the result set by this column.

Index starts with 1.


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