Lines Matching refs:xRegistry
533 Reference< registry::XSimpleRegistry > xRegistry; in createImplServiceFactory() local
540 xRegistry.set( createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
541 if (xRegistry.is()) in createImplServiceFactory()
545 xRegistry->open( rWriteRegistry, sal_True, sal_False ); in createImplServiceFactory()
549 xRegistry->open( rWriteRegistry, sal_False, sal_True ); in createImplServiceFactory()
557 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory()
594 Reference< lang::XInitialization > xInit( xRegistry, UNO_QUERY ); in createImplServiceFactory()
601 if (bRegistryShouldBeValid && (!xRegistry.is() || !xRegistry->isValid())) in createImplServiceFactory()
611 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory()
617 aSFInit[ 0 ] <<= xRegistry; in createImplServiceFactory()
635 Reference< registry::XSimpleRegistry > const & xRegistry, in bootstrap_InitialComponentContext()
645 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in bootstrap_InitialComponentContext()
651 aSFInit[ 0 ] <<= xRegistry; in bootstrap_InitialComponentContext()