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()
321 OUString const & rBootstrapPath ) in bootstrapInitialSF() argument
325 0 == rBootstrapPath.getLength() ? get_this_libpath() : rBootstrapPath; in bootstrapInitialSF()
368 OUString const & rBootstrapPath, Bootstrap const & bootstrap ) in bootstrapInitialContext() argument
492 0 == rBootstrapPath.getLength() in bootstrapInitialContext()
493 ? get_this_libpath() : rBootstrapPath, in bootstrapInitialContext()
527 const OUString & rBootstrapPath ) in createImplServiceFactory() argument
531 bootstrapInitialSF( rBootstrapPath ) ); in createImplServiceFactory()
540 xRegistry.set( createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
557 xRegistry.set( createNestedRegistry( rBootstrapPath ) ); in createImplServiceFactory()
560 createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
588 createSimpleRegistry( rBootstrapPath ) ); in createImplServiceFactory()
611 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in createImplServiceFactory()
627 const OUString & rBootstrapPath ) in createRegistryServiceFactory() argument
631 rWriteRegistry, rReadRegistry, bReadOnly, rBootstrapPath ), UNO_QUERY ); in createRegistryServiceFactory()
636 OUString const & rBootstrapPath ) in bootstrap_InitialComponentContext() argument
642 bootstrapInitialSF( rBootstrapPath ) ); in bootstrap_InitialComponentContext()
645 xSF, xRegistry, xRegistry, rBootstrapPath, bootstrap ) ); in bootstrap_InitialComponentContext()