Searched refs:loadKey (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/registry/source/ |
H A D | registry.cxx | 251 static RegError REGISTRY_CALLTYPE loadKey(RegHandle hReg, in loadKey() function 288 _ret = pReg->loadKey(pNewKey, regFileName); in loadKey() 372 _ret = pReg->loadKey(pNewKey, regFileName, bWarnings, bReport); in mergeKey() 385 return pReg->loadKey(pKey, regFileName, bWarnings, bReport); in mergeKey() 425 &loadKey, in initRegistry_Api() 476 return loadKey(pKey->getRegistry(), hKey, keyName, regFileName); in reg_loadKey()
|
H A D | regimpl.hxx | 99 RegError loadKey(RegKeyHandle hKey,
|
H A D | regimpl.cxx | 909 RegError ORegistry::loadKey(RegKeyHandle hKey, const OUString& regFileName, in loadKey() function in ORegistry
|
/aoo41x/main/registry/inc/registry/ |
H A D | registry.hxx | 49 RegError (REGISTRY_CALLTYPE *loadKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*); 173 inline RegError loadKey(RegistryKey& rKey, 1233 inline RegError Registry::loadKey(RegistryKey& rKey, in loadKey() function in Registry 1236 { return m_pApi->loadKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData); } in loadKey()
|
/aoo41x/main/registry/test/ |
H A D | testmerge.cxx | 190 … REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("/stardiv/IchbineinMergeKey"), in test_merge()
|
H A D | testregcpp.cxx | 631 REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
|
Completed in 37 milliseconds