Home
last modified time | relevance | path

Searched refs:MetaArcAction (Results 1 – 20 of 20) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx187 case( META_ARC_ACTION ): pAction = new MetaArcAction; break; in ReadMetaAction()
687 MetaArcAction::MetaArcAction( const Rectangle& rRect, in IMPL_META_ACTION()
698 void MetaArcAction::Execute( OutputDevice* pOut ) in Execute()
705 MetaAction* MetaArcAction::Clone() in Clone()
707 MetaAction* pClone = (MetaAction*) new MetaArcAction( *this ); in Clone()
714 void MetaArcAction::Move( long nHorzMove, long nVertMove ) in Move()
723 void MetaArcAction::Scale( double fScaleX, double fScaleY ) in Scale()
734 return ( maRect == ((MetaArcAction&)rMetaAction).maRect ) && in Compare()
735 ( maStartPt == ((MetaArcAction&)rMetaAction).maStartPt ) && in Compare()
736 ( maEndPt == ((MetaArcAction&)rMetaAction).maEndPt ); in Compare()
[all …]
H A Dpdfwriter_impl2.cxx328 const MetaArcAction* pA = (const MetaArcAction*) pAction; in playMetafile()
335 const MetaArcAction* pA = (const MetaArcAction*) pAction; in playMetafile()
H A Dprint2.cxx442 aActionBounds = Polygon( static_cast<const MetaArcAction&>(rAct).GetRect(), in ImplCalcActionBounds()
443 static_cast<const MetaArcAction&>(rAct).GetStartPoint(), in ImplCalcActionBounds()
444 … static_cast<const MetaArcAction&>(rAct).GetEndPoint(), POLY_ARC ).GetBoundRect(); in ImplCalcActionBounds()
H A Dgdimetafiletools.cxx601 const MetaArcAction* pA = static_cast< const MetaArcAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
H A Doutdev5.cxx164 mpMetaFile->AddAction( new MetaArcAction( rRect, rStartPt, rEndPt ) ); in DrawArc()
H A Dcvtsvm.cxx748 rMtf.AddAction( new MetaArcAction( aRect, aPt, aPt1 ) ); in ImplConvertFromSVM1()
1574 MetaArcAction* pAct = (MetaArcAction*) pAction; in ImplWriteActions()
H A Dgdimtf.cxx1099 MetaArcAction* pAct = (MetaArcAction*) pAction; in Rotate()
1594 MetaArcAction* pAct = (MetaArcAction*) pAction; in GetBoundRect()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx97 void DoAction(MetaArcAction & rAct);
H A Dsvdfmtf.cxx155 case META_ARC_ACTION : DoAction((MetaArcAction &)*pAct); break; in DoLoopActions()
767 void ImpSdrGDIMetaFileImport::DoAction(MetaArcAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx338 class VCL_DLLPUBLIC MetaArcAction : public MetaAction class
351 MetaArcAction( const Rectangle& rRect,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1031 const MetaArcAction* pA = (const MetaArcAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1262 const MetaArcAction* pA = (const MetaArcAction*) pMA; in WriteRecords()
H A Dwinmtf.cxx1282 mpGDIMetaFile->AddAction( new MetaArcAction( aRect, aStart, aEnd ) ); in DrawArc()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2095 const Polygon aToolsPoly( static_cast<MetaArcAction*>(pCurrAct)->GetRect(), in createActions()
2096 … static_cast<MetaArcAction*>(pCurrAct)->GetStartPoint(), in createActions()
2097 … static_cast<MetaArcAction*>(pCurrAct)->GetEndPoint(), POLY_ARC ); in createActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx665 …Polygon aPoly( ( (const MetaArcAction*)pMA )->GetRect(), ( (const MetaArcAction*)pMA )->GetStartPo… in ImplWriteActions()
666 ( (const MetaArcAction*)pMA )->GetEndPoint(), POLY_ARC ); in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1515 const MetaArcAction* pA = (const MetaArcAction*) pAction; in Impl_writeActions()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1610 const MetaArcAction* pA = (const MetaArcAction*) pMA; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1559 const MetaArcAction* pA = (const MetaArcAction*) pMA; in WriteOpcodes()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1241 const MetaArcAction* pA = (const MetaArcAction*) pAction; in ImplWriteActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1868 const MetaArcAction* pA = (const MetaArcAction*)pAction; in interpretMetafile()

Completed in 211 milliseconds