Lines Matching refs:rPolyPoly

1169 void SAL_CALL B2DPolyPolygonToSvxPointSequenceSequence( const basegfx::B2DPolyPolygon& rPolyPoly, d…  in B2DPolyPolygonToSvxPointSequenceSequence()  argument
1171 if( (sal_uInt32)rRetval.getLength() != rPolyPoly.count() ) in B2DPolyPolygonToSvxPointSequenceSequence()
1172 rRetval.realloc( rPolyPoly.count() ); in B2DPolyPolygonToSvxPointSequenceSequence()
1177 for(sal_uInt32 a(0L); a < rPolyPoly.count(); a++) in B2DPolyPolygonToSvxPointSequenceSequence()
1180 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a)); in B2DPolyPolygonToSvxPointSequenceSequence()
1220 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1221 drawing::PointSequenceSequence aRetval( rPolyPoly.count() ); in getPropertyValueImpl()
1223 B2DPolyPolygonToSvxPointSequenceSequence( rPolyPoly, aRetval ); in getPropertyValueImpl()
1245 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1248 if( rPolyPoly.count() > 0 ) in getPropertyValueImpl()
1249 nCount = rPolyPoly.getB2DPolygon(0L).count(); in getPropertyValueImpl()
1256 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(0L)); in getPropertyValueImpl()
1502 void SvxConvertB2DPolyPolygonToPolyPolygonBezier( const basegfx::B2DPolyPolygon& rPolyPoly, drawing… in SvxConvertB2DPolyPolygonToPolyPolygonBezier() argument
1506 const PolyPolygon aPolyPoly(rPolyPoly); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1549 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1551 SvxConvertB2DPolyPolygonToPolyPolygonBezier(rPolyPoly, aRetval ); in getPropertyValueImpl()