| /trunk/main/cppuhelper/source/ |
| H A D | servicefactory.cxx | 528 Reference< registry::XSimpleRegistry > xRegistry; in createImplServiceFactory() local 535 xRegistry.set( createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory() 536 if (xRegistry.is()) in createImplServiceFactory() 540 xRegistry->open( rWriteRegistry, sal_True, sal_False ); in createImplServiceFactory() 544 xRegistry->open( rWriteRegistry, sal_False, sal_True ); in createImplServiceFactory() 552 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory() 589 Reference< lang::XInitialization > xInit( xRegistry, UNO_QUERY ); in createImplServiceFactory() 596 if (bRegistryShouldBeValid && (!xRegistry.is() || !xRegistry->isValid())) in createImplServiceFactory() 606 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory() 612 aSFInit[ 0 ] <<= xRegistry; in createImplServiceFactory() [all …]
|
| /trunk/main/cpputools/source/unoexe/ |
| H A D | unoexe.cxx | 727 Reference< XSimpleRegistry > xRegistry; variable 742 xRegistry = (xRegistry.is() ? nestRegistries( 743 xNewReg, xRegistry ) : xNewReg); 757 xRegistry = (xRegistry.is() 758 ? nestRegistries( xNewReg, xRegistry ) 762 OSL_ASSERT( xRegistry.is() ); 763 xContext = bootstrap_InitialComponentContext( xRegistry );
|
| /trunk/main/stoc/source/implementationregistration/ |
| H A D | implreg.cxx | 1400 Reference < XSimpleRegistry > xRegistry; in getRegistryFromServiceManager() local 1409 aAny >>= xRegistry; in getRegistryFromServiceManager() 1417 return xRegistry; in getRegistryFromServiceManager() 1558 Reference < XSimpleRegistry > xRegistry; in prepareRegister() local 1563 xRegistry = xReg; in prepareRegister() 1567 xRegistry = getRegistryFromServiceManager(); in prepareRegister() 1570 if ( xRegistry.is()) in prepareRegister() 1572 doRegister(m_xSMgr, m_xCtx, xAct, xRegistry, implLoaderUrl, in prepareRegister() 1643 Reference < XSimpleRegistry > xRegistry; in revokeImplementation() local 1646 xRegistry = xReg; in revokeImplementation() [all …]
|
| /trunk/main/stoc/source/registry_tdprovider/ |
| H A D | tdprovider.cxx | 283 … com::sun::star::uno::Reference< XSimpleRegistry > xRegistry( pRegistries[ nPos ], UNO_QUERY ); in initialize() local 284 if (xRegistry.is() && xRegistry->isValid()) in initialize() 286 com::sun::star::uno::Reference< XRegistryKey > xKey( xRegistry->getRootKey()->openKey( in initialize()
|
| /trunk/main/framework/source/jobs/ |
| H A D | jobexecutor.cxx | 116 …css::uno::Reference< css::container::XNameAccess > xRegistry(m_aConfig.cfg(), css::uno::UNO_QUERY); in DEFINE_XINTERFACE_6() 117 if (xRegistry.is()) in DEFINE_XINTERFACE_6() 118 … m_lEvents = Converter::convert_seqOUString2OUStringList(xRegistry->getElementNames()); in DEFINE_XINTERFACE_6()
|
| /trunk/main/writerfilter/unocomponent/ |
| H A D | component.cxx | 57 …un::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry ) in component_getFactory() argument 61 …void * pResult = ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries… in component_getFactory()
|
| /trunk/main/writerfilter/source/filter/ |
| H A D | WriterFilter.cxx | 67 …un::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry ) in component_getFactory() argument 69 return ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries ); in component_getFactory()
|
| /trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
| H A D | service2_impl.cxx | 199 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 202 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
|
| /trunk/main/winaccessibility/source/service/ |
| H A D | msaaservice_impl.cxx | 278 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 281 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
|
| /trunk/main/lingucomponent/source/languageguessing/ |
| H A D | guesslang.cxx | 456 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 459 implName, xMgr, xRegistry, s_component_entries ); in component_getFactory()
|
| /trunk/main/cppuhelper/inc/cppuhelper/ |
| H A D | bootstrap.hxx | 89 … ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > const & xRegistry,
|