Lines Matching refs:RuntimeException

114     virtual OUString SAL_CALL getImplementationName(  ) throw(RuntimeException);
115 … virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw(RuntimeException);
116 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(RuntimeException);
120 throw(Exception, RuntimeException);
123 virtual OUString SAL_CALL getURL() throw(RuntimeException);
124 …ng& rURL, sal_Bool bReadOnly, sal_Bool bCreate ) throw(InvalidRegistryException, RuntimeException);
125 virtual sal_Bool SAL_CALL isValid( ) throw(RuntimeException);
126 virtual void SAL_CALL close( ) throw(InvalidRegistryException, RuntimeException);
127 virtual void SAL_CALL destroy( ) throw(InvalidRegistryException, RuntimeException);
128 …eference< XRegistryKey > SAL_CALL getRootKey( ) throw(InvalidRegistryException, RuntimeException);
129 virtual sal_Bool SAL_CALL isReadOnly( ) throw(InvalidRegistryException, RuntimeException);
130 …, const OUString& aUrl ) throw(InvalidRegistryException, MergeConflictException, RuntimeException);
133 virtual Reference< XEnumeration > SAL_CALL createEnumeration( ) throw (RuntimeException);
134 virtual Type SAL_CALL getElementType( ) throw (RuntimeException);
135 virtual sal_Bool SAL_CALL hasElements( ) throw (RuntimeException);
162 virtual OUString SAL_CALL getKeyName() throw(RuntimeException);
163 virtual sal_Bool SAL_CALL isReadOnly( ) throw(InvalidRegistryException, RuntimeException);
164 virtual sal_Bool SAL_CALL isValid( ) throw(RuntimeException);
165 … SAL_CALL getKeyType( const OUString& rKeyName ) throw(InvalidRegistryException, RuntimeException);
166 …tual RegistryValueType SAL_CALL getValueType( ) throw(InvalidRegistryException, RuntimeException);
167 …SAL_CALL getLongValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
168 …al void SAL_CALL setLongValue( sal_Int32 value ) throw(InvalidRegistryException, RuntimeException);
169 …CALL getLongListValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
170 …un::star::uno::Sequence< sal_Int32 >& seqValue ) throw(InvalidRegistryException, RuntimeException);
171 …AL_CALL getAsciiValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
172 … SAL_CALL setAsciiValue( const OUString& value ) throw(InvalidRegistryException, RuntimeException);
173 …ALL getAsciiListValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
174 …sun::star::uno::Sequence< OUString >& seqValue ) throw(InvalidRegistryException, RuntimeException);
175 …L_CALL getStringValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
176 …SAL_CALL setStringValue( const OUString& value ) throw(InvalidRegistryException, RuntimeException);
177 …LL getStringListValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
178 …sun::star::uno::Sequence< OUString >& seqValue ) throw(InvalidRegistryException, RuntimeException);
179 …L_CALL getBinaryValue( ) throw(InvalidRegistryException, InvalidValueException, RuntimeException);
180 …m::sun::star::uno::Sequence< sal_Int8 >& value ) throw(InvalidRegistryException, RuntimeException);
181 …y > SAL_CALL openKey( const OUString& aKeyName ) throw(InvalidRegistryException, RuntimeException);
182 …> SAL_CALL createKey( const OUString& aKeyName ) throw(InvalidRegistryException, RuntimeException);
183 virtual void SAL_CALL closeKey( ) throw(InvalidRegistryException, RuntimeException);
184 …d SAL_CALL deleteKey( const OUString& rKeyName ) throw(InvalidRegistryException, RuntimeException);
185 …eference< XRegistryKey > > SAL_CALL openKeys( ) throw(InvalidRegistryException, RuntimeException);
186 …al Sequence< OUString > SAL_CALL getKeyNames( ) throw(InvalidRegistryException, RuntimeException);
187 …String& aLinkName, const OUString& aLinkTarget ) throw(InvalidRegistryException, RuntimeException);
188 …SAL_CALL deleteLink( const OUString& rLinkName ) throw(InvalidRegistryException, RuntimeException);
189 …_CALL getLinkTarget( const OUString& rLinkName ) throw(InvalidRegistryException, RuntimeException);
190 …CALL getResolvedName( const OUString& aKeyName ) throw(InvalidRegistryException, RuntimeException);
329 OUString SAL_CALL NestedKeyImpl::getKeyName() throw(RuntimeException) in getKeyName()
337 throw(InvalidRegistryException, RuntimeException) in isReadOnly()
349 sal_Bool SAL_CALL NestedKeyImpl::isValid( ) throw(RuntimeException) in isValid()
358 throw(InvalidRegistryException, RuntimeException) in getKeyType()
377 throw(InvalidRegistryException, RuntimeException) in getValueType()
396 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getLongValue()
416 throw(InvalidRegistryException, RuntimeException) in setLongValue()
439 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getLongListValue()
459 throw(InvalidRegistryException, RuntimeException) in setLongListValue()
482 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getAsciiValue()
502 throw(InvalidRegistryException, RuntimeException) in setAsciiValue()
525 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getAsciiListValue()
545 throw(InvalidRegistryException, RuntimeException) in setAsciiListValue()
568 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getStringValue()
588 throw(InvalidRegistryException, RuntimeException) in setStringValue()
611 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getStringListValue()
631 throw(InvalidRegistryException, RuntimeException) in setStringListValue()
654 throw(InvalidRegistryException, InvalidValueException, RuntimeException) in getBinaryValue()
674 throw(InvalidRegistryException, RuntimeException) in setBinaryValue()
697 throw(InvalidRegistryException, RuntimeException) in openKey()
732 throw(InvalidRegistryException, RuntimeException) in createKey()
789 throw(InvalidRegistryException, RuntimeException) in closeKey()
804 throw(InvalidRegistryException, RuntimeException) in deleteKey()
826 throw(InvalidRegistryException, RuntimeException) in openKeys()
906 throw(InvalidRegistryException, RuntimeException) in getKeyNames()
973 throw(InvalidRegistryException, RuntimeException) in createLink()
1029 throw(InvalidRegistryException, RuntimeException) in deleteLink()
1073 throw(InvalidRegistryException, RuntimeException) in getLinkTarget()
1126 throw(InvalidRegistryException, RuntimeException) in getResolvedName()
1171 virtual sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
1172 … SAL_CALL nextElement( ) throw (NoSuchElementException, WrappedTargetException, RuntimeException);
1179 sal_Bool RegistryEnumueration::hasMoreElements( ) throw (RuntimeException) in hasMoreElements()
1185 throw (NoSuchElementException, WrappedTargetException, RuntimeException) in nextElement()
1207 Reference< XEnumeration > NestedRegistryImpl::createEnumeration( ) throw (RuntimeException) in createEnumeration()
1213 Type NestedRegistryImpl::getElementType( ) throw (RuntimeException) in getElementType()
1218 sal_Bool SAL_CALL NestedRegistryImpl::hasElements( ) throw (RuntimeException) in hasElements()
1228 throw(RuntimeException) in getImplementationName()
1235 throw(RuntimeException) in supportsService()
1248 throw(RuntimeException) in getSupportedServiceNames()
1255 throw( Exception, RuntimeException ) in initialize()
1270 OUString SAL_CALL NestedRegistryImpl::getURL() throw(RuntimeException) in getURL()
1287 throw(InvalidRegistryException, RuntimeException) in open()
1295 sal_Bool SAL_CALL NestedRegistryImpl::isValid( ) throw(RuntimeException) in isValid()
1313 throw(InvalidRegistryException, RuntimeException) in close()
1333 throw(InvalidRegistryException, RuntimeException) in destroy()
1342 throw(InvalidRegistryException, RuntimeException) in getRootKey()
1372 throw(InvalidRegistryException, RuntimeException) in isReadOnly()
1389 throw(InvalidRegistryException, MergeConflictException, RuntimeException) in mergeKey()