Lines Matching refs:hKey
609 RegError ORegistry::acquireKey (RegKeyHandle hKey) in acquireKey() argument
611 ORegKey* pKey = static_cast< ORegKey* >(hKey); in acquireKey()
624 RegError ORegistry::releaseKey (RegKeyHandle hKey) in releaseKey() argument
626 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey()
642 RegError ORegistry::createKey(RegKeyHandle hKey, const OUString& keyName, in createKey() argument
654 if (hKey) in createKey()
655 pKey = (ORegKey*)hKey; in createKey()
703 RegError ORegistry::openKey(RegKeyHandle hKey, const OUString& keyName, in openKey() argument
717 if (hKey) in openKey()
718 pKey = (ORegKey*)hKey; in openKey()
752 RegError ORegistry::closeKey(RegKeyHandle hKey) in closeKey() argument
754 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey()
786 RegError ORegistry::deleteKey(RegKeyHandle hKey, const OUString& keyName) in deleteKey() argument
788 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey()
909 RegError ORegistry::loadKey(RegKeyHandle hKey, const OUString& regFileName, in loadKey() argument
913 ORegKey* pKey = static_cast< ORegKey* >(hKey); in loadKey()
957 RegError ORegistry::saveKey(RegKeyHandle hKey, const OUString& regFileName, in saveKey() argument
961 ORegKey* pKey = static_cast< ORegKey* >(hKey); in saveKey()
1420 RegError ORegistry::dumpRegistry(RegKeyHandle hKey) const in dumpRegistry()
1422 ORegKey *pKey = (ORegKey*)hKey; in dumpRegistry()