Searched refs:ContainerSorter (Results 1 – 4 of 4) sorted by relevance
258 void ContainerSorter::DoSort(sal_uIntPtr a, sal_uIntPtr b) const in DoSort()266 void ContainerSorter::Is1stLessThan2nd(const void* /*pElem1*/, const void* /*pElem2*/) const in Is1stLessThan2nd()270 void ContainerSorter::ImpSubSort(long nL, long nR) const in ImpSubSort()297 class ImpUShortContainerSorter: public ContainerSorter {299 ImpUShortContainerSorter(Container& rNewCont): ContainerSorter(rNewCont) {} in ImpUShortContainerSorter()
49 class ImpSdrUShortContSorter: public ContainerSorter53 : ContainerSorter(rNewCont) in ImpSdrUShortContSorter()323 class ImpSdrMarkListSorter: public ContainerSorter327 : ContainerSorter(rNewCont) in ImpSdrMarkListSorter()
1781 class ImpSdrHdlListSorter: public ContainerSorter {1783 ImpSdrHdlListSorter(Container& rNewCont): ContainerSorter(rNewCont) {} in ImpSdrHdlListSorter()
141 class ContainerSorter { class149 ContainerSorter(Container& rNewCont): rCont(rNewCont) {} in ContainerSorter() function in ContainerSorter