LibreOffice
LibreOffice 7.4 SDK API Reference
|
a description of how a cell range is to be sorted. More...
import"SheetSortDescriptor2.idl";
Included Services | |
service | com::sun::star::table::TableSortDescriptor2 |
provides common sorting properties. More... | |
![]() | |
service | com::sun::star::util::SortDescriptor2 |
Public Attributes | |
boolean | BindFormatsToContent |
specifies if cell formats are moved with the contents they belong to. More... | |
boolean | IsUserListEnabled |
specifies if a user defined sorting list is used. More... | |
long | UserListIndex |
specifies which user defined sorting list is used. More... | |
boolean | CopyOutputData |
specifies if the sorted data should be copied to another position in the document. More... | |
com::sun::star::table::CellAddress | OutputPosition |
specifies the position where sorted data are to be copied. More... | |
boolean | ContainsHeader |
specifies whether the first row or column (depending on com::sun::star::table::TableSortDescriptor::Orientation) is a header which should not be sorted. More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
typedef sequence< com::sun::star::table::TableSortField > | SortFields |
specifies a list of individual sort fields. More... | |
a description of how a cell range is to be sorted.
This service extends the com::sun::star::table::TableSortDescriptor2 service with spreadsheet specific properties.
provides common sorting properties.
The fields in the SortFields property are not fully supported at the moment. IsCaseSensitive, CollatorLocale and CollatorAlgorithm are only supported once and if every field contains different of this it gives undefined results.
|
property |
specifies if cell formats are moved with the contents they belong to.
|
property |
specifies whether the first row or column (depending on com::sun::star::table::TableSortDescriptor::Orientation) is a header which should not be sorted.
|
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
.