/trunk/main/registry/test/ |
H A D | testmerge.cxx | 199 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 D | testregcpp.cxx | 397 … 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 …]
|
/trunk/main/stoc/test/ |
H A D | testregistry.cxx | 352 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 …]
|
/trunk/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 172 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 D | mergekeys.cxx | 122 Reference< registry::XRegistryKey > xSourceKey( xSource->openKey( name ) ); in mergeKeys() 130 Reference< registry::XRegistryKey > xDestKey( xDest->openKey( name ) ); in mergeKeys()
|
/trunk/main/registry/source/ |
H A D | regkey.cxx | 117 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 D | keyimpl.cxx | 88 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 D | registry.cxx | 277 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 D | regimpl.cxx | 703 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 D | regkey.hxx | 39 RegError REGISTRY_CALLTYPE openKey(RegKeyHandle, rtl_uString*, RegKeyHandle*);
|
H A D | keyimpl.hxx | 49 RegError openKey(const rtl::OUString& keyName, RegKeyHandle* phOpenKey);
|
/trunk/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 181 …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()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | RegistryTools.java | 192 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()
|
/trunk/main/stoc/source/javavm/ |
H A D | javavm.cxx | 311 …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() 366 …css::uno::Reference<css::registry::XRegistryKey> nonProxies_name = xRegistryRootKey->openKey(rtl::… in getINetPropsFromConfig() 424 …css::uno::Reference<css::registry::XRegistryKey> ooLocale = xRegistryRootKey->openKey(rtl::OUStrin… in getDefaultLocaleFromConfig() 425 …css::uno::Reference<css::registry::XRegistryKey> ooSetupSystemLocale = xRegistryRootKey->openKey(r… in getDefaultLocaleFromConfig() 485 …css::uno::Reference<css::registry::XRegistryKey> key_NetAccess= xRegistryRootKey->openKey(rtl::OUS… in getJavaPropsFromSafetySettings() [all …]
|
/trunk/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 330 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()
|
/trunk/main/cpputools/source/regsingleton/ |
H A D | regsingleton.cxx | 109 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()
|
/trunk/main/registry/inc/registry/ |
H A D | registry.hxx | 59 RegError (REGISTRY_CALLTYPE *openKey) (RegKeyHandle, rtl_uString*, RegKeyHandle*); 443 inline RegError openKey(const ::rtl::OUString& keyName, 858 inline RegError RegistryKey::openKey(const ::rtl::OUString& keyName, in openKey() function in RegistryKey 864 RegError ret = m_registry.m_pApi->openKey(m_hImpl, keyName.pData, in openKey()
|
/trunk/main/registry/tools/ |
H A D | regcompare.cxx | 1659 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()
|
/trunk/main/rdbmaker/source/codemaker/ |
H A D | typemanager.cxx | 249 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()
|
/trunk/main/stoc/source/registry_tdprovider/ |
H A D | tdprovider.cxx | 299 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()
|
/trunk/main/cppuhelper/source/ |
H A D | factory.cxx | 846 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 D | servicefactory.cxx | 404 xKey = xKey->openKey( OUSTR("/SINGLETONS") ); in bootstrapInitialContext() 417 pKeys[nPos]->openKey( in bootstrapInitialContext()
|
/trunk/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 1134 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_()
|
/trunk/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 526 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::__anon1514e4740211::Key 879 keys[i] = openKey(names[i]); in openKeys()
|
H A D | simpleregistry.cxx | 214 virtual css::uno::Reference< css::registry::XRegistryKey > SAL_CALL openKey( 911 css::uno::Reference< css::registry::XRegistryKey > Key::openKey( in openKey() function in __anon8684692c0111::Key 917 RegError err = key_.openKey(aKeyName, key); in openKey()
|