Lines Matching refs:a

73 					for(sal_uInt32 a(0L); a < nLineTubeSegments; a++)  in getLineTubeSegments()  local
95 aLineTubeList[a] = xRef; in getLineTubeSegments()
132 for(sal_uInt32 a(0L); a < nLineCapSegments; a++) in getLineCapSegments() local
150 aLineCapList[a] = xRef; in getLineCapSegments()
211 for(sal_uInt32 a(0); a < nCount; a++) in getLineCapRoundSegments() local
213 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineCapRoundSegments()
218 aLineCapRoundList[a] = new PolyPolygonMaterialPrimitive3D( in getLineCapRoundSegments()
253 for(sal_uInt32 a(0L); a < aSphere.count(); a++) in getLineJoinSegments() local
255 const basegfx::B3DPolygon aPartPolygon(aSphere.getB3DPolygon(a)); in getLineJoinSegments()
298 for(sal_uInt32 a(0L); a < nVerSeg; a++) in getLineJoinSegments() local
300 const bool bFirst(0L == a); in getLineJoinSegments()
301 const bool bLast(a + 1L == nVerSeg); in getLineJoinSegments()
441 for(sal_uInt32 a(0L); a < aResultVector.size(); a++) in getLineJoinSegments() local
443 aRetval[a] = Primitive3DReference(aResultVector[a]); in getLineJoinSegments()
495 for(sal_uInt32 a(0); a < nLoopCount; a++) in impCreate3DDecomposition() local
498 … const basegfx::B3DPoint aNext(getB3DPolygon().getB3DPoint((a + 1) % nPointCount)); in impCreate3DDecomposition()
505 const bool bFirst(!a); in impCreate3DDecomposition()
506 const bool bLast(a + 1 == nLoopCount); in impCreate3DDecomposition()
675 for(sal_uInt32 a(0L); a < aResultVector.size(); a++) in impCreate3DDecomposition() local
677 aRetval[a] = Primitive3DReference(aResultVector[a]); in impCreate3DDecomposition()