Lines Matching refs:ORegKey

456 	ORegKey* pRootKey = m_openKeyTable[ROOT];  in ~ORegistry()
516 m_openKeyTable[ROOT] = new ORegKey(ROOT, this); in initRegistry()
611 ORegKey* pKey = static_cast< ORegKey* >(hKey); in acquireKey()
626 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey()
645 ORegKey* pKey; in createKey()
655 pKey = (ORegKey*)hKey; in createKey()
664 ((ORegKey*)*phNewKey)->acquire(); in createKey()
665 ((ORegKey*)*phNewKey)->setDeleted(sal_False); in createKey()
692 pKey = new ORegKey(sFullKeyName, this); in createKey()
706 ORegKey* pKey; in openKey()
718 pKey = (ORegKey*)hKey; in openKey()
738 std::auto_ptr< ORegKey > p(new ORegKey(path, this)); in openKey()
754 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey()
764 ORegKey * pRootKey = getRootKey(); in closeKey()
788 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey()
801 RegError ORegistry::eraseKey(ORegKey* pKey, const OUString& keyName) in eraseKey()
837 ORegKey* pOldKey = 0; in eraseKey()
868 RegError ORegistry::deleteSubkeysAndValues(ORegKey* pKey) in deleteSubkeysAndValues()
913 ORegKey* pKey = static_cast< ORegKey* >(hKey); in loadKey()
919 ORegKey* pRootKey = pReg->getRootKey(); in loadKey()
961 ORegKey* pKey = static_cast< ORegKey* >(hKey); in saveKey()
967 ORegKey* pRootKey = pReg->getRootKey(); in saveKey()
1006 RegError ORegistry::loadAndSaveValue(ORegKey* pTargetKey, in loadAndSaveValue()
1007 ORegKey* pSourceKey, in loadAndSaveValue()
1340 RegError ORegistry::loadAndSaveKeys(ORegKey* pTargetKey, in loadAndSaveKeys()
1341 ORegKey* pSourceKey, in loadAndSaveKeys()
1371 ORegKey* pTmpKey = 0; in loadAndSaveKeys()
1410 ORegKey* ORegistry::getRootKey() in getRootKey()
1422 ORegKey *pKey = (ORegKey*)hKey; in dumpRegistry()