Lines Matching refs:MetaBmpExAction
201 case( META_BMPEX_ACTION ): pAction = new MetaBmpExAction; break; in ReadMetaAction()
2014 MetaBmpExAction::MetaBmpExAction( const Point& rPt, const BitmapEx& rBmpEx ) : in IMPL_META_ACTION()
2023 void MetaBmpExAction::Execute( OutputDevice* pOut ) in Execute()
2030 MetaAction* MetaBmpExAction::Clone() in Clone()
2032 MetaBmpExAction* pClone = new MetaBmpExAction( *this ); in Clone()
2039 void MetaBmpExAction::Move( long nHorzMove, long nVertMove ) in Move()
2046 void MetaBmpExAction::Scale( double fScaleX, double fScaleY ) in Scale()
2053 sal_Bool MetaBmpExAction::Compare( const MetaAction& rMetaAction ) const in Compare()
2055 return ( maBmpEx.IsEqual(((MetaBmpExAction&)rMetaAction).maBmpEx )) && in Compare()
2056 ( maPt == ((MetaBmpExAction&)rMetaAction).maPt ); in Compare()
2061 void MetaBmpExAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
2073 void MetaBmpExAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()