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()
42 class ImpSdrUShortContSorter: public ContainerSorter46 : ContainerSorter(rNewCont) in ImpSdrUShortContSorter()316 class ImpSdrMarkListSorter: public ContainerSorter320 : ContainerSorter(rNewCont) in ImpSdrMarkListSorter()
1769 class ImpSdrHdlListSorter: public ContainerSorter {1771 ImpSdrHdlListSorter(Container& rNewCont): ContainerSorter(rNewCont) {} in ImpSdrHdlListSorter()
141 class ContainerSorter { class149 ContainerSorter(Container& rNewCont): rCont(rNewCont) {} in ContainerSorter() function in ContainerSorter