service TextSortDescriptor in module com::sun::star::text::

(Global Index)

Syntax

service TextSortDescriptor;

Description

describes sort criteria for sorting text.

Included Services

com::sun::star::util::SortDescriptor

Description

specifies the properties which can be used to describe a sort order applied to an XSortable.


Property Summary

Delimiter contains the character that marks the separation of columns.

IsSortInTable determines if the content of a table is to be sorted.

SortRowOrColumnNo0 contains the row or column index used in the first search key.

IsSortNumeric0 determines if the sorting in the first search key is done numeric or alphanumeric order.

IsSortAscending0 determines if the sorting in the first search key is done in ascending or descending order.

SortRowOrColumnNo1 contains the row or column index used in the second search key.

IsSortNumeric1 determines if the sorting in the second search key is done in numeric or alphanumeric order.

IsSortAscending1 determines if the sorting in the second search key is done in ascending or descending order.

SortRowOrColumnNo2 contains the row or column index used in the third search key.

IsSortNumeric2 determines if the sorting in the third search key is done in numeric or alphanumeric order.

IsSortAscending2 determines if the sorting in the third search key is done in ascending or descending order.

Property Details



Delimiter

Syntax

char Delimiter;

Description

contains the character that marks the separation of columns.


IsSortInTable

Syntax

boolean IsSortInTable;

Description

determines if the content of a table is to be sorted.


SortRowOrColumnNo0

Syntax

long SortRowOrColumnNo0;

Description

contains the row or column index used in the first search key.


IsSortNumeric0

Syntax

boolean IsSortNumeric0;

Description

determines if the sorting in the first search key is done numeric or alphanumeric order.


IsSortAscending0

Syntax

boolean IsSortAscending0;

Description

determines if the sorting in the first search key is done in ascending or descending order.


SortRowOrColumnNo1

Syntax

long SortRowOrColumnNo1;

Description

contains the row or column index used in the second search key.


IsSortNumeric1

Syntax

boolean IsSortNumeric1;

Description

determines if the sorting in the second search key is done in numeric or alphanumeric order.


IsSortAscending1

Syntax

boolean IsSortAscending1;

Description

determines if the sorting in the second search key is done in ascending or descending order.


SortRowOrColumnNo2

Syntax

long SortRowOrColumnNo2;

Description

contains the row or column index used in the third search key.


IsSortNumeric2

Syntax

boolean IsSortNumeric2;

Description

determines if the sorting in the third search key is done in numeric or alphanumeric order.


IsSortAscending2

Syntax

boolean IsSortAscending2;

Description

determines if the sorting in the third search key is done in ascending or descending order.

Top of Page