Lines Matching refs:NestedKeyImpl

104 class NestedKeyImpl;
137 friend class NestedKeyImpl;
149 class NestedKeyImpl : public WeakImplHelper1< XRegistryKey > class
152 NestedKeyImpl( NestedRegistryImpl* pDefaultRegistry,
156 NestedKeyImpl( const OUString& aKeyName,
157 NestedKeyImpl* pKey);
159 ~NestedKeyImpl();
205 NestedKeyImpl::NestedKeyImpl( NestedRegistryImpl* pDefaultRegistry, in NestedKeyImpl() function in stoc_defreg::NestedKeyImpl
228 NestedKeyImpl::NestedKeyImpl( const OUString& rKeyName, in NestedKeyImpl() function in stoc_defreg::NestedKeyImpl
229 NestedKeyImpl* pKey) in NestedKeyImpl()
256 NestedKeyImpl::~NestedKeyImpl() in ~NestedKeyImpl()
263 void NestedKeyImpl::computeChanges() in computeChanges()
284 OUString NestedKeyImpl::computeName(const OUString& name) in computeName()
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()
723 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); in openKey()
731 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::createKey( const OUString& aKeyName ) in createKey()
760 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); in createKey()
779 return ((XRegistryKey*)new NestedKeyImpl(m_pRegistry, localKey, defaultKey)); 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()
873 (XRegistryKey*)new NestedKeyImpl(name, this); in openKeys()
897 (XRegistryKey*)new NestedKeyImpl(name, this); 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()
1360 return ((XRegistryKey*)new NestedKeyImpl(this, localKey, defaultKey)); in getRootKey()