Lines Matching refs:OUSTR

69 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )  macro
103 get_this_libpath() + OUSTR("/" SAL_CONFIGFILE("uno")) ); in get_unorc()
219 OUString prefixed_arg_name = OUSTR("UNO_"); in findBoostrapArgument()
403 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, in defaultBootstrap_InitialComponentContext()
404 OUSTR("com.sun.star.comp.stoc.SimpleRegistry"), in defaultBootstrap_InitialComponentContext()
411 OUSTR("bootstrap.uno" SAL_DLLEXTENSION), bootstrapPath, in defaultBootstrap_InitialComponentContext()
412 OUSTR("com.sun.star.comp.stoc.NestedRegistry"), 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()
470 throw io::IOException(OUSTR("Cannot open for reading: ") + iniFile, 0); in defaultBootstrap_InitialComponentContext()
519 OUSTR("no soffice installation found!")); in bootstrap()
529 OUSTR("bad characters in soffice installation path!")); in bootstrap()
536 OUSTR("cannot convert soffice installation path to URL!")); in bootstrap()
539 path += OUSTR("/"); in bootstrap()
543 if (!Bootstrap::get(OUSTR("URE_BOOTSTRAP"), uri)) { in bootstrap()
545 OUSTR("URE_BOOTSTRAP"), in bootstrap()
546 Bootstrap::encode(path + OUSTR(SAL_CONFIGFILE("fundamental")))); in bootstrap()
553 throw BootstrapException( OUSTR( "no local component context!" ) ); in bootstrap()
558 throw BootstrapException( OUSTR( "cannot create random pool!" ) ); in bootstrap()
562 throw BootstrapException( OUSTR( "random pool error!" ) ); in bootstrap()
578 OUSTR( "-nologo" ), in bootstrap()
579 OUSTR( "-nodefault" ), in bootstrap()
580 OUSTR( "-norestore" ), in bootstrap()
581 OUSTR( "-nocrashreport" ), in bootstrap()
582 OUSTR( "-nolockcheck" ), in bootstrap()
598 (path + OUSTR("soffice")).pData, ar_args, ARLEN( ar_args ), in bootstrap()
610 throw BootstrapException( OUSTR( "image not found!" ) ); in bootstrap()
612 throw BootstrapException( OUSTR( "timout occured!" ) ); in bootstrap()
614 throw BootstrapException( OUSTR( "permission denied!" ) ); in bootstrap()
616 throw BootstrapException( OUSTR( "unknown error!" ) ); in bootstrap()
619 throw BootstrapException( OUSTR( "unmapped error!" ) ); in bootstrap()
655 OUSTR( "unexpected UNO exception caught: " ) + e.Message ); in bootstrap()