Home
last modified time | relevance | path

Searched refs:MetaTextRectAction (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx196 case( META_TEXTRECT_ACTION ): pAction = new MetaTextRectAction; break; in ReadMetaAction()
1596 MetaTextRectAction::MetaTextRectAction( const Rectangle& rRect, in IMPL_META_ACTION()
1607 void MetaTextRectAction::Execute( OutputDevice* pOut ) in Execute()
1614 MetaAction* MetaTextRectAction::Clone() in Clone()
1616 MetaAction* pClone = (MetaAction*) new MetaTextRectAction( *this ); in Clone()
1623 void MetaTextRectAction::Move( long nHorzMove, long nVertMove ) in Move()
1630 void MetaTextRectAction::Scale( double fScaleX, double fScaleY ) in Scale()
1639 return ( maRect == ((MetaTextRectAction&)rMetaAction).maRect ) && in Compare()
1640 ( maStr == ((MetaTextRectAction&)rMetaAction).maStr ) && in Compare()
1641 ( mnStyle == ((MetaTextRectAction&)rMetaAction).mnStyle ); in Compare()
[all …]
H A Dpdfwriter_impl2.cxx856 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in playMetafile()
H A Dgdimtf.cxx1878 MetaTextRectAction* pAct = (MetaTextRectAction*) pAction; in GetBoundRect()
2863 …case( META_TEXTRECT_ACTION ): nSizeBytes += ( ( (MetaTextRectAction*) pAction )->GetText().Len() *… in GetSizeBytes()
H A Dprint2.cxx599 aActionBounds = static_cast<const MetaTextRectAction&>(rAct).GetRect(); in ImplCalcActionBounds()
H A Doutdev3.cxx6666 mpMetaFile->AddAction( new MetaTextRectAction( rRect, rOrigStr, nStyle ) ); in DrawText()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx110 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in implCollectGlyphs()
H A Dsvgwriter.cxx1804 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWriteActions()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.hxx131 void DoAction(MetaTextRectAction& rAct);
H A Dsvdfmtf.cxx189 case META_TEXTRECT_ACTION : DoAction((MetaTextRectAction&)*pAct); break; in DoLoopActions()
1311 void ImpSdrGDIMetaFileImport::DoAction(MetaTextRectAction& rAct) in DoAction()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx602 class VCL_DLLPUBLIC MetaTextRectAction : public MetaAction class
615 MetaTextRectAction( const Rectangle& rRect,
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1273 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWrite()
H A Dwmfwr.cxx1330 const MetaTextRectAction * pA = (const MetaTextRectAction*)pMA; in WriteRecords()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1856 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in Impl_writeActions()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2636 MetaTextRectAction* pAct = static_cast<MetaTextRectAction*>(pCurrAct); in createActions()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2100 const MetaTextRectAction* pA = (const MetaTextRectAction*)pAction; in interpretMetafile()

Completed in 244 milliseconds