Home
last modified time | relevance | path

Searched refs:rRootKey (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/registry/inc/registry/
H A Dregistry.hxx129 inline RegError openRootKey(RegistryKey& rRootKey);
1189 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey() argument
1191 rRootKey.setRegistry(*this); in openRootKey()
1192 return m_pApi->openRootKey(m_hImpl, &rRootKey.m_hImpl); in openRootKey()
/aoo4110/main/stoc/source/servicemanager/
H A Dservicemanager.cxx246 Reference< XRegistryKey > rRootKey = xReg->getRootKey(); in retrieveAsciiValueList() local
247 if( rRootKey.is() ) in retrieveAsciiValueList()
249 Reference<XRegistryKey > xKey = rRootKey->openKey(keyName); in retrieveAsciiValueList()

Completed in 34 milliseconds