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