Home
last modified time | relevance | path

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

/trunk/main/registry/source/
H A Dregistry.cxx251 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 Dregimpl.hxx99 RegError loadKey(RegKeyHandle hKey,
H A Dregimpl.cxx909 RegError ORegistry::loadKey(RegKeyHandle hKey, const OUString& regFileName, in loadKey() function in ORegistry
/trunk/main/registry/inc/registry/
H A Dregistry.hxx50 RegError (REGISTRY_CALLTYPE *loadKey) (RegHandle, RegKeyHandle, rtl_uString*, rtl_uString*);
174 inline RegError loadKey(RegistryKey& rKey,
1234 inline RegError Registry::loadKey(RegistryKey& rKey, in loadKey() function in Registry
1237 { return m_pApi->loadKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData); } in loadKey()
/trunk/main/registry/test/
H A Dtestmerge.cxx190 … REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("/stardiv/IchbineinMergeKey"), in test_merge()
H A Dtestregcpp.cxx631 REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()

Completed in 44 milliseconds