22 module
com { module sun { module star { module text {
Definition Ambiguous.idl:20
describes sort criteria for sorting text.
Definition TextSortDescriptor.idl:29
boolean IsSortNumeric1
determines if the sorting in the second search key is done in numeric or alphanumeric order.
Definition TextSortDescriptor.idl:61
boolean IsSortInTable
determines if the content of a table is to be sorted.
Definition TextSortDescriptor.idl:38
long SortRowOrColumnNo0
contains the row or column index used in the first search key.
Definition TextSortDescriptor.idl:42
long SortRowOrColumnNo1
contains the row or column index used in the second search key.
Definition TextSortDescriptor.idl:56
long SortRowOrColumnNo2
contains the row or column index used in the third search key.
Definition TextSortDescriptor.idl:70
boolean IsSortNumeric2
determines if the sorting in the third search key is done in numeric or alphanumeric order.
Definition TextSortDescriptor.idl:75
boolean IsSortNumeric0
determines if the sorting in the first search key is done numeric or alphanumeric order.
Definition TextSortDescriptor.idl:47
boolean IsSortAscending2
determines if the sorting in the third search key is done in ascending or descending order.
Definition TextSortDescriptor.idl:80
char Delimiter
contains the character that marks the separation of columns.
Definition TextSortDescriptor.idl:34
boolean IsSortAscending0
determines if the sorting in the first search key is done in ascending or descending order.
Definition TextSortDescriptor.idl:52
boolean IsSortAscending1
determines if the sorting in the second search key is done in ascending or descending order.
Definition TextSortDescriptor.idl:66
specifies the properties which can be used to describe a sort order applied to an XSortable.
Definition SortDescriptor.idl:32