Lines Matching refs:MetaStretchTextAction
195 case( META_STRETCHTEXT_ACTION ): pAction = new MetaStretchTextAction; break; in ReadMetaAction()
1495 MetaStretchTextAction::MetaStretchTextAction( const Point& rPt, sal_uInt32 nWidth, in IMPL_META_ACTION()
1509 void MetaStretchTextAction::Execute( OutputDevice* pOut ) in Execute()
1516 MetaAction* MetaStretchTextAction::Clone() in Clone()
1518 MetaAction* pClone = (MetaAction*) new MetaStretchTextAction( *this ); in Clone()
1525 void MetaStretchTextAction::Move( long nHorzMove, long nVertMove ) in Move()
1532 void MetaStretchTextAction::Scale( double fScaleX, double fScaleY ) in Scale()
1540 sal_Bool MetaStretchTextAction::Compare( const MetaAction& rMetaAction ) const in Compare()
1542 return ( maPt == ((MetaStretchTextAction&)rMetaAction).maPt ) && in Compare()
1543 ( maStr == ((MetaStretchTextAction&)rMetaAction).maStr ) && in Compare()
1544 ( mnWidth == ((MetaStretchTextAction&)rMetaAction).mnWidth ) && in Compare()
1545 ( mnIndex == ((MetaStretchTextAction&)rMetaAction).mnIndex ) && in Compare()
1546 ( mnLen == ((MetaStretchTextAction&)rMetaAction).mnLen ); in Compare()
1551 void MetaStretchTextAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
1571 void MetaStretchTextAction::Read( SvStream& rIStm, ImplMetaReadData* pData ) in Read()