interface XSortable in module com::sun::star::util::

(Global Index)

Syntax

interface XSortable : com::sun::star::uno::XInterface ;

Description

makes it possible to sort the contents of this object.

Method Summary

createSortDescriptor

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

Known Services Which Export this Interface

com::sun::star::text::TextCursor

com::sun::star::text::TextTable

Method Details



createSortDescriptor

Syntax

sequence< com::sun::star::beans::PropertyValue > createSortDescriptor ();

Returns

a sequence of arguments which can be used to specify the search.

sort

Syntax

void sort (
sequence< com::sun::star::beans::PropertyValue > xDescriptor );

Description

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

Top of Page