Lines Matching refs:aPolyPoly
817 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local
819 ImplReadPolyPoly( rIStm, aPolyPoly ); in ImplConvertFromSVM1()
825 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1()
828 for( sal_uInt16 nPoly = 0, nCount = aPolyPoly.Count(); nPoly < nCount; nPoly++ ) in ImplConvertFromSVM1()
829 rMtf.AddAction( new MetaPolyLineAction( aPolyPoly[ nPoly ], aLineInfo ) ); in ImplConvertFromSVM1()
834 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1()
1087 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local
1095 aPolyPoly.Insert( aActionPoly ); in ImplConvertFromSVM1()
1098 aRegion = Region( aPolyPoly ); in ImplConvertFromSVM1()
1214 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local
1218 rIStm >> aPolyPoly >> nTrans >> nFollowingActionCount; in ImplConvertFromSVM1()
1220 rMtf.AddAction( new MetaTransparentAction( aPolyPoly, nTrans ) ); in ImplConvertFromSVM1()
1248 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local
1252 rIStm >> aPolyPoly >> aHatch >> nFollowingActionCount; in ImplConvertFromSVM1()
1254 rMtf.AddAction( new MetaHatchAction( aPolyPoly, aHatch ) ); in ImplConvertFromSVM1()
1323 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local
1327 rIStm >> aPolyPoly >> aGradient >> nFollowingActionCount; in ImplConvertFromSVM1()
1329 rMtf.AddAction( new MetaGradientExAction( aPolyPoly, aGradient ) ); in ImplConvertFromSVM1()