Lines Matching refs:ErrObject
38 class ErrObject : public ErrObjectImpl_BASE class
47 ErrObject();
48 ~ErrObject();
73 ErrObject::~ErrObject() in ~ErrObject()
77 ErrObject::ErrObject() : m_nNumber(0), m_nHelpContext(0) in ErrObject() function in ErrObject
82 ErrObject::getNumber() throw (uno::RuntimeException) in getNumber()
88 ErrObject::setNumber( ::sal_Int32 _number ) throw (uno::RuntimeException) in setNumber()
96 ErrObject::getHelpContext() throw (uno::RuntimeException) in getHelpContext()
101 ErrObject::setHelpContext( ::sal_Int32 _helpcontext ) throw (uno::RuntimeException) in setHelpContext()
107 ErrObject::getHelpFile() throw (uno::RuntimeException) in getHelpFile()
113 ErrObject::setHelpFile( const ::rtl::OUString& _helpfile ) throw (uno::RuntimeException) in setHelpFile()
119 ErrObject::getDescription() throw (uno::RuntimeException) in getDescription()
125 ErrObject::setDescription( const ::rtl::OUString& _description ) throw (uno::RuntimeException) in setDescription()
131 ErrObject::getSource() throw (uno::RuntimeException) in getSource()
137 ErrObject::setSource( const ::rtl::OUString& _source ) throw (uno::RuntimeException) in setSource()
144 ErrObject::Clear( ) throw (uno::RuntimeException) in Clear()
154 ErrObject::Raise( const uno::Any& Number, const uno::Any& Source, const uno::Any& Description, cons… in Raise()
163 ErrObject::getDefaultPropertyName( ) throw (uno::RuntimeException) in getDefaultPropertyName()
169 void ErrObject::setData( const uno::Any& Number, const uno::Any& Source, const uno::Any& Descriptio… in setData()
191 m_pErrObject = static_cast< ErrObject* >( m_xErr.get() ); in SbxErrObject()
211 …ASCII_USTRINGPARAM("Err")), uno::makeAny( uno::Reference< vba::XErrObject >( new ErrObject() ) ) ); in getErrObject()