- Description
- makes it possible to sort the contents of this object.
The available properties describing the sort criterias are
defined in the sort descriptor implemented by the object that
implements this interface.
There are older deprecated sort descriptors:
- com::sun::star::util::SortDescriptor
- com::sun::star::table::TableSortDescriptor
- com::sun::star::text::TextSortDescriptor
And a new set of sort descriptors:
- com::sun::star::util::SortDescriptor2
- com::sun::star::table::TableSortDescriptor2
- com::sun::star::text::TextSortDescriptor2
Both types may be implemented by the same object.
When calling the sort method however properties from different
descriptors must not be mixed.
- Developers Guide
-
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|