Lines Matching refs:a

110 				for(xub_StrLen a(0); a < mnTextLength; a++)  in impPathTextPortion()  local
112 maDblDXArray.push_back((double)rInfo.mpDXArray[a]); in impPathTextPortion()
233 for(sal_uInt32 a(0L); a < rTextPortions.size(); a++) in getParagraphTextLength() local
235 const impPathTextPortion* pCandidate = rTextPortions[a]; in getParagraphTextLength()
357 for(sal_uInt32 a(0L); a < rTextPortions.size() && fPolyStart < fPolyEnd; a++) in HandlePair() local
359 const impPathTextPortion* pCandidate = rTextPortions[a]; in HandlePair()
597 for(sal_uInt32 a(0L); a < aB2DPolyPolygon.count(); a++) in impAddPolygonStrokePrimitives() local
602 aB2DPolyPolygon.getB2DPolygon(a), rLineAttribute, rStrokeAttribute); in impAddPolygonStrokePrimitives()
614 for(sal_uInt32 a(0L); a < rSource.size(); a++) in impAddPathTextOutlines() local
616 …idate = dynamic_cast< const drawinglayer::primitive2d::TextSimplePortionPrimitive2D* >(rSource[a]); in impAddPathTextOutlines()
672 for(sal_uInt32 a(0L); a < nNewCount; a++) in impAddPathTextOutlines() local
674 aRetval[a] = drawinglayer::primitive2d::Primitive2DReference(aNewPrimitives[a]); in impAddPathTextOutlines()
734 sal_uInt32 a; in impDecomposePathTextPrimitive() local
736 for(a = 0L; a < nLoopCount; a++) in impDecomposePathTextPrimitive()
745 if(rCandidate.getParagraph() == a) in impDecomposePathTextPrimitive()
754 aPolygonParagraphHandler.HandlePair(rPathPolyPolygon.getB2DPolygon(a), aParagraphTextPortions); in impDecomposePathTextPrimitive()
766 for(a = 0L; a < nShadowCount; a++) in impDecomposePathTextPrimitive()
768 aRetvalA[a] = drawinglayer::primitive2d::Primitive2DReference(aShadowDecomposition[a]); in impDecomposePathTextPrimitive()
789 for(a = 0L; a < nRegularCount; a++) in impDecomposePathTextPrimitive()
791 aRetvalB[a] = drawinglayer::primitive2d::Primitive2DReference(aRegularDecomposition[a]); in impDecomposePathTextPrimitive()