struct SortField in module com::sun::star::util::

(Global Index)

Syntax

struct SortField;

Description

describes a single field in a sort descriptor.

Field Summary

Field index of the field in the table.

SortAscending if data are sorted in ascending order, false if in descending order.

FieldType type of contents in the field.

Field Details



Field

Syntax

long Field;

Description

index of the field in the table.


SortAscending

Syntax

boolean SortAscending;

Description

if data are sorted in ascending order, false if in descending order.


FieldType

Syntax

com::sun::star::util::SortFieldType FieldType;

Description

type of contents in the field.

Top of Page