Home
last modified time | relevance | path

Searched refs:ContainerSorter (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdetc.cxx258 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()
H A Dsvdmark.cxx49 class ImpSdrUShortContSorter: public ContainerSorter
53 : ContainerSorter(rNewCont) in ImpSdrUShortContSorter()
323 class ImpSdrMarkListSorter: public ContainerSorter
327 : ContainerSorter(rNewCont) in ImpSdrMarkListSorter()
H A Dsvdhdl.cxx1781 class ImpSdrHdlListSorter: public ContainerSorter {
1783 ImpSdrHdlListSorter(Container& rNewCont): ContainerSorter(rNewCont) {} in ImpSdrHdlListSorter()
/AOO41X/main/svx/inc/svx/
H A Dsvdetc.hxx141 class ContainerSorter { class
149 ContainerSorter(Container& rNewCont): rCont(rNewCont) {} in ContainerSorter() function in ContainerSorter