Searched refs:ORegKey (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/registry/source/ |
H A D | regkey.cxx | 41 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() 179 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey() 197 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey() 213 ORegKey* pKey = static_cast< ORegKey* >(hKey); in setValue() [all …]
|
H A D | keyimpl.cxx | 43 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() 104 ORegKey* pKey = this; in openSubKeys() 115 ORegKey** pSubKeys; in openSubKeys() 116 pSubKeys = (ORegKey**)rtl_allocateZeroMemory(nSubKeys * sizeof(ORegKey*)); in openSubKeys() 129 ORegKey* pOpenSubKey = 0; in openSubKeys() 168 ORegKey* pKey = this; in getKeyNames() 984 ORegKey* pThis = const_cast< ORegKey* >(this); in getKeyType() 1009 sal_uInt32 ORegKey::countSubKeys() in countSubKeys() [all …]
|
H A D | registry.cxx | 264 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() 486 ORegKey *pKey; in reg_saveKey() 505 ORegKey *pKey; in reg_mergeKey() [all …]
|
H A D | regimpl.cxx | 611 ORegKey* pKey = static_cast< ORegKey* >(hKey); in acquireKey() 626 ORegKey* pKey = static_cast< ORegKey* >(hKey); in releaseKey() 645 ORegKey* pKey; in createKey() 706 ORegKey* pKey; in openKey() 738 std::auto_ptr< ORegKey > p(new ORegKey(path, this)); in openKey() 754 ORegKey* pKey = static_cast< ORegKey* >(hKey); in closeKey() 788 ORegKey* pKey = static_cast< ORegKey* >(hKey); in deleteKey() 837 ORegKey* pOldKey = 0; in eraseKey() 913 ORegKey* pKey = static_cast< ORegKey* >(hKey); in loadKey() 961 ORegKey* pKey = static_cast< ORegKey* >(hKey); in saveKey() [all …]
|
H A D | regimpl.hxx | 63 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 D | keyimpl.hxx | 31 class ORegKey class 35 ORegKey(const rtl::OUString& keyName, ORegistry* pReg); 36 ~ORegKey();
|
Completed in 59 milliseconds