Home
last modified time | relevance | path

Searched refs:rootKey (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/registry/test/
H A Dtestmerge.cxx54 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge1() local
57 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge1 error 2"); in test_generateMerge1()
98 REG_ENSURE(!rootKey.closeKey() && in test_generateMerge1()
120 RegistryKey rootKey, key1, key2, key3, key4, key5, key6, key7, key8, key9; in test_generateMerge2() local
123 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testGenerateMerge2 error 2"); in test_generateMerge2()
163 REG_ENSURE(!rootKey.closeKey() && in test_generateMerge2()
185 RegistryKey rootKey, key1, mkey1, key2, mkey2, key1u2, mkey1u2; in test_merge() local
189 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testMerge error 2"); in test_merge()
190 … REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("/stardiv/IchbineinMergeKey"), in test_merge()
192 …REG_ENSURE(!myRegistry->mergeKey(rootKey, OUString::createFromAscii("/stardiv/IchbineinMergeKey"), in test_merge()
[all …]
H A Dtestregcpp.cxx45 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8; in test_coreReflection() local
48 REG_ENSURE(!myRegistry->openRootKey(rootKey), "testCoreReflection error 2"); in test_coreReflection()
384 RegistryKey rootKey, key1, key2, key3, key4 ,key5, key6, key7, key8, key9; in test_registry_CppApi() local
387 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 2"); in test_registry_CppApi()
486 REG_ENSURE(!rootKey.closeSubKeys(subKeys), "test_registry_CppApi error 7q)"); in test_registry_CppApi()
600 !rootKey.closeKey(), "test_registry_CppApi error 21"); in test_registry_CppApi()
629 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 34"); in test_registry_CppApi()
631 REG_ENSURE(!myRegistry->loadKey(rootKey, OUString::createFromAscii("allFromTest2"), in test_registry_CppApi()
664 REG_ENSURE(!rootKey.closeKey(), "test_registry_CppApi error 45"); in test_registry_CppApi()
682 REG_ENSURE(!myRegistry->openRootKey(rootKey), "test_registry_CppApi error 54"); in test_registry_CppApi()
[all …]
/aoo4110/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx124 RegistryKey rootKey; in init() local
128 pTmpReg->openRootKey(rootKey); in init()
132 if ( (ret = pTmpReg->mergeKey(rootKey, aRoot, convertToFileUrl( *iter ))) ) in init()
137 rootKey.closeKey(); in init()
243 RegistryKey key, rootKey; in searchTypeKey() local
247 if (!m_pImpl->m_pMergedRegistry->openRootKey(rootKey)) in searchTypeKey()
249 rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key); in searchTypeKey()
257 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
259 if (!rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key)) in searchTypeKey()
/aoo4110/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx270 Reference<XRegistryKey> tmpKey = rootKey->openKey(m_name); in computeChanges()
274 m_localKey = rootKey->openKey(m_name); in computeChanges()
428 m_localKey = rootKey->createKey(m_name); in setLongValue()
471 m_localKey = rootKey->createKey(m_name); in setLongListValue()
514 m_localKey = rootKey->createKey(m_name); in setAsciiValue()
557 m_localKey = rootKey->createKey(m_name); in setAsciiListValue()
600 m_localKey = rootKey->createKey(m_name); in setStringValue()
643 m_localKey = rootKey->createKey(m_name); in setStringListValue()
686 m_localKey = rootKey->createKey(m_name); in setBinaryValue()
769 m_localKey = rootKey->createKey(m_name); in createKey()
[all …]
/aoo4110/main/codemaker/source/codemaker/
H A Dtypemanager.cxx323 RegistryKey key, rootKey; in searchTypeKey() local
328 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
330 if (!rootKey.openKey(name, key)) in searchTypeKey()
342 if (!(*iter)->openRootKey(rootKey)) in searchTypeKey()
344 if (!rootKey.openKey(name, key)) in searchTypeKey()
371 RegistryKey key, rootKey; in getTypeKeys() local
376 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys()
378 if (!rootKey.openKey(name, key)) in getTypeKeys()
388 if (!(*iter)->openRootKey(rootKey)) in getTypeKeys()
390 if (!rootKey.openKey(name, key)) in getTypeKeys()
/aoo4110/main/rdbmaker/source/rdbmaker/
H A Drdbmaker.cxx57 RegistryKey rootKey; variable
162 if ( rootKey.isValid() ) in cleanUp()
164 rootKey.closeKey(); in cleanUp()
402 tmpKey.createKey( OStringToOUString(options.getOption("-b"), RTL_TEXTENCODING_UTF8), rootKey); in main()
405 regFile.openRootKey(rootKey); in main()
444 listFile, rootKey, filterTypes); in main()
449 &options, listFile, rootKey, filterTypes); in main()
475 listFile, rootKey, filterTypes)) in main()
/aoo4110/main/idlc/source/
H A Didlcproduce.cxx159 RegistryKey rootKey; in produceFile() local
160 if ( regFile.openRootKey(rootKey) != REG_NO_ERROR ) in produceFile()
171 if ( !idlc()->getRoot()->dump(rootKey) ) in produceFile()
173 rootKey.releaseKey(); in produceFile()
181 rootKey.releaseKey(); in produceFile()
/aoo4110/main/registry/tools/
H A Dregmerge.cxx129 RegistryKey rootKey; in main() local
130 if (reg.openRootKey(rootKey) != REG_NO_ERROR) in main()
141 …RegError _ret = reg.mergeKey(rootKey, mergeKeyName, targetRegName, sal_False, options.isVerbose()); in main()
166 rootKey.releaseKey(); in main()
/aoo4110/main/stoc/test/
H A Dtestregistry.cxx120 RegistryKey rootKey, rKey, rKey2; in setStarUserRegistry() local
140 RegistryKey rootKey; in setLinkInDefaultRegistry() local
146 TEST_ENSHURE(!myRegistry->openRootKey(rootKey), "setLinkInDefaultRegistry error 2"); in setLinkInDefaultRegistry()
148 TEST_ENSHURE(!rootKey.createLink(linkName, linkTarget), "setLinkInDefaultRegistry error 3"); in setLinkInDefaultRegistry()
150 TEST_ENSHURE(!rootKey.closeKey(), "setLinkInDefaultRegistry error 4"); in setLinkInDefaultRegistry()
H A Dtestsmgr.cxx75 RegistryKey rootKey, rKey, rKey2; in setStarUserRegistry() local
/aoo4110/main/pyuno/source/module/
H A Dunohelper.py215 rootKey = reg.getRootKey()
216 implementationKey = rootKey.openKey( "IMPLEMENTATIONS" )
220 fac = loader.activate( max(x.split("/")),"",componentUrl,rootKey)
/aoo4110/main/qadevOOo/tests/java/ifc/registry/
H A D_XSimpleRegistry.java177 XRegistryKey rootKey = oObj.getRootKey(); in _getRootKey() local
178 result = rootKey != null; in _getRootKey()

Completed in 95 milliseconds