Searched refs:xSort (Results 1 – 5 of 5) sorted by relevance
108 XSortable xSort = (XSortable) UnoRuntime.queryInterface( in singleFieldSort() local110 xSort.sort(aSortDesc); in singleFieldSort()174 XSortable xSort = (XSortable) UnoRuntime.queryInterface( in sortByTwoFields() local176 xSort.sort(aSortDesc); in sortByTwoFields()246 XSortable xSort = (XSortable) UnoRuntime.queryInterface( in sortByThreeField() local248 xSort.sort(aSortDesc); in sortByThreeField()327 XSortable xSort = (XSortable) UnoRuntime.queryInterface( in sortOption() local329 xSort.sort(aSortDesc); in sortOption()
955 XSortableRef xSort = (XSortable*)xSelInt->queryInterface(XSortable::getSmartUik()); in lcl_Sort() local956 if (!xSort) return; in lcl_Sort()957 XSortDescriptorRef xDesc = xSort->createSortDescriptor(FALSE); in lcl_Sort()993 xSort->sort(xDesc); in lcl_Sort()
1202 com.sun.star.util.XSortable xSort = ( com.sun.star.util.XSortable ) in doDatabaseSamples() local1204 xSort.sort( aSortDesc ); in doDatabaseSamples()
1261 unoidl.com.sun.star.util.XSortable xSort = in doDatabaseSamples()1263 xSort.sort( aSortDesc ); in doDatabaseSamples()
3489 uno::Reference< util::XSortable > xSort( mxRange, uno::UNO_QUERY_THROW ); in Sort() local3490 uno::Sequence< beans::PropertyValue > sortDescriptor = xSort->createSortDescriptor(); in Sort()3516 xSort->sort( sortDescriptor ); in Sort()
Completed in 72 milliseconds