Home
last modified time | relevance | path

Searched refs:MetaFontAction (Results 1 – 17 of 17) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx223 case( META_FONT_ACTION ): pAction = new MetaFontAction; break; in ReadMetaAction()
3504 MetaFontAction::MetaFontAction( const Font& rFont ) : in IMPL_META_ACTION()
3522 void MetaFontAction::Execute( OutputDevice* pOut ) in Execute()
3529 MetaAction* MetaFontAction::Clone() in Clone()
3531 MetaAction* pClone = (MetaAction*) new MetaFontAction( *this ); in Clone()
3538 void MetaFontAction::Scale( double fScaleX, double fScaleY ) in Scale()
3548 sal_Bool MetaFontAction::Compare( const MetaAction& rMetaAction ) const in Compare()
3550 return maFont == ((MetaFontAction&)rMetaAction).maFont; in Compare()
3555 void MetaFontAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
3566 void MetaFontAction::Read( SvStream& rIStm, ImplMetaReadData* pData ) in Read()
H A Dgdimtf.cxx750 AddAction( new MetaFontAction( pOutDev->GetFont() ) ); in SaveStatus()
1428 MetaFontAction* pAct = (MetaFontAction*) pAction; in Rotate()
1432 aMtf.AddAction( new MetaFontAction( aFont ) ); in Rotate()
2137 MetaFontAction* pAct = (MetaFontAction*) pAction; in ImplExchangeColors()
2142 aMtf.Insert( new MetaFontAction( aFont ), LIST_APPEND ); in ImplExchangeColors()
H A Dpdfwriter_impl2.cxx1003 const MetaFontAction* pA = (const MetaFontAction*) pAction; in playMetafile()
H A Dcvtsvm.cxx876 rMtf.AddAction( new MetaFontAction( aFont ) ); in ImplConvertFromSVM1()
2045 rSaveVDev.SetFont( ( (MetaFontAction*) pAction )->GetFont() ); in ImplWriteActions()
H A Doutdev3.cxx5092 mpMetaFile->AddAction( new MetaFontAction( aFont ) ); in SetFont()
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx950 MetaFontAction* pAct = (MetaFontAction*) pAction; in ImpMask()
959 pAct = new MetaFontAction( aFont ); in ImpMask()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx116 void DoAction(MetaFontAction & rAct) { rAct.Execute(&maVD); mbFntDirty = true; } in DoAction()
H A Dsvdfmtf.cxx172 case META_FONT_ACTION : DoAction((MetaFontAction &)*pAct); break; in DoLoopActions()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1299 class VCL_DLLPUBLIC MetaFontAction : public MetaAction class
1310 explicit MetaFontAction( const Font& );
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx403 const MetaFontAction* pA = (const MetaFontAction*) pMA; in CreateChrSets()
2248 aGDIFont = ( (const MetaFontAction*) pMA )->GetFont(); in WriteOrders()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx765 MetaFontAction* pA = (MetaFontAction*)pAct; in ImplCreateOutput()
771 pModAct = new MetaFontAction( aFont ); in ImplCreateOutput()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1614 const MetaFontAction* pA = (const MetaFontAction*) pMA; in WriteRecords()
H A Dwinmtf.cxx1603 mpGDIMetaFile->AddAction( new MetaFontAction( aTmp ) ); in DrawText()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx2055 const MetaFontAction* pA = (const MetaFontAction*) pMA; in WriteOpcodes()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2738 const MetaFontAction* pA = (const MetaFontAction*)pAction; in interpretMetafile()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1592 const ::Font& rFont( static_cast<MetaFontAction*>(pCurrAct)->GetFont() ); in createActions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1028 maFont = ((const MetaFontAction*)pMA)->GetFont(); in ImplWriteActions()

Completed in 226 milliseconds