LibreOffice
LibreOffice 4.3 SDK API Reference
Public Attributes | List of all members
NumberedSortingInfo Struct Referencepublished

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...
 

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

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.


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