Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxestring.cxx47 auto [aItL, aItR] = std::mismatch(rLeft.begin(), rLeft.end(), rRight.begin(), rRight.end()); in lclCompareVectors()
48 if ((aItL != rLeft.end()) && (aItR != rRight.end())) in lclCompareVectors()
49 nResult = static_cast< int >( *aItL ) - static_cast< int >( *aItR ); in lclCompareVectors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxestring.cxx46 auto [aItL, aItR] = std::mismatch(rLeft.begin(), rLeft.end(), rRight.begin(), rRight.end()); in lclCompareVectors()
47 if ((aItL != rLeft.end()) && (aItR != rRight.end())) in lclCompareVectors()
48 nResult = static_cast< int >( *aItL ) - static_cast< int >( *aItR ); in lclCompareVectors()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter3d.cxx123 TopTools_ListIteratorOfListOfShape aItL(SetOfFaces); in CompletInt() local
124 for (; aItL.More(); aItL.Next()) { in CompletInt()
125 const TopoDS_Face& aF = TopoDS::Face(aItL.Value()); in CompletInt()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools.cxx215 TopTools_ListIteratorOfListOfShape aItL(theLS); in MakeConnexityBlocks() local
216 for (; aItL.More(); aItL.Next()) in MakeConnexityBlocks()
218 const TopoDS_Shape& aS = aItL.Value(); in MakeConnexityBlocks()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_6.cxx869 TColStd_ListIteratorOfListOfInteger aItL(aList); in MakeSDVerticesFF() local
870 for (; aItL.More(); aItL.Next()) { in MakeSDVerticesFF()
871 Standard_Integer nV = aItL.Value(); in MakeSDVerticesFF()