Lines Matching refs:MetaTextLineAction
197 case( META_TEXTLINE_ACTION ): pAction = new MetaTextLineAction; break; in ReadMetaAction()
1687 MetaTextLineAction::MetaTextLineAction( const Point& rPos, long nWidth, in IMPL_META_ACTION()
1702 void MetaTextLineAction::Execute( OutputDevice* pOut ) in Execute()
1709 MetaAction* MetaTextLineAction::Clone() in Clone()
1711 MetaAction* pClone = (MetaAction*)new MetaTextLineAction( *this ); in Clone()
1718 void MetaTextLineAction::Move( long nHorzMove, long nVertMove ) in Move()
1725 void MetaTextLineAction::Scale( double fScaleX, double fScaleY ) in Scale()
1733 sal_Bool MetaTextLineAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1735 return ( maPos == ((MetaTextLineAction&)rMetaAction).maPos ) && in Compare()
1736 ( mnWidth == ((MetaTextLineAction&)rMetaAction).mnWidth ) && in Compare()
1737 ( meStrikeout == ((MetaTextLineAction&)rMetaAction).meStrikeout ) && in Compare()
1738 ( meUnderline == ((MetaTextLineAction&)rMetaAction).meUnderline ) && in Compare()
1739 ( meOverline == ((MetaTextLineAction&)rMetaAction).meOverline ); in Compare()
1744 void MetaTextLineAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
1758 void MetaTextLineAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()