Lines Matching refs:MetaRectAction
184 case( META_RECT_ACTION ): pAction = new MetaRectAction; break; in ReadMetaAction()
485 MetaRectAction::MetaRectAction( const Rectangle& rRect ) : in IMPL_META_ACTION()
493 void MetaRectAction::Execute( OutputDevice* pOut ) in Execute()
500 MetaAction* MetaRectAction::Clone() in Clone()
502 MetaAction* pClone = (MetaAction*) new MetaRectAction( *this ); in Clone()
509 void MetaRectAction::Move( long nHorzMove, long nVertMove ) in Move()
516 void MetaRectAction::Scale( double fScaleX, double fScaleY ) in Scale()
523 sal_Bool MetaRectAction::Compare( const MetaAction& rMetaAction ) const in Compare()
525 return maRect == ((MetaRectAction&)rMetaAction).maRect; in Compare()
530 void MetaRectAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
538 void MetaRectAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()