Home
last modified time | relevance | path

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

/AOO42X/main/stoc/source/javavm/
H A Djavavm.cxx304 …css::uno::Reference<css::registry::XSimpleRegistry> xConfRegistry_simple(xConfRegistry, css::uno::… in getINetPropsFromConfig() local
305 …if(!xConfRegistry_simple.is()) throw css::uno::RuntimeException(rtl::OUString(RTL_CONSTASCII_USTRI… in getINetPropsFromConfig()
307xConfRegistry_simple->open(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Inet")), sal_… in getINetPropsFromConfig()
308 …css::uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootK… in getINetPropsFromConfig()
398 xConfRegistry_simple->close(); in getINetPropsFromConfig()
414 css::uno::Reference<css::registry::XSimpleRegistry> xConfRegistry_simple( in getDefaultLocaleFromConfig() local
416 if(!xConfRegistry_simple.is()) in getDefaultLocaleFromConfig()
420xConfRegistry_simple->open(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("org.openoffice.Setup")), sal… in getDefaultLocaleFromConfig()
421 …css::uno::Reference<css::registry::XRegistryKey> xRegistryRootKey = xConfRegistry_simple->getRootK… in getDefaultLocaleFromConfig()
452 xConfRegistry_simple->close(); in getDefaultLocaleFromConfig()
[all …]