|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
describes sort criteria for sorting text. More...
import "TextSortDescriptor.idl";
Included Services | |
| service | com::sun::star::util::SortDescriptor |
Public Attributes | |
| char | Delimiter |
| contains the character that marks the separation of columns. | |
| boolean | IsSortInTable |
| determines if the content of a table is to be sorted. | |
| long | SortRowOrColumnNo0 |
| contains the row or column index used in the first search key. | |
| boolean | IsSortNumeric0 |
| determines if the sorting in the first search key is done numeric or alphanumeric order. | |
| boolean | IsSortAscending0 |
| determines if the sorting in the first search key is done in ascending or descending order. | |
| long | SortRowOrColumnNo1 |
| contains the row or column index used in the second search key. | |
| boolean | IsSortNumeric1 |
| determines if the sorting in the second search key is done in numeric or alphanumeric order. | |
| boolean | IsSortAscending1 |
| determines if the sorting in the second search key is done in ascending or descending order. | |
| long | SortRowOrColumnNo2 |
| contains the row or column index used in the third search key. | |
| boolean | IsSortNumeric2 |
| determines if the sorting in the third search key is done in numeric or alphanumeric order. | |
| boolean | IsSortAscending2 |
| determines if the sorting in the third search key is done in ascending or descending order. | |
| 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). | |
describes sort criteria for sorting text.
|
property |
contains the character that marks the separation of columns.
|
property |
determines if the sorting in the first search key is done in ascending or descending order.
|
property |
determines if the sorting in the second search key is done in ascending or descending order.
|
property |
determines if the sorting in the third search key is done in ascending or descending order.
|
property |
determines if the content of a table is to be sorted.
|
property |
determines if the sorting in the first search key is done numeric or alphanumeric order.
|
property |
determines if the sorting in the second search key is done in numeric or alphanumeric order.
|
property |
determines if the sorting in the third search key is done in numeric or alphanumeric order.
|
property |
contains the row or column index used in the first search key.
|
property |
contains the row or column index used in the second search key.
|
property |
contains the row or column index used in the third search key.