Lines Matching refs:RuntimeException

50 	virtual ::sal_Int32 SAL_CALL getNumber() throw (uno::RuntimeException);
51 virtual void SAL_CALL setNumber( ::sal_Int32 _number ) throw (uno::RuntimeException);
52 virtual ::sal_Int32 SAL_CALL getHelpContext() throw (uno::RuntimeException);
53 virtual void SAL_CALL setHelpContext( ::sal_Int32 _helpcontext ) throw (uno::RuntimeException);
54 virtual ::rtl::OUString SAL_CALL getHelpFile() throw (uno::RuntimeException);
55 …virtual void SAL_CALL setHelpFile( const ::rtl::OUString& _helpfile ) throw (uno::RuntimeException
56 virtual ::rtl::OUString SAL_CALL getDescription() throw (uno::RuntimeException);
57 … void SAL_CALL setDescription( const ::rtl::OUString& _description ) throw (uno::RuntimeException);
58 virtual ::rtl::OUString SAL_CALL getSource() throw (uno::RuntimeException);
59 virtual void SAL_CALL setSource( const ::rtl::OUString& _source ) throw (uno::RuntimeException);
62 virtual void SAL_CALL Clear( ) throw (uno::RuntimeException);
63 …Description, const uno::Any& HelpFile, const uno::Any& HelpContext ) throw (uno::RuntimeException);
65 virtual ::rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (uno::RuntimeException);
69 const uno::Any& HelpFile, const uno::Any& HelpContext ) throw (uno::RuntimeException);
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 … Description, const uno::Any& HelpFile, const uno::Any& HelpContext ) throw (uno::RuntimeException) in Raise()
163 ErrObject::getDefaultPropertyName( ) throw (uno::RuntimeException) in getDefaultPropertyName()
170 throw (uno::RuntimeException) in setData()
173 …throw uno::RuntimeException( rtl::OUString::createFromAscii("Missing Required Paramater"), uno::Re… in setData()
216 throw (uno::RuntimeException) in setNumberAndDescription()