Lines Matching refs:MetaFloatTransparentAction
228 case( META_FLOATTRANSPARENT_ACTION ): pAction = new MetaFloatTransparentAction; break; in ReadMetaAction()
3802 MetaFloatTransparentAction::MetaFloatTransparentAction( const GDIMetaFile& rMtf, const Point& rPos, in IMPL_META_ACTION()
3814 void MetaFloatTransparentAction::Execute( OutputDevice* pOut ) in Execute()
3821 MetaAction* MetaFloatTransparentAction::Clone() in Clone()
3823 MetaAction* pClone = (MetaAction*) new MetaFloatTransparentAction( *this ); in Clone()
3830 void MetaFloatTransparentAction::Move( long nHorzMove, long nVertMove ) in Move()
3837 void MetaFloatTransparentAction::Scale( double fScaleX, double fScaleY ) in Scale()
3847 sal_Bool MetaFloatTransparentAction::Compare( const MetaAction& rMetaAction ) const in Compare()
3849 return ( maMtf == ((MetaFloatTransparentAction&)rMetaAction).maMtf ) && in Compare()
3850 ( maPoint == ((MetaFloatTransparentAction&)rMetaAction).maPoint ) && in Compare()
3851 ( maSize == ((MetaFloatTransparentAction&)rMetaAction).maSize ) && in Compare()
3852 ( maGradient == ((MetaFloatTransparentAction&)rMetaAction).maGradient ); in Compare()
3857 void MetaFloatTransparentAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
3867 void MetaFloatTransparentAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()