Searched refs:MetaTextRectAction (Results 1 – 15 of 15) sorted by relevance
196 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 …]
856 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in playMetafile()
1878 MetaTextRectAction* pAct = (MetaTextRectAction*) pAction; in GetBoundRect()2863 …case( META_TEXTRECT_ACTION ): nSizeBytes += ( ( (MetaTextRectAction*) pAction )->GetText().Len() *… in GetSizeBytes()
599 aActionBounds = static_cast<const MetaTextRectAction&>(rAct).GetRect(); in ImplCalcActionBounds()
6666 mpMetaFile->AddAction( new MetaTextRectAction( rRect, rOrigStr, nStyle ) ); in DrawText()
110 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in implCollectGlyphs()
1804 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWriteActions()
131 void DoAction(MetaTextRectAction& rAct);
189 case META_TEXTRECT_ACTION : DoAction((MetaTextRectAction&)*pAct); break; in DoLoopActions()1311 void ImpSdrGDIMetaFileImport::DoAction(MetaTextRectAction& rAct) in DoAction()
602 class VCL_DLLPUBLIC MetaTextRectAction : public MetaAction class615 MetaTextRectAction( const Rectangle& rRect,
1273 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWrite()
1330 const MetaTextRectAction * pA = (const MetaTextRectAction*)pMA; in WriteRecords()
1856 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in Impl_writeActions()
2636 MetaTextRectAction* pAct = static_cast<MetaTextRectAction*>(pCurrAct); in createActions()
2100 const MetaTextRectAction* pA = (const MetaTextRectAction*)pAction; in interpretMetafile()
Completed in 179 milliseconds