Home
last modified time | relevance | path

Searched refs:MetaPolyPolygonAction (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx192 case( META_POLYPOLYGON_ACTION ): pAction = new MetaPolyPolygonAction; break; in ReadMetaAction()
1098 MetaPolyPolygonAction::MetaPolyPolygonAction( const PolyPolygon& rPolyPoly ) : in IMPL_META_ACTION()
1106 void MetaPolyPolygonAction::Execute( OutputDevice* pOut ) in Execute()
1113 MetaAction* MetaPolyPolygonAction::Clone() in Clone()
1115 MetaAction* pClone = (MetaAction*) new MetaPolyPolygonAction( *this ); in Clone()
1122 void MetaPolyPolygonAction::Move( long nHorzMove, long nVertMove ) in Move()
1129 void MetaPolyPolygonAction::Scale( double fScaleX, double fScaleY ) in Scale()
1137 sal_Bool MetaPolyPolygonAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1139 return maPolyPoly.IsEqual(((MetaPolyPolygonAction&)rMetaAction).maPolyPoly ); in Compare()
1144 void MetaPolyPolygonAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
[all …]
H A Dcvtsvm.cxx659MetaPolyPolygonAction* pPolyPolygonAction = dynamic_cast< MetaPolyPolygonAction* >(rMtf.GetAction(… in ImplConvertFromSVM1()
668 new MetaPolyPolygonAction( in ImplConvertFromSVM1()
825 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1()
834 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1()
1731 MetaPolyPolygonAction* pAct = (MetaPolyPolygonAction*) pAction; in ImplWriteActions()
H A Dgdimetafiletools.cxx77 new MetaPolyPolygonAction( in handleGeometricContent()
703 … const MetaPolyPolygonAction* pA = static_cast< const MetaPolyPolygonAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Dprint2.cxx177 o_rMtf.AddAction( new MetaPolyPolygonAction(pTransAct->GetPolyPolygon()) ); in ImplConvertTransparentAction()
480 … aActionBounds = static_cast<const MetaPolyPolygonAction&>(rAct).GetPolyPolygon().GetBoundRect(); in ImplCalcActionBounds()
809 static_cast<const MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon()); in RemoveTransparenciesFromMetaFile()
H A Dgdimtf.cxx1140 MetaPolyPolygonAction* pAct = (MetaPolyPolygonAction*) pAction; in Rotate()
1141 …aMtf.AddAction( new MetaPolyPolygonAction( ImplGetRotatedPolyPolygon( pAct->GetPolyPolygon(), aRot… in Rotate()
1648 MetaPolyPolygonAction* pAct = (MetaPolyPolygonAction*) pAction; in GetBoundRect()
2854 … const PolyPolygon& rPolyPoly = ( (MetaPolyPolygonAction*) pAction )->GetPolyPolygon(); in GetSizeBytes()
H A Dpdfwriter_impl2.cxx366 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pAction; in playMetafile()
H A Doutdev.cxx2055 mpMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in DrawPolyPolygon()
2179 mpMetaFile->AddAction( new MetaPolyPolygonAction( PolyPolygon( rB2DPolyPoly ) ) ); in DrawPolyPolygon()
H A Dimpvect.cxx810 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplVectorize()
H A Doutdev4.cxx585 mpMetaFile->AddAction( new MetaPolyPolygonAction( *pPolyPoly ) ); in ImplDrawComplexGradient()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx102 void DoAction(MetaPolyPolygonAction & rAct);
H A Dsvdfmtf.cxx160 case META_POLYPOLYGON_ACTION : DoAction((MetaPolyPolygonAction &)*pAct); break; in DoLoopActions()
988 void ImpSdrGDIMetaFileImport::DoAction(MetaPolyPolygonAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx471 class VCL_DLLPUBLIC MetaPolyPolygonAction : public MetaAction class
482 explicit MetaPolyPolygonAction( const PolyPolygon& );
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx776 mpGDIMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in ImplDrawClippedPolyPolygon()
1125 mpGDIMetaFile->AddAction( new MetaPolyPolygonAction( aPathObj ) ); in StrokeAndFillPath()
1407 mpGDIMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPolygon ) ); in DrawPolyPolygon()
H A Dwmfwr.cxx1321 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pMA; in WriteRecords()
H A Demfwr.cxx1086 ImplWritePolyPolygonRecord( ( (const MetaPolyPolygonAction*) pAction )->GetPolyPolygon() ); in ImplWrite()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1568 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1808 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1699 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1302 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pAction; in ImplWriteActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1942 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*)pAction; in interpretMetafile()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2210 …::basegfx::B2DPolyPolygon aPoly( static_cast<MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon().g… in createActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx741 ImplPolyPoly( ( (const MetaPolyPolygonAction*) pMA )->GetPolyPolygon() ); in ImplWriteActions()

Completed in 250 milliseconds