Home
last modified time | relevance | path

Searched refs:openKey (Results 1 – 25 of 38) sorted by relevance

12

/aoo4110/main/registry/test/
H A Dtestmerge.cxx199 REG_ENSURE(!key1.openKey(OUString::createFromAscii("MergeKey1"), mkey1), "testMerge error 6"); in test_merge()
202 …REG_ENSURE(!key1.openKey(OUString::createFromAscii("/MergeKey1/MK1SubKey1"), mkey1), "testMerge er… in test_merge()
207 …REG_ENSURE(!key1.openKey(OUString::createFromAscii("/MergeKey1/MK1SubKey2"), mkey1), "testMerge er… in test_merge()
212 …REG_ENSURE(!key1.openKey(OUString::createFromAscii("/MergeKey1/MK1SubKey3"), mkey1), "testMerge er… in test_merge()
217 …REG_ENSURE(!key1.openKey(OUString::createFromAscii("/MergeKey1/MK1SubKey4"), mkey1), "testMerge er… in test_merge()
228 REG_ENSURE(!key2.openKey(OUString::createFromAscii("MergeKey2"), mkey2), "testMerge error 26"); in test_merge()
231 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey1"), mkey2), "testMerge er… in test_merge()
236 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey2"), mkey2), "testMerge er… in test_merge()
241 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey3"), mkey2), "testMerge er… in test_merge()
246 …REG_ENSURE(!key2.openKey(OUString::createFromAscii("/MergeKey2/MK2SubKey4"), mkey2), "testMerge er… in test_merge()
[all …]
H A Dtestregcpp.cxx397 … REG_ENSURE(!key5.openKey(OUString::createFromAscii("1"), key4), "test_registry_CppApi error 6d"); in test_registry_CppApi()
398 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myThirdKey/1"), key4), "test_registry_CppA… in test_registry_CppApi()
435 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/mySixthKey/myFirstLink"), key6), "test_reg… in test_registry_CppApi()
438 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("myFifthKey"), key6), "test_registry_CppApi … in test_registry_CppApi()
442 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/myFifthKey/mySecondLink"), key6), "test_re… in test_registry_CppApi()
492 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/TEST"), key9), "test_registry_CppApi error… in test_registry_CppApi()
494 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("/TEST"), key8), "test_registry_CppApi error… in test_registry_CppApi()
496 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("TEST"), key8), "test_registry_CppApi error … in test_registry_CppApi()
591 …REG_ENSURE(!rootKey.openKey(OUString::createFromAscii("mySecondKey"), key2), "test_registry_CppApi… in test_registry_CppApi()
597 …REG_ENSURE(rootKey.openKey(OUString::createFromAscii("myThirdKey"), key5), "test_registry_CppApi e… in test_registry_CppApi()
[all …]
/aoo4110/main/stoc/test/
H A Dtestregistry.cxx352 xKey = xRootKey->openKey( OUString( RTL_CONSTASCII_USTRINGPARAM("LinkTest") ) ); in test_SimpleRegistry()
363 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("FirstKey/SecondSubKey") )); in test_SimpleRegistry()
371 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/FifthKey/MyFirstLink") )); in test_SimpleRegistry()
414 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("SixthKey") )); in test_SimpleRegistry()
504 …xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test/ThirdKey/FirstSubKey/WithSubS… in test_DefaultRegistry()
508 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test/ThirdKey/FirstSubKey") )); in test_DefaultRegistry()
518 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/ThirdKey") )); in test_DefaultRegistry()
554 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/FifthKey/MyFirstLink") )); in test_DefaultRegistry()
597 …xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("/Test/DefaultLink/SecondSubSubKey"… in test_DefaultRegistry()
609 xKey = xRootKey->openKey(OUString( RTL_CONSTASCII_USTRINGPARAM("Test") )); in test_DefaultRegistry()
[all …]
/aoo4110/main/registry/source/
H A Dregkey.cxx117 RegError REGISTRY_CALLTYPE openKey(RegKeyHandle hKey, in openKey() function
130 return pKey->openKey(keyName, phOpenKey); in openKey()
227 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setValue()
269 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setLongListValue()
311 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setStringListValue()
353 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in setUnicodeListValue()
398 RegError _ret = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getValueInfo()
444 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getValue()
483 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getLongListValue()
522 RegError _ret1 = pKey->openKey(keyName, (RegKeyHandle*)&pSubKey); in getStringListValue()
[all …]
H A Dkeyimpl.cxx88 RegError ORegKey::openKey(const OUString& keyName, RegKeyHandle* phOpenKey) in openKey() function in ORegKey
90 return m_pRegistry->openKey(this, keyName, phOpenKey); in openKey()
107 _ret = openKey(keyName, (RegKeyHandle*)&pKey); in openSubKeys()
130 _ret = pKey->openKey(sSubKeyName, (RegKeyHandle*)&pOpenSubKey); in openSubKeys()
171 _ret = openKey(keyName, (RegKeyHandle*)&pKey); in getKeyNames()
987 RegError _ret = pThis->openKey(name, &hKey); in getKeyType()
H A Dregistry.cxx277 RegError _ret = pKey->openKey(keyName, (RegKeyHandle*)&pNewKey); in loadKey()
325 RegError _ret = pKey->openKey(keyName, (RegKeyHandle*)&pNewKey); in saveKey()
434 &openKey, in initRegistry_Api()
H A Dregimpl.cxx703 RegError ORegistry::openKey(RegKeyHandle hKey, const OUString& keyName, in openKey() function in ORegistry
838 _ret = pKey->openKey(keyName, (RegKeyHandle*)&pOldKey); in eraseKey()
1372 _ret = pSourceKey->openKey(keyName, (RegKeyHandle*)&pTmpKey); in loadAndSaveKeys()
H A Dregkey.hxx39 RegError REGISTRY_CALLTYPE openKey(RegKeyHandle, rtl_uString*, RegKeyHandle*);
H A Dkeyimpl.hxx49 RegError openKey(const rtl::OUString& keyName, RegKeyHandle* phOpenKey);
/aoo4110/main/stoc/source/implementationregistration/
H A Dimplreg.cxx172 Reference < XRegistryKey > xKey = xSource->openKey( in deleteAllLinkReferences()
577 Reference < XRegistryKey > xOldKey = xRootKey->openKey( in deleteUserLink()
780 xKey = xImplKey->openKey( pool.slash_UNO ); in deleteAllImplementations()
841 xSingleton->openKey( OUSTR("REGISTERED_BY") ) ); in delete_all_singleton_entries()
1081 xKey2->openKey( OUSTR("REGISTERED_BY") ) ); in insert_singletons()
1145 Reference < XRegistryKey > xKey = xImplKey->openKey( in prepareRegistry()
1172 xKey = xImplKey->openKey( pool.slash_UNO ); in prepareRegistry()
1240 Reference < XRegistryKey > xKey = xSource->openKey( in findImplementations()
1803 xRootKey->openKey( pool.slash_IMPLEMENTATIONS ); in doRevoke()
1809 xKey = xRootKey->openKey( pool.slash_SERVICES ); in doRevoke()
[all …]
H A Dmergekeys.cxx122 Reference< registry::XRegistryKey > xSourceKey( xSource->openKey( name ) ); in mergeKeys()
130 Reference< registry::XRegistryKey > xDestKey( xDest->openKey( name ) ); in mergeKeys()
/aoo4110/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx181 …virtual Reference< XRegistryKey > SAL_CALL openKey( const OUString& aKeyName ) throw(InvalidRegist…
236 m_localKey = pKey->m_localKey->openKey(rKeyName); in NestedKeyImpl()
240 m_defaultKey = pKey->m_defaultKey->openKey(rKeyName); in NestedKeyImpl()
270 Reference<XRegistryKey> tmpKey = rootKey->openKey(m_name); in computeChanges()
274 m_localKey = rootKey->openKey(m_name); in computeChanges()
696 Reference< XRegistryKey > SAL_CALL NestedKeyImpl::openKey( const OUString& aKeyName ) in openKey() function in stoc_defreg::NestedKeyImpl
714 localKey = m_pRegistry->m_localReg->getRootKey()->openKey(resolvedName); in openKey()
718 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in openKey()
755 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
775 defaultKey = m_pRegistry->m_defaultReg->getRootKey()->openKey(resolvedName); in createKey()
/aoo4110/main/qadevOOo/runner/util/
H A DRegistryTools.java192 XRegistryKey key2 = tree2.openKey(keyName) ; in compareKeyTrees()
211 if (compareKeyTrees(tree1.openKey(keyName), in compareKeyTrees()
212 tree2.openKey(keyName), true) == false) return false ; in compareKeyTrees()
277 XRegistryKey subKey = key.openKey in printTreeInfo()
290 XRegistryKey key = parentKey.openKey(keyName) ; in printKeyInfo()
/aoo4110/main/codemaker/source/codemaker/
H A Dtypemanager.cxx330 if (!rootKey.openKey(name, key)) in searchTypeKey()
344 if (!rootKey.openKey(name, key)) in searchTypeKey()
378 if (!rootKey.openKey(name, key)) in getTypeKeys()
390 if (!rootKey.openKey(name, key)) in getTypeKeys()
/aoo4110/main/stoc/source/javavm/
H A Djavavm.cxx311 …css::uno::Reference<css::registry::XRegistryKey> proxyEnable= xRegistryRootKey->openKey(rtl::OUStr… in getINetPropsFromConfig()
315 …css::uno::Reference<css::registry::XRegistryKey> ftpProxy_name = xRegistryRootKey->openKey(rtl::OU… in getINetPropsFromConfig()
321 …css::uno::Reference<css::registry::XRegistryKey> ftpProxy_port = xRegistryRootKey->openKey(rtl::OU… in getINetPropsFromConfig()
332 …css::uno::Reference<css::registry::XRegistryKey> httpProxy_name = xRegistryRootKey->openKey(rtl::O… in getINetPropsFromConfig()
338 …css::uno::Reference<css::registry::XRegistryKey> httpProxy_port = xRegistryRootKey->openKey(rtl::O… in getINetPropsFromConfig()
349 …css::uno::Reference<css::registry::XRegistryKey> httpsProxy_name = xRegistryRootKey->openKey(rtl::… in getINetPropsFromConfig()
355 …css::uno::Reference<css::registry::XRegistryKey> httpsProxy_port = xRegistryRootKey->openKey(rtl::… in getINetPropsFromConfig()
366 …css::uno::Reference<css::registry::XRegistryKey> nonProxies_name = xRegistryRootKey->openKey(rtl::… in getINetPropsFromConfig()
424 …css::uno::Reference<css::registry::XRegistryKey> locale = xRegistryRootKey->openKey(rtl::OUString(… in getDefaultLocaleFromConfig()
484 …css::uno::Reference<css::registry::XRegistryKey> key_NetAccess= xRegistryRootKey->openKey(rtl::OUS… in getJavaPropsFromSafetySettings()
[all …]
/aoo4110/main/cpputools/source/regsingleton/
H A Dregsingleton.cxx109 Reference< registry::XRegistryKey > xKey( xRoot->openKey( OUSTR("SINGLETONS") ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
128 Reference< registry::XRegistryKey > xEntry( xKey->openKey( singleton ) ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/aoo4110/main/registry/inc/registry/
H A Dregistry.hxx58 RegError (REGISTRY_CALLTYPE *openKey) (RegKeyHandle, rtl_uString*, RegKeyHandle*);
442 inline RegError openKey(const ::rtl::OUString& keyName,
857 inline RegError RegistryKey::openKey(const ::rtl::OUString& keyName, in openKey() function in RegistryKey
863 RegError ret = m_registry.m_pApi->openKey(m_hImpl, keyName.pData, in openKey()
/aoo4110/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx249 rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key); in searchTypeKey()
259 if (!rootKey.openKey(OStringToOUString(m_pImpl->m_base + name, RTL_TEXTENCODING_UTF8), key)) in searchTypeKey()
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx299 com::sun::star::uno::Reference< XRegistryKey > xKey( xRegistry->getRootKey()->openKey( in initialize()
350 com::sun::star::uno::Reference< XRegistryKey > xKey( xBaseKey->openKey( aKey ) ); in getByHierarchicalNameImpl()
377 …com::sun::star::uno::Reference< XRegistryKey > xKey2( xBaseKey->openKey( aKey.copy( 0, nIndex ) ) … in getByHierarchicalNameImpl()
/aoo4110/main/registry/tools/
H A Dregcompare.cxx1659 if (!key.openKey(keyName, subKey)) in hasPublishedChildren()
1759 if (key.openKey(keyName, subKey)) in checkDifferences()
1929 if ( key1.openKey(keyName, subKey1) ) in compareKeys()
1940 if ( key2.openKey(keyName, subKey2) ) in compareKeys()
2023 if ( key1.openKey(options.getStartKey(), sk1) ) in main()
2029 if ( key2.openKey(options.getStartKey(), sk2) ) in main()
/aoo4110/main/cppuhelper/source/
H A Dfactory.cxx846 Reference<XRegistryKey > xActivatorKey = xImplementationKey->openKey( in createModuleFactory()
856 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory()
865 Reference<XRegistryKey > xLocationKey = xImplementationKey->openKey( in createModuleFactory()
912 Reference<XRegistryKey > xKey = xImplementationKey->openKey( in getSupportedServiceNames()
H A Dservicefactory.cxx403 xKey = xKey->openKey( OUSTR("/SINGLETONS") ); in bootstrapInitialContext()
416 pKeys[nPos]->openKey( in bootstrapInitialContext()
/aoo4110/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx1134 css::uno::Reference< css::registry::XRegistryKey > key(base->openKey(path)); in openRegistryKey()
1169 keys[i]->openKey( in extractComponentData()
1468 xRootKey->openKey( OUSTR("IMPLEMENTATIONS") ) ); in isRegistered_()
1480 xRootKey->openKey(key) ); in isRegistered_()
/aoo4110/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx526 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL openKey(
833 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey() function in stoc::simpleregistry::__anon882e7c450211::Key
879 keys[i] = openKey(names[i]); in openKeys()
H A Dsimpleregistry.cxx214 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL openKey(
911 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey() function in __anon4bf1cadd0111::Key
917 RegError err = key_.openKey(aKeyName, key); in openKey()

Completed in 195 milliseconds

12