Home
last modified time | relevance | path

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

/AOO41X/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()
59 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("MergeKey1"), key1), "testGenerateMerge1 e… in test_generateMerge1()
60 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1"), key2), "testGene… in test_generateMerge1()
61 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1/KeyWithLongValue"),… in test_generateMerge1()
63 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2"), key4), "testGene… in test_generateMerge1()
64 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"… in test_generateMerge1()
66 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3"), key6), "testGene… in test_generateMerge1()
67 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3/KeyWithUnicodeValue… in test_generateMerge1()
69 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("/MergeKey1/MK1SubKey4"), key8), "testGene… in test_generateMerge1()
[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()
50 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("UCR"), key1), "testCoreReflection error 3… 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()
389 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFirstKey"), key1), "test_registry_CppAp… in test_registry_CppApi()
390 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppA… in test_registry_CppApi()
393 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myThirdKey"), key5), "test_registry_CppAp… in test_registry_CppApi()
398 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myThirdKey/1"), key4), "test_registry_CppA… in test_registry_CppApi()
401 …REG_ENSURE(!rootKey.createKey(OUString::createFromAscii("myFourthKey"), key6), "test_registry_CppA… in test_registry_CppApi()
[all …]
/AOO41X/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()
/AOO41X/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx268 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in computeChanges() local
270 Reference<XRegistryKey> tmpKey = rootKey->openKey(m_name); in computeChanges()
274 m_localKey = rootKey->openKey(m_name); in computeChanges()
427 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongValue() local
428 m_localKey = rootKey->createKey(m_name); in setLongValue()
470 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setLongListValue() local
471 m_localKey = rootKey->createKey(m_name); in setLongListValue()
513 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiValue() local
514 m_localKey = rootKey->createKey(m_name); in setAsciiValue()
556 Reference<XRegistryKey> rootKey(m_pRegistry->m_localReg->getRootKey()); in setAsciiListValue() local
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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
/AOO41X/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)
/AOO41X/main/qadevOOo/tests/java/ifc/registry/
H A D_XSimpleRegistry.java177 XRegistryKey rootKey = oObj.getRootKey(); in _getRootKey() local
178 result = rootKey != null; in _getRootKey()