LibreOffice
LibreOffice 25.8 SDK API Reference
|
a description of how a cell range is to be sorted. More...
import "SheetSortDescriptor.idl";
Included Services | |
service | com::sun::star::table::TableSortDescriptor |
provides common table sorting properties. | |
Included Services inherited from TableSortDescriptor | |
service | com::sun::star::util::SortDescriptor |
contains common sorting properties. |
Public Attributes | |
boolean | BindFormatsToContent |
specifies if cell formats are moved with the contents they belong to. | |
boolean | IsUserListEnabled |
specifies if a user defined sorting list is used. | |
long | UserListIndex |
specifies which user defined sorting list is used. | |
boolean | CopyOutputData |
specifies if the sorted data should be copied to another position in the document. | |
com::sun::star::table::CellAddress | OutputPosition |
specifies the position where sorted data are to be copied. | |
Public Attributes inherited from TableSortDescriptor | |
long | MaxFieldCount |
contains the maximum number of sort fields the descriptor can hold. | |
com::sun::star::table::TableOrientation | Orientation |
specifies the sorting orientation (sort rows or columns). | |
boolean | ContainsHeader |
specifies whether the first row or column (depending on com::sun::star::util::SortDescriptor::SortColumns) is a header which should not be sorted. | |
Public Attributes inherited from SortDescriptor | |
boolean | IsCaseSensitive |
specifies if the case of letters is important when comparing entries. | |
boolean | SortAscending |
specifies the sorting order. | |
boolean | SortColumns |
specifies if the columns are sorted. | |
com::sun::star::lang::Locale | CollatorLocale |
specifies the locale for the compare operator (collator). | |
string | CollatorAlgorithm |
specifies the algorithm for the compare operator (collator). |
a description of how a cell range is to be sorted.
This service extends the com::sun::star::table::TableSortDescriptor service with spreadsheet specific properties.
provides common table sorting properties.
|
property |
specifies if cell formats are moved with the contents they belong to.
|
property |
specifies if the sorted data should be copied to another position in the document.
|
property |
specifies if a user defined sorting list is used.
|
property |
specifies the position where sorted data are to be copied.
This property is only used, if SheetSortDescriptor::CopyOutputData is TRUE.
|
property |
specifies which user defined sorting list is used.
This property is only used, if SheetSortDescriptor::IsUserListEnabled is TRUE.