Lines Matching refs:count
131 if(aPolyPoly1.count() && aPolyPoly2.count()) in DoExecute()
146 if(aPolyPoly1.count() < aPolyPoly2.count()) in DoExecute()
148 else if(aPolyPoly2.count() < aPolyPoly1.count()) in DoExecute()
156 for( sal_uInt32 a(0L); a < aPolyPoly1.count(); a++ ) in DoExecute()
161 if(aSub1.count() < aSub2.count()) in DoExecute()
163 else if(aSub2.count() < aSub1.count()) in DoExecute()
200 if(rCandidate.count() && nNum && rCandidate.count() != nNum) in ImpGetExpandedPolygon()
208 sal_uInt32 nSrcPosNext((nSrcPos + 1L == rCandidate.count()) ? 0L : nSrcPos + 1L); in ImpGetExpandedPolygon()
218 nSrcPosNext = (nSrcPos + 1L == rCandidate.count()) ? 0L : nSrcPos + 1L; in ImpGetExpandedPolygon()
233 if(aRetval.count() >= 3L) in ImpGetExpandedPolygon()
252 const sal_uInt32 nCnt(rBig.count()); in ImpEqualizePolyPointCount()
286 for(sal_uInt32 a(0L); a < rPoly.count(); a++) in ImpGetNearestIndex()
305 while(rSmaller.count() < rBigger.count()) in ImpAddPolys()
307 const ::basegfx::B2DPolygon aToBeCopied(rBigger.getB2DPolygon(rSmaller.count())); in ImpAddPolys()
318 for(sal_uInt32 a(0L); a < aToBeCopied.count(); a++) in ImpAddPolys()
452 for(sal_uInt32 a(0L); a < rPolyPolyStart.count(); a++) in ImpCreateMorphedPolygon()
456 const sal_uInt32 nCount(aPolyStart.count()); in ImpCreateMorphedPolygon()