Lines Matching refs:aKeyName
130 …virtual void SAL_CALL mergeKey( const OUString& aKeyName, const OUString& aUrl ) throw(InvalidRegi…
156 NestedKeyImpl( const OUString& aKeyName,
181 …virtual Reference< XRegistryKey > SAL_CALL openKey( const OUString& aKeyName ) throw(InvalidRegist…
182 …virtual Reference< XRegistryKey > SAL_CALL createKey( const OUString& aKeyName ) throw(InvalidRegi…
190 …virtual OUString SAL_CALL getResolvedName( const OUString& aKeyName ) throw(InvalidRegistryExcepti…
696 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::openKey( const OUString& aKeyName ) in openKey() argument
705 OUString resolvedName = computeName(aKeyName); in openKey()
731 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::createKey( const OUString& aKeyName ) in createKey() argument
741 OUString resolvedName = computeName(aKeyName); in createKey()
1125 OUString SAL_CALL NestedKeyImpl::getResolvedName( const OUString& aKeyName ) in getResolvedName() argument
1134 OUString resolvedName = computeName(aKeyName); in getResolvedName()
1388 void SAL_CALL NestedRegistryImpl::mergeKey( const OUString& aKeyName, const OUString& aUrl ) in mergeKey() argument
1394 m_localReg->mergeKey(aKeyName, aUrl); in mergeKey()