Lines Matching refs:MetaLineAction
183 case( META_LINE_ACTION ): pAction = new MetaLineAction; break; in ReadMetaAction()
390 MetaLineAction::MetaLineAction( const Point& rStart, const Point& rEnd ) : in IMPL_META_ACTION()
399 MetaLineAction::MetaLineAction( const Point& rStart, const Point& rEnd, in MetaLineAction() function in MetaLineAction
410 void MetaLineAction::Execute( OutputDevice* pOut ) in Execute()
420 MetaAction* MetaLineAction::Clone() in Clone()
422 MetaAction* pClone = (MetaAction*) new MetaLineAction( *this ); in Clone()
429 void MetaLineAction::Move( long nHorzMove, long nVertMove ) in Move()
437 void MetaLineAction::Scale( double fScaleX, double fScaleY ) in Scale()
446 sal_Bool MetaLineAction::Compare( const MetaAction& rMetaAction ) const in Compare()
448 return ( maLineInfo == ((MetaLineAction&)rMetaAction).maLineInfo ) && in Compare()
449 ( maStartPt == ((MetaLineAction&)rMetaAction).maStartPt ) && in Compare()
450 ( maEndPt == ((MetaLineAction&)rMetaAction).maEndPt ); in Compare()
455 void MetaLineAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
465 void MetaLineAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()