Lines Matching refs:getRootKey

128 …virtual Reference< XRegistryKey > SAL_CALL getRootKey(  ) throw(InvalidRegistryException, RuntimeE…
268 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges()
302 Reference<XRegistryKey> localRoot(m_pRegistry->m_localReg->getRootKey()); in computeName()
303 Reference<XRegistryKey> defaultRoot(m_pRegistry->m_defaultReg->getRootKey()); in computeName()
427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue()
470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue()
513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue()
556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue()
599 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringValue()
642 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setStringListValue()
685 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setBinaryValue()
714 localKey = m_pRegistry->m_localReg->getRootKey()->openKey(resolvedName); in openKey()
718 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in openKey()
750 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
755 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
768 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createKey()
771 localKey = m_pRegistry->m_localReg->getRootKey()->createKey(resolvedName); in createKey()
775 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
817 m_pRegistry->m_localReg->getRootKey()->deleteKey(resolvedName); in deleteKey()
1009 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1014 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in createLink()
1017 isCreated = m_pRegistry->m_localReg->getRootKey()->createLink(resolvedName, aLinkTarget); in createLink()
1064 m_pRegistry->m_localReg->getRootKey()->deleteLink(resolvedName); in deleteLink()
1110 linkTarget = m_pRegistry->m_localReg->getRootKey()->getLinkTarget(resolvedName); in getLinkTarget()
1119 linkTarget = m_pRegistry->m_defaultReg->getRootKey()->getLinkTarget(resolvedName); in getLinkTarget()
1341 Reference< XRegistryKey > SAL_CALL NestedRegistryImpl::getRootKey( ) in getRootKey() function in stoc_defreg::NestedRegistryImpl
1351 localKey = m_localReg->getRootKey(); in getRootKey()
1357 defaultKey = m_defaultReg->getRootKey(); in getRootKey()