Lines Matching refs:registry

146         const Reference<registry::XSimpleRegistry> getRDB() const;
150 const Reference<registry::XSimpleRegistry> getRDB_RO() const;
275 Reference<registry::XSimpleRegistry> m_xCommonRDB;
276 Reference<registry::XSimpleRegistry> m_xNativeRDB;
280 Reference<registry::XSimpleRegistry> m_xCommonRDB_RO;
281 Reference<registry::XSimpleRegistry> m_xNativeRDB_RO;
298 css::uno::Reference< css::registry::XRegistryKey > openRegistryKey(
299 css::uno::Reference< css::registry::XRegistryKey > const & base,
304 css::uno::Reference< css::registry::XRegistryKey > const & registry,
353 const Reference<registry::XSimpleRegistry>
379 const Reference<registry::XSimpleRegistry>
1129 css::uno::Reference< css::registry::XRegistryKey > BackendImpl::openRegistryKey( in openRegistryKey()
1130 css::uno::Reference< css::registry::XRegistryKey > const & base, in openRegistryKey()
1134 css::uno::Reference< css::registry::XRegistryKey > key(base->openKey(path)); in openRegistryKey()
1148 css::uno::Reference< css::registry::XRegistryKey > const & registry, in extractComponentData()
1155 OSL_ASSERT(context.is() && registry.is() && data != 0 && factories != 0); in extractComponentData()
1156 rtl::OUString registryName(registry->getKeyName()); in extractComponentData()
1161 css::uno::Sequence< css::uno::Reference< css::registry::XRegistryKey > > in extractComponentData()
1162 keys(registry->openKeys()); in extractComponentData()
1168 css::uno::Reference< css::registry::XRegistryKey > singletons( in extractComponentData()
1175 css::uno::Reference< css::registry::XRegistryKey > > in extractComponentData()
1436 const Reference<registry::XSimpleRegistry> xMemReg( in getComponentInfo()
1461 const Reference<registry::XSimpleRegistry> xRDB( getRDB_RO() ); in isRegistered_()
1465 const Reference<registry::XRegistryKey> xRootKey( in isRegistered_()
1467 const Reference<registry::XRegistryKey> xImplKey( in isRegistered_()
1479 const Reference<registry::XRegistryKey> xKey( in isRegistered_()
1554 css::uno::Reference< css::registry::XImplementationRegistration>( in processPackage_()
1590 css::uno::Reference< css::registry::XImplementationRegistration >( in processPackage_()
1683 const Reference<registry::XSimpleRegistry> xReg( in processPackage_()
1795 css::uno::Reference< css::registry::XSimpleRegistry > registry( in processPackage_() local
1804 registry->open(expandUnoRcUrl(url), true, false); in processPackage_()
1808 registry->getRootKey(), in processPackage_()
1811 registry->close(); in processPackage_()