Lines Matching refs:SAL_CALL

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);
119 virtual void SAL_CALL initialize( const Sequence< Any >& aArguments )
123 virtual OUString SAL_CALL getURL() throw(RuntimeException);
124 …virtual void SAL_CALL open( const OUString& rURL, sal_Bool bReadOnly, sal_Bool bCreate ) throw(Inv…
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 …virtual Reference< XRegistryKey > SAL_CALL getRootKey( ) throw(InvalidRegistryException, RuntimeE…
129 virtual sal_Bool SAL_CALL isReadOnly( ) throw(InvalidRegistryException, RuntimeException);
130 …virtual void SAL_CALL mergeKey( const OUString& aKeyName, const OUString& aUrl ) throw(InvalidRegi…
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 …virtual RegistryKeyType SAL_CALL getKeyType( const OUString& rKeyName ) throw(InvalidRegistryExcep…
166 …virtual RegistryValueType SAL_CALL getValueType( ) throw(InvalidRegistryException, RuntimeExcepti…
167 …virtual sal_Int32 SAL_CALL getLongValue( ) throw(InvalidRegistryException, InvalidValueException,…
168 …virtual void SAL_CALL setLongValue( sal_Int32 value ) throw(InvalidRegistryException, RuntimeExcep…
169 …virtual Sequence< sal_Int32 > SAL_CALL getLongListValue( ) throw(InvalidRegistryException, Invali…
170 …virtual void SAL_CALL setLongListValue( const ::com::sun::star::uno::Sequence< sal_Int32 >& seqVal…
171 …virtual OUString SAL_CALL getAsciiValue( ) throw(InvalidRegistryException, InvalidValueException,…
172 …virtual void SAL_CALL setAsciiValue( const OUString& value ) throw(InvalidRegistryException, Runti…
173 …virtual Sequence< OUString > SAL_CALL getAsciiListValue( ) throw(InvalidRegistryException, Invali…
174 …virtual void SAL_CALL setAsciiListValue( const ::com::sun::star::uno::Sequence< OUString >& seqVal…
175 …virtual OUString SAL_CALL getStringValue( ) throw(InvalidRegistryException, InvalidValueException…
176 …virtual void SAL_CALL setStringValue( const OUString& value ) throw(InvalidRegistryException, Runt…
177 …virtual Sequence< OUString > SAL_CALL getStringListValue( ) throw(InvalidRegistryException, Inval…
178 …virtual void SAL_CALL setStringListValue( const ::com::sun::star::uno::Sequence< OUString >& seqVa…
179 …virtual Sequence< sal_Int8 > SAL_CALL getBinaryValue( ) throw(InvalidRegistryException, InvalidVa…
180 …virtual void SAL_CALL setBinaryValue( const ::com::sun::star::uno::Sequence< sal_Int8 >& value ) t…
181 …virtual Reference< XRegistryKey > SAL_CALL openKey( const OUString& aKeyName ) throw(InvalidRegist…
182 …virtual Reference< XRegistryKey > SAL_CALL createKey( const OUString& aKeyName ) throw(InvalidRegi…
183 virtual void SAL_CALL closeKey( ) throw(InvalidRegistryException, RuntimeException);
184 …virtual void SAL_CALL deleteKey( const OUString& rKeyName ) throw(InvalidRegistryException, Runtim…
185 …virtual Sequence< Reference< XRegistryKey > > SAL_CALL openKeys( ) throw(InvalidRegistryException…
186 …virtual Sequence< OUString > SAL_CALL getKeyNames( ) throw(InvalidRegistryException, RuntimeExcep…
187 …virtual sal_Bool SAL_CALL createLink( const OUString& aLinkName, const OUString& aLinkTarget ) thr…
188 …virtual void SAL_CALL deleteLink( const OUString& rLinkName ) throw(InvalidRegistryException, Runt…
189 …virtual OUString SAL_CALL getLinkTarget( const OUString& rLinkName ) throw(InvalidRegistryExceptio…
190 …virtual OUString SAL_CALL getResolvedName( const OUString& aKeyName ) throw(InvalidRegistryExcepti…
329 OUString SAL_CALL NestedKeyImpl::getKeyName() throw(RuntimeException) in getKeyName()
336 sal_Bool SAL_CALL NestedKeyImpl::isReadOnly( ) in isReadOnly()
349 sal_Bool SAL_CALL NestedKeyImpl::isValid( ) throw(RuntimeException) in isValid()
357 RegistryKeyType SAL_CALL NestedKeyImpl::getKeyType( const OUString& rKeyName ) in getKeyType()
376 RegistryValueType SAL_CALL NestedKeyImpl::getValueType( ) in getValueType()
395 sal_Int32 SAL_CALL NestedKeyImpl::getLongValue( ) in getLongValue()
415 void SAL_CALL NestedKeyImpl::setLongValue( sal_Int32 value ) in setLongValue()
438 Sequence< sal_Int32 > SAL_CALL NestedKeyImpl::getLongListValue( ) in getLongListValue()
458 void SAL_CALL NestedKeyImpl::setLongListValue( const Sequence< sal_Int32 >& seqValue ) in setLongListValue()
481 OUString SAL_CALL NestedKeyImpl::getAsciiValue( ) in getAsciiValue()
501 void SAL_CALL NestedKeyImpl::setAsciiValue( const OUString& value ) in setAsciiValue()
524 Sequence< OUString > SAL_CALL NestedKeyImpl::getAsciiListValue( ) in getAsciiListValue()
544 void SAL_CALL NestedKeyImpl::setAsciiListValue( const Sequence< OUString >& seqValue ) in setAsciiListValue()
567 OUString SAL_CALL NestedKeyImpl::getStringValue( ) in getStringValue()
587 void SAL_CALL NestedKeyImpl::setStringValue( const OUString& value ) in setStringValue()
610 Sequence< OUString > SAL_CALL NestedKeyImpl::getStringListValue( ) in getStringListValue()
630 void SAL_CALL NestedKeyImpl::setStringListValue( const Sequence< OUString >& seqValue ) in setStringListValue()
653 Sequence< sal_Int8 > SAL_CALL NestedKeyImpl::getBinaryValue( ) in getBinaryValue()
673 void SAL_CALL NestedKeyImpl::setBinaryValue( const Sequence< sal_Int8 >& value ) in setBinaryValue()
696 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::openKey( const OUString& aKeyName ) in openKey()
731 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::createKey( const OUString& aKeyName ) in createKey()
788 void SAL_CALL NestedKeyImpl::closeKey( ) in closeKey()
803 void SAL_CALL NestedKeyImpl::deleteKey( const OUString& rKeyName ) in deleteKey()
825 Sequence< Reference< XRegistryKey > > SAL_CALL NestedKeyImpl::openKeys( ) in openKeys()
905 Sequence< OUString > SAL_CALL NestedKeyImpl::getKeyNames( ) in getKeyNames()
972 sal_Bool SAL_CALL NestedKeyImpl::createLink( const OUString& aLinkName, const OUString& aLinkTarget… in createLink()
1028 void SAL_CALL NestedKeyImpl::deleteLink( const OUString& rLinkName ) in deleteLink()
1072 OUString SAL_CALL NestedKeyImpl::getLinkTarget( const OUString& rLinkName ) in getLinkTarget()
1125 OUString SAL_CALL NestedKeyImpl::getResolvedName( const OUString& aKeyName ) in getResolvedName()
1171 virtual sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
1172 …virtual Any SAL_CALL nextElement( ) throw (NoSuchElementException, WrappedTargetException, Runtim…
1218 sal_Bool SAL_CALL NestedRegistryImpl::hasElements( ) throw (RuntimeException) in hasElements()
1227 OUString SAL_CALL NestedRegistryImpl::getImplementationName( ) in getImplementationName()
1234 sal_Bool SAL_CALL NestedRegistryImpl::supportsService( const OUString& ServiceName ) in supportsService()
1247 Sequence<OUString> SAL_CALL NestedRegistryImpl::getSupportedServiceNames( ) in getSupportedServiceNames()
1254 void SAL_CALL NestedRegistryImpl::initialize( const Sequence< Any >& aArguments ) in initialize()
1270 OUString SAL_CALL NestedRegistryImpl::getURL() throw(RuntimeException) in getURL()
1286 void SAL_CALL NestedRegistryImpl::open( const OUString&, sal_Bool, sal_Bool ) in open()
1295 sal_Bool SAL_CALL NestedRegistryImpl::isValid( ) throw(RuntimeException) in isValid()
1312 void SAL_CALL NestedRegistryImpl::close( ) in close()
1332 void SAL_CALL NestedRegistryImpl::destroy( ) in destroy()
1341 Reference< XRegistryKey > SAL_CALL NestedRegistryImpl::getRootKey( ) in getRootKey()
1371 sal_Bool SAL_CALL NestedRegistryImpl::isReadOnly( ) in isReadOnly()
1388 void SAL_CALL NestedRegistryImpl::mergeKey( const OUString& aKeyName, const OUString& aUrl ) in mergeKey()
1404 Reference<XInterface> SAL_CALL NestedRegistry_CreateInstance( const Reference<XComponentContext>& ) in NestedRegistry_CreateInstance()