Lines Matching refs:bootstrap
189 OUString const & rBootstrapPath, Bootstrap const & bootstrap )
212 const Bootstrap & bootstrap, in findBoostrapArgument() argument
223 if(!bootstrap.getFrom(prefixed_arg_name, result)) in findBoostrapArgument()
229 bootstrap.getIniName(fileName); in findBoostrapArgument()
379 Bootstrap const & bootstrap ) in defaultBootstrap_InitialComponentContext() argument
385 if (!bootstrap.getFrom( in defaultBootstrap_InitialComponentContext()
419 findBoostrapArgument( bootstrap, OUSTR("TYPES"), &bFallenback_types ); in defaultBootstrap_InitialComponentContext()
430 bootstrap, OUSTR("SERVICES"), &bFallenback_services ); in defaultBootstrap_InitialComponentContext()
434 bootstrap, OUSTR("WRITERDB"), &fallenBackWriteRegistry ); in defaultBootstrap_InitialComponentContext()
448 bootstrapPath, bootstrap ) ); in defaultBootstrap_InitialComponentContext()
468 Bootstrap bootstrap( iniFile ); in defaultBootstrap_InitialComponentContext() local
469 if (bootstrap.getHandle() == 0) in defaultBootstrap_InitialComponentContext()
471 return defaultBootstrap_InitialComponentContext( bootstrap ); in defaultBootstrap_InitialComponentContext()
510 Reference< XComponentContext > SAL_CALL bootstrap() in bootstrap() function