Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2561 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPointOld() local
2564 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPointOld()
2569 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPointOld()
2599 sal_uInt32 nSmallestPolyIndex(0L); in NbcInsPoint() local
2602 …::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyIndex, nSmallestEd… in NbcInsPoint()
2603 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()
2683 maPathPolygon.setB2DPolygon(nSmallestPolyIndex, aCandidate); in NbcInsPoint()
2686 for(sal_uInt32 a(0L); a < nSmallestPolyIndex; a++) in NbcInsPoint()

Completed in 33 milliseconds