/aoo41x/main/cppuhelper/source/ |
H A D | servicefactory.cxx | 532 Reference< registry::XSimpleRegistry > xRegistry; in createImplServiceFactory() local 539 xRegistry.set( createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory() 540 if (xRegistry.is()) in createImplServiceFactory() 544 xRegistry->open( rWriteRegistry, sal_True, sal_False ); in createImplServiceFactory() 556 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory() 600 if (bRegistryShouldBeValid && (!xRegistry.is() || !xRegistry->isValid())) in createImplServiceFactory() 610 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory() 616 aSFInit[ 0 ] <<= xRegistry; in createImplServiceFactory() 634 Reference< registry::XSimpleRegistry > const & xRegistry, in bootstrap_InitialComponentContext() 644 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in bootstrap_InitialComponentContext() [all …]
|
/aoo41x/main/cpputools/source/unoexe/ |
H A D | unoexe.cxx | 737 Reference< XSimpleRegistry > xRegistry; variable 752 xRegistry = (xRegistry.is() ? nestRegistries( 753 xNewReg, xRegistry ) : xNewReg); 767 xRegistry = (xRegistry.is() 768 ? nestRegistries( xNewReg, xRegistry ) 772 OSL_ASSERT( xRegistry.is() ); 773 xContext = bootstrap_InitialComponentContext( xRegistry );
|
/aoo41x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 1406 Reference < XSimpleRegistry > xRegistry; in getRegistryFromServiceManager() local 1415 aAny >>= xRegistry; in getRegistryFromServiceManager() 1423 return xRegistry; in getRegistryFromServiceManager() 1566 Reference < XSimpleRegistry > xRegistry; in prepareRegister() local 1571 xRegistry = xReg; in prepareRegister() 1578 if ( xRegistry.is()) in prepareRegister() 1653 Reference < XSimpleRegistry > xRegistry; in revokeImplementation() local 1656 xRegistry = xReg; in revokeImplementation() 1666 aAny >>= xRegistry; in revokeImplementation() 1674 if (xRegistry.is()) in revokeImplementation() [all …]
|
/aoo41x/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()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdprovider.cxx | 296 … com::sun::star::uno::Reference< XSimpleRegistry > xRegistry( pRegistries[ nPos ], UNO_QUERY ); in initialize() local 297 if (xRegistry.is() && xRegistry->isValid()) in initialize() 299 com::sun::star::uno::Reference< XRegistryKey > xKey( xRegistry->getRootKey()->openKey( in initialize()
|
/aoo41x/main/writerfilter/unocomponent/ |
H A D | component.cxx | 60 …un::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry ) in component_getFactory() argument 64 …void * pResult = ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries… in component_getFactory()
|
/aoo41x/main/writerfilter/source/filter/ |
H A D | WriterFilter.cxx | 65 …un::star::lang::XMultiServiceFactory * xMgr, ::com::sun::star::registry::XRegistryKey * xRegistry ) in component_getFactory() argument 67 return ::cppu::component_getFactoryHelper(implName, xMgr, xRegistry, s_component_entries ); in component_getFactory()
|
/aoo41x/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
H A D | service2_impl.cxx | 211 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 214 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
|
/aoo41x/main/winaccessibility/source/service/ |
H A D | msaaservice_impl.cxx | 284 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 287 implName, xMgr, xRegistry, ::my_sc_impl::s_component_entries ); in component_getFactory()
|
/aoo41x/main/lingucomponent/source/languageguessing/ |
H A D | guesslang.cxx | 466 registry::XRegistryKey * xRegistry ) in component_getFactory() argument 469 implName, xMgr, xRegistry, s_component_entries ); in component_getFactory()
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | bootstrap.hxx | 83 … ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > const & xRegistry,
|