Lines Matching refs:createKey
182 …virtual Reference< XRegistryKey > SAL_CALL createKey( const OUString& aKeyName ) throw(InvalidRegi…
428 m_localKey = rootKey->createKey(m_name); in setLongValue()
471 m_localKey = rootKey->createKey(m_name); in setLongListValue()
514 m_localKey = rootKey->createKey(m_name); in setAsciiValue()
557 m_localKey = rootKey->createKey(m_name); in setAsciiListValue()
600 m_localKey = rootKey->createKey(m_name); in setStringValue()
643 m_localKey = rootKey->createKey(m_name); in setStringListValue()
686 m_localKey = rootKey->createKey(m_name); in setBinaryValue()
731 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::createKey( const OUString& aKeyName ) in createKey() function in stoc_defreg::NestedKeyImpl
750 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
769 m_localKey = rootKey->createKey(m_name); in createKey()
771 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
1015 m_localKey = rootKey->createKey(m_name); in createLink()