Lines Matching refs:MetaEPSAction
229 case( META_EPS_ACTION ): pAction = new MetaEPSAction; break; in ReadMetaAction()
3879 MetaEPSAction::MetaEPSAction( const Point& rPoint, const Size& rSize, in IMPL_META_ACTION()
3891 void MetaEPSAction::Execute( OutputDevice* pOut ) in Execute()
3898 MetaAction* MetaEPSAction::Clone() in Clone()
3900 MetaAction* pClone = (MetaAction*) new MetaEPSAction( *this ); in Clone()
3907 void MetaEPSAction::Move( long nHorzMove, long nVertMove ) in Move()
3914 void MetaEPSAction::Scale( double fScaleX, double fScaleY ) in Scale()
3924 sal_Bool MetaEPSAction::Compare( const MetaAction& rMetaAction ) const in Compare()
3926 return ( maGfxLink.IsEqual(((MetaEPSAction&)rMetaAction).maGfxLink )) && in Compare()
3927 ( maSubst == ((MetaEPSAction&)rMetaAction).maSubst ) && in Compare()
3928 ( maPoint == ((MetaEPSAction&)rMetaAction).maPoint ) && in Compare()
3929 ( maSize == ((MetaEPSAction&)rMetaAction).maSize ); in Compare()
3934 void MetaEPSAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
3945 void MetaEPSAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()