Lines Matching refs:xRegistry
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()
548 xRegistry->open( rWriteRegistry, sal_False, sal_True ); in createImplServiceFactory()
556 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory()
593 Reference< lang::XInitialization > xInit( xRegistry, UNO_QUERY ); 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()
650 aSFInit[ 0 ] <<= xRegistry; in bootstrap_InitialComponentContext()