Lines Matching refs:nPolygonCount
51 const sal_uInt32 nPolygonCount(rCandidate.count()); in getRange() local
53 for(sal_uInt32 a(0L); a < nPolygonCount; a++) in getRange()
491 const sal_uInt32 nPolygonCount(rCandidate.count()); in isInside() local
493 if(1L == nPolygonCount) in isInside()
501 for(sal_uInt32 a(0); a < nPolygonCount; a++) in isInside()
521 const sal_uInt32 nPolygonCount(rCandidateA.count()); in equal() local
523 if(nPolygonCount != rCandidateB.count()) in equal()
526 for(sal_uInt32 a(0); a < nPolygonCount; a++) in equal()
601 const sal_uInt32 nPolygonCount(rPolyPolygonSource.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
603 if(nPolygonCount) in B3DPolyPolygonToUnoPolyPolygonShape3D()
605 rPolyPolygonShape3DRetval.SequenceX.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
606 rPolyPolygonShape3DRetval.SequenceY.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
607 rPolyPolygonShape3DRetval.SequenceZ.realloc(nPolygonCount); in B3DPolyPolygonToUnoPolyPolygonShape3D()
613 for(sal_uInt32 a(0); a < nPolygonCount; a++) in B3DPolyPolygonToUnoPolyPolygonShape3D()