Home
last modified time | relevance | path

Searched refs:ORegKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/registry/source/
H A Dregkey.cxx41 ORegKey* pKey = static_cast< ORegKey* >(hKey); in acquireKey()
55 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey()
69 ORegKey* pKey = static_cast< ORegKey* >(hKey); in isKeyReadOnly()
79 ORegKey* pKey = static_cast< ORegKey* >(hKey); in getKeyName()
101 ORegKey* pKey = static_cast< ORegKey* >(hKey); in createKey()
123 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openKey()
144 ORegKey* pKey = static_cast< ORegKey* >(hKey); in openSubKeys()
163 ORegistry* pReg = ((ORegKey*)(phSubKeys[0]))->getRegistry(); in closeSubKeys()
179 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey()
197 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey()
[all …]
H A Dkeyimpl.cxx43 ORegKey::ORegKey(const OUString& keyName, ORegistry* pReg) in ORegKey() function in ORegKey
55 ORegKey::~ORegKey() in ~ORegKey()
63 RegError ORegKey::acquireKey(RegKeyHandle hKey) in acquireKey()
71 RegError ORegKey::releaseKey(RegKeyHandle hKey) in releaseKey()
79 RegError ORegKey::createKey(const OUString& keyName, RegKeyHandle* phNewKey) in createKey()
88 RegError ORegKey::openKey(const OUString& keyName, RegKeyHandle* phOpenKey) in openKey()
97 RegError ORegKey::openSubKeys(const OUString& keyName, RegKeyHandle** phOpenSubKeys, sal_uInt32* pn… in openSubKeys()
104 ORegKey* pKey = this; in openSubKeys()
115 ORegKey** pSubKeys; in openSubKeys()
116 pSubKeys = (ORegKey**)rtl_allocateZeroMemory(nSubKeys * sizeof(ORegKey*)); in openSubKeys()
[all …]
H A Dregimpl.cxx456 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()
[all …]
H A Dregistry.cxx264 ORegKey* pKey = static_cast< ORegKey* >(hKey); in loadKey()
276 ORegKey* pNewKey = 0; in loadKey()
315 ORegKey* pKey = static_cast< ORegKey* >(hKey); in saveKey()
324 ORegKey* pNewKey = 0; in saveKey()
355 ORegKey* pKey = static_cast< ORegKey* >(hKey); in mergeKey()
367 ORegKey* pNewKey = 0; in mergeKey()
400 ORegKey* pKey = static_cast< ORegKey* >(hKey); in dumpRegistry()
469 ORegKey *pKey; in reg_loadKey()
472 pKey = (ORegKey*)hKey; in reg_loadKey()
486 ORegKey *pKey; in reg_saveKey()
[all …]
H A Dregimpl.hxx63 class ORegKey;
119 ORegKey* getRootKey();
127 friend class ORegKey;
130 RegError eraseKey(ORegKey* pKey, const rtl::OUString& keyName);
132 RegError deleteSubkeysAndValues(ORegKey* pKey);
134 RegError loadAndSaveValue(ORegKey* pTargetKey,
135 ORegKey* pSourceKey,
151 RegError loadAndSaveKeys(ORegKey* pTargetKey,
152 ORegKey* pSourceKey,
166 typedef std::hash_map< rtl::OUString, ORegKey*, rtl::OUStringHash > KeyMap;
H A Dkeyimpl.hxx31 class ORegKey class
35 ORegKey(const rtl::OUString& keyName, ORegistry* pReg);
36 ~ORegKey();