Lines Matching refs:rBootstrapPath

107     OUString const & rBootstrapPath )  in createSimpleRegistry()  argument
116 0 == rBootstrapPath.getLength() in createSimpleRegistry()
117 ? get_this_libpath() : rBootstrapPath, in createSimpleRegistry()
138 OUString const & rBootstrapPath ) in createNestedRegistry() argument
147 0 == rBootstrapPath.getLength() in createNestedRegistry()
148 ? get_this_libpath() : rBootstrapPath, in createNestedRegistry()
320 OUString const & rBootstrapPath ) in bootstrapInitialSF() argument
324 0 == rBootstrapPath.getLength() ? get_this_libpath() : rBootstrapPath; in bootstrapInitialSF()
367 OUString const & rBootstrapPath, Bootstrap const & bootstrap ) in bootstrapInitialContext() argument
491 0 == rBootstrapPath.getLength() in bootstrapInitialContext()
492 ? get_this_libpath() : rBootstrapPath, in bootstrapInitialContext()
526 const OUString & rBootstrapPath ) in createImplServiceFactory() argument
530 bootstrapInitialSF( rBootstrapPath ) ); in createImplServiceFactory()
539 xRegistry.set( createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
556 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory()
559 createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
587 createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
610 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory()
626 const OUString & rBootstrapPath ) in createRegistryServiceFactory() argument
630 rWriteRegistry, rReadRegistry, bReadOnly, rBootstrapPath ), UNO_QUERY ); in createRegistryServiceFactory()
635 OUString const & rBootstrapPath ) in bootstrap_InitialComponentContext() argument
641 bootstrapInitialSF( rBootstrapPath ) ); in bootstrap_InitialComponentContext()
644 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in bootstrap_InitialComponentContext()