22module
com { module sun { module star { module util {
SortFieldType
enumeration used to specify the type of contents in a sort field.
Definition SortFieldType.idl:30
Definition Ambiguous.idl:20
describes a single field in a sort descriptor.
Definition SortField.idl:29
long Field
index of the field in the table; 0-based.
Definition SortField.idl:32
boolean SortAscending
TRUE if data are sorted in ascending order, FALSE if in descending order.
Definition SortField.idl:37
com::sun::star::util::SortFieldType FieldType
type of contents in the field.
Definition SortField.idl:41