Searched refs:aLess (Results 1 – 3 of 3) sorted by relevance
/trunk/main/autodoc/source/ary/cpp/ |
H A D | c_reposypart.cxx | 161 ::ary::LesserName aLess; 173 return aLess(s1, s2); in operator ()() 431 aLess(ce_storage, def_storage); in Get_AlphabeticalList() local 433 std::sort(o_result.begin(), o_result.end(), aLess); in Get_AlphabeticalList()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 408 ScShapeDataLess aLess; in Notify() local 409 …std::sort(maZOrderedShapes.begin(), maZOrderedShapes.end(), aLess); // sort, because the z index o… in Notify() 951 ScShapeDataLess aLess; in FindSelectedShapesChanges() local 952 std::sort(aShapesList.begin(), aShapesList.end(), aLess); in FindSelectedShapesChanges() 1349 ScShapeDataLess aLess; in FindShape() local 1350 rItr = std::lower_bound(maZOrderedShapes.begin(), maZOrderedShapes.end(), &aShape, aLess); in FindShape() 1374 ScShapeDataLess aLess; in Compare() local 1376 sal_Bool bResult1(aLess(pData1, pData2)); in Compare() 1377 sal_Bool bResult2(aLess(pData2, pData1)); in Compare()
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 6704 AnnotSorterLess aLess( m_aWidgets ); in sortWidgets() local 6705 std::stable_sort( it->second.aSortedAnnots.begin(), it->second.aSortedAnnots.end(), aLess ); in sortWidgets()
|
Completed in 62 milliseconds