Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSortable

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to sort the contents of this object.


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.
com::sun::star::text::TextCursor A TextCursor is a TextRange which can be moved within a Text object.
com::sun::star::text::TextTable is a table of text cells which is anchored to a surrounding text.

Methods' Summary

createSortDescriptor
sort sorts the contents of the object according to the specified SortDescriptor .

Methods' Details

createSortDescriptor
 
sequence< com::sun::star::beans::PropertyValue >
createSortDescriptor();
Returns
a sequence of arguments which can be used to specify the search.
sort
 
void
sort(
[ in ] sequence< com::sun::star::beans::PropertyValue > xDescriptor );

Description
sorts the contents of the object according to the specified SortDescriptor .

Top of Page