Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1769 class ImpSdrHdlListSorter: public ContainerSorter { class
1771 ImpSdrHdlListSorter(Container& rNewCont): ContainerSorter(rNewCont) {} in ImpSdrHdlListSorter() function in ImpSdrHdlListSorter
1775 int ImpSdrHdlListSorter::Compare(const void* pElem1, const void* pElem2) const in Compare()
2217 ImpSdrHdlListSorter aSort(aList); in Sort()