Lines Matching refs:nPolyNum
78 sal_uInt32 nPolyNum, nPntNum; in SetSegmentsKind() local
80 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetSegmentsKind()
83 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPolyNum)); in SetSegmentsKind()
120 maPolyPolygon.setB2DPolygon(nPolyNum, aCandidate); in SetSegmentsKind()
137 sal_uInt32 nPolyNum, nPntNum; in SetPointsSmooth() local
139 if(PolyPolygonEditor::GetRelativePolyPoint(maPolyPolygon, (*aIter), nPolyNum, nPntNum)) in SetPointsSmooth()
142 basegfx::B2DPolygon aCandidate(maPolyPolygon.getB2DPolygon(nPolyNum)); in SetPointsSmooth()
151 maPolyPolygon.setB2DPolygon(nPolyNum, aCandidate); in SetPointsSmooth()
163 sal_uInt32 nPolyNum(0L); in GetRelativePolyPoint() local
165 while(nPolyNum < nPolyCount) in GetRelativePolyPoint()
167 const sal_uInt32 nPointCount(rPoly.getB2DPolygon(nPolyNum).count()); in GetRelativePolyPoint()
171 rPolyNum = nPolyNum; in GetRelativePolyPoint()
178 nPolyNum++; in GetRelativePolyPoint()