Searched refs:openRootKey (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 328 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey() 342 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey() 376 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys() 388 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys()
|
/aoo42x/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 128 pTmpReg->openRootKey(rootKey); in init() 247 if (!m_pImpl->m_pMergedRegistry->openRootKey(rootKey)) in searchTypeKey() 257 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
|
/aoo42x/main/registry/test/ |
H A D | testregcpp.cxx | 48 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testCoreReflection error 2"); in test_coreReflection() 387 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 2"); in test_registry_CppApi() 608 REG_ENSURE(!myRegistry->openRootKey(rootKey2), "test_registry_CppApi error 24"); in test_registry_CppApi() 629 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 34"); in test_registry_CppApi() 682 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 54"); in test_registry_CppApi()
|
H A D | testmerge.cxx | 57 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge1 error 2"); in test_generateMerge1() 123 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge2 error 2"); in test_generateMerge2() 189 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testMerge error 2"); in test_merge()
|
/aoo42x/main/registry/source/ |
H A D | registry.cxx | 142 static RegError REGISTRY_CALLTYPE openRootKey(RegHandle hReg, in openRootKey() function 419 &openRootKey, in initRegistry_Api() 541 return openRootKey(hRegistry, phRootKey); in reg_openRootKey()
|
/aoo42x/main/registry/inc/registry/ |
H A D | registry.hxx | 44 RegError (REGISTRY_CALLTYPE *openRootKey) (RegHandle, RegKeyHandle*); 130 inline RegError openRootKey(RegistryKey& rRootKey); 1190 inline RegError Registry::openRootKey(RegistryKey& rRootKey) in openRootKey() function in Registry 1193 return m_pApi->openRootKey(m_hImpl, &rRootKey.m_hImpl); in openRootKey()
|
/aoo42x/main/registry/tools/ |
H A D | checksingleton.cxx | 275 if ( indexReg.openRootKey(indexRoot) ) in main() 283 if ( typeReg.openRootKey(typeRoot) ) in main()
|
H A D | regmerge.cxx | 130 if (reg.openRootKey(rootKey) != REG_NO_ERROR) in main()
|
H A D | rdbedit.cxx | 284 if ( typeReg.openRootKey(typeRoot) ) in main()
|
H A D | regcompare.cxx | 2001 if ( reg1.openRootKey(key1) ) in main() 2007 if ( reg2.openRootKey(key2) ) in main()
|
/aoo42x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbmaker.cxx | 400 regFile.openRootKey(tmpKey); in main() 405 regFile.openRootKey(rootKey); in main()
|
/aoo42x/main/idlc/source/ |
H A D | idlcproduce.cxx | 160 if ( regFile.openRootKey(rootKey) != REG_NO_ERROR ) in produceFile()
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | simpleregistry.cxx | 1232 RegError err = registry_.openRootKey(root); in getRootKey() 1268 RegError err = registry_.openRootKey(root); in mergeKey()
|
/aoo42x/main/stoc/test/ |
H A D | testregistry.cxx | 146 TEST_ENSHURE(!myRegistry->openRootKey(rootKey), "setLinkInDefaultRegistry error 2"); in setLinkInDefaultRegistry()
|
Completed in 97 milliseconds