Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx263 if (a<b) ImpSubSort(a,b); in DoSort()
270 void ContainerSorter::ImpSubSort(long nL, long nR) const in ImpSubSort() function in ContainerSorter
291 if (nL<j) ImpSubSort(nL,j); in ImpSubSort()
292 if (i<nR) ImpSubSort(i,nR); in ImpSubSort()
/trunk/main/svx/inc/svx/
H A Dsvdetc.hxx146 void ImpSubSort(long nL, long nR) const;

Completed in 22 milliseconds