Lines Matching refs:MetaBmpAction
198 case( META_BMP_ACTION ): pAction = new MetaBmpAction; break; in ReadMetaAction()
1781 MetaBmpAction::MetaBmpAction( const Point& rPt, const Bitmap& rBmp ) : in IMPL_META_ACTION()
1790 void MetaBmpAction::Execute( OutputDevice* pOut ) in Execute()
1797 MetaAction* MetaBmpAction::Clone() in Clone()
1799 MetaAction* pClone = (MetaAction*) new MetaBmpAction( *this ); in Clone()
1806 void MetaBmpAction::Move( long nHorzMove, long nVertMove ) in Move()
1813 void MetaBmpAction::Scale( double fScaleX, double fScaleY ) in Scale()
1820 sal_Bool MetaBmpAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1822 return maBmp.IsEqual(((MetaBmpAction&)rMetaAction).maBmp ) && in Compare()
1823 ( maPt == ((MetaBmpAction&)rMetaAction).maPt ); in Compare()
1828 void MetaBmpAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
1840 void MetaBmpAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()