Lines Matching refs:rPolyPoly
85 void ImplReadPolyPoly( SvStream& rIStm, PolyPolygon& rPolyPoly ) in ImplReadPolyPoly() argument
95 rPolyPoly.Insert( aPoly ); in ImplReadPolyPoly()
101 void ImplWritePolyPolyAction( SvStream& rOStm, const PolyPolygon& rPolyPoly ) in ImplWritePolyPolyAction() argument
103 const sal_uInt16 nPoly = rPolyPoly.Count(); in ImplWritePolyPolyAction()
108 nPoints = sal::static_int_cast<sal_uInt16>(nPoints + rPolyPoly[ n ].GetSize()); in ImplWritePolyPolyAction()
120 rPolyPoly[n].AdaptiveSubdivide(aSimplePoly); in ImplWritePolyPolyAction()
451 void ImplReadExtendedPolyPolygonAction(SvStream& rIStm, PolyPolygon& rPolyPoly) in ImplReadExtendedPolyPolygonAction() argument
453 rPolyPoly.Clear(); in ImplReadExtendedPolyPolygonAction()
485 rPolyPoly.Insert(aCandidate); in ImplReadExtendedPolyPolygonAction()
2179 const PolyPolygon& rPolyPoly = ( (MetaTransparentAction*) pAction )->GetPolyPolygon(); in ImplWriteActions() local
2192 rOStm << rPolyPoly; in ImplWriteActions()
2207 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions()
2213 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions()
2218 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions()
2225 ImplWritePolyPolyAction( rOStm, rPolyPoly ); in ImplWriteActions()
2302 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
2314 rOStm << rPolyPoly; in ImplWriteActions()
2328 aVDev.AddHatchActions( rPolyPoly, rHatch, aTmpMtf ); in ImplWriteActions()