Lines Matching refs:MetaTextRectAction
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()
1637 sal_Bool MetaTextRectAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1639 return ( maRect == ((MetaTextRectAction&)rMetaAction).maRect ) && in Compare()
1640 ( maStr == ((MetaTextRectAction&)rMetaAction).maStr ) && in Compare()
1641 ( mnStyle == ((MetaTextRectAction&)rMetaAction).mnStyle ); in Compare()
1646 void MetaTextRectAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
1664 void MetaTextRectAction::Read( SvStream& rIStm, ImplMetaReadData* pData ) in Read()