Lines Matching refs:MetaCommentAction

231 		case( META_COMMENT_ACTION ): pAction = new MetaCommentAction; break;  in ReadMetaAction()
4012 MetaCommentAction::MetaCommentAction( sal_Int32 nValue ) : in MetaCommentAction() function in MetaCommentAction
4021 MetaCommentAction::MetaCommentAction( const MetaCommentAction& rAct ) : in MetaCommentAction() function in MetaCommentAction
4031 MetaCommentAction::MetaCommentAction( const ByteString& rComment, sal_Int32 nValue, const sal_uInt8… in MetaCommentAction() function in MetaCommentAction
4041 MetaCommentAction::MetaCommentAction( const sal_uInt8* pData, sal_uInt32 nDataSize ) : in MetaCommentAction() function in MetaCommentAction
4050 MetaCommentAction::~MetaCommentAction() in ~MetaCommentAction()
4058 void MetaCommentAction::ImplInitDynamicData( const sal_uInt8* pData, sal_uInt32 nDataSize ) in ImplInitDynamicData()
4074 void MetaCommentAction::Execute( OutputDevice* pOut ) in Execute()
4085 MetaAction* MetaCommentAction::Clone() in Clone()
4087 MetaAction* pClone = (MetaAction*) new MetaCommentAction( *this ); in Clone()
4092 void MetaCommentAction::Move( long nXMove, long nYMove ) in Move()
4148 void MetaCommentAction::Scale( double fXScale, double fYScale ) in Scale()
4188 sal_Bool MetaCommentAction::Compare( const MetaAction& rMetaAction ) const in Compare()
4190 return ( maComment == ((MetaCommentAction&)rMetaAction).maComment ) && in Compare()
4191 ( mnValue == ((MetaCommentAction&)rMetaAction).mnValue ) && in Compare()
4192 ( mnDataSize == ((MetaCommentAction&)rMetaAction).mnDataSize ) && in Compare()
4193 ( memcmp( mpData, ((MetaCommentAction&)rMetaAction).mpData, mnDataSize ) == 0 ); in Compare()
4198 void MetaCommentAction::Write( SvStream& rOStm, ImplMetaWriteData* pData ) in Write()
4209 void MetaCommentAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read()