Searched refs:m_xRootKey (Results 1 – 1 of 1) sorted by relevance
1639 Reference<XRegistryKey > m_xRootKey; member in stoc_smgr::ORegistryServiceManager1675 m_xRootKey = Reference<XRegistryKey >(); in dispose()1686 if( !m_xRootKey.is() ) in getRootKey()1701 if( m_xRegistry.is() && !m_xRootKey.is() ) in getRootKey()1702 m_xRootKey = m_xRegistry->getRootKey(); in getRootKey()1705 return m_xRootKey; in getRootKey()1723 Reference<XRegistryKey > xImpKey = m_xRootKey->openKey(implementationName); in loadWithImplementationName()1811 m_xRootKey.clear(); in initialize()