22module 
com {  module sun {  module star {  module util {
 
   83    void sort( [in] sequence< com::sun::star::beans::PropertyValue > xDescriptor );
 
 
base interface of all UNO interfaces
Definition XInterface.idl:46
makes it possible to sort the contents of this object.
Definition XSortable.idl:50
void sort([in] sequence< com::sun::star::beans::PropertyValue > xDescriptor)
sorts the contents of the object according to the specified properties.
sequence< com::sun::star::beans::PropertyValue > createSortDescriptor()
Definition Ambiguous.idl:20