|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
specifies the properties which can be used to describe a sort order applied to an XSortable. More...
import "SortDescriptor.idl";
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
Public Attributes | |
| 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). | |
specifies the properties which can be used to describe a sort order applied to an XSortable.
| interface com::sun::star::beans::XPropertySet |
|
optionalproperty |
specifies the algorithm for the compare operator (collator).
The collator algorithm may be defined for separate keys in specific implementations. For those this property may not need to be set.
|
property |
specifies the locale for the compare operator (collator).
|
property |
specifies if the case of letters is important when comparing entries.
|
optionalproperty |
specifies the sorting order.
The sorting order may be defined for separate keys in specific implementations. For those this property may not need to be set.
|
property |
specifies if the columns are sorted.
The columns are sorted.