Lines Matching refs:OUSTR

125         dp_misc::TRACE(OUSTR(__FILE__": identified option \'")  in isOption()
126 + OUSTR("\'") + OUString( option_info->m_short_option ) + OUSTR("\n")); in isOption()
133 dp_misc::TRACE(OUSTR( __FILE__": identified option \'") in isOption()
134 + OUString::createFromAscii(option_info->m_name) + OUSTR("\'\n")); in isOption()
165 dp_misc::TRACE(OUSTR( __FILE__": argument value: ") in readArgument()
166 + *pValue + OUSTR("\n")); in readArgument()
184 OUSTR("cannot locate executable directory!"),0 ); in operator ()()
227 OUSTR("cannot get file url from system path: ") + in makeAbsoluteFileUrl()
270 dp_misc::writeConsole(name + OUSTR(": ") + value + OUSTR("\n")); in printf_line()
284 printf_line( OUSTR("Identifier"), id.Value, level ); in printf_package()
287 printf_line( OUSTR("Version"), version, level + 1 ); in printf_package()
288 printf_line( OUSTR("URL"), xPackage->getURL(), level + 1 ); in printf_package()
296 value = OUSTR("unknown"); in printf_package()
298 value = reg.Value ? OUSTR("yes") : OUSTR("no"); in printf_package()
301 value = OUSTR("n/a"); in printf_package()
302 printf_line( OUSTR("is registered"), value, level + 1 ); in printf_package()
308 printf_line( OUSTR("Media-Type"), in printf_package()
311 printf_line( OUSTR("Description"), xPackage->getDescription(), level + 1 ); in printf_package()
333 printf_line( OUSTR("Identifier"), id, 0 ); in printf_unaccepted_licenses()
335 dp_misc::writeConsole(OUSTR("License not accepted\n\n")); in printf_unaccepted_licenses()
361 dp_misc::writeConsole(OUSTR("\n")); in printf_packages()
390 ucb_args[ 0 ] <<= OUSTR(UCB_CONFIGURATION_KEY1_LOCAL); in bootstrapStandAlone()
391 ucb_args[ 1 ] <<= OUSTR(UCB_CONFIGURATION_KEY2_OFFICE); in bootstrapStandAlone()
393 throw RuntimeException( OUSTR("cannot initialize UCB!"), 0 ); in bootstrapStandAlone()
405 args[ 0 ] = OUSTR("-nologo"); in connectToOffice()
406 args[ 1 ] = OUSTR("-nodefault"); in connectToOffice()
414 OUString appURL( getExecutableDir() + OUSTR("/soffice") ); in connectToOffice()
419 OUSTR("Raising process: ") + in connectToOffice()
421 OUSTR("\nArguments: -nologo -nodefault ") + in connectToOffice()
423 OUSTR("\n")); in connectToOffice()
458 sBootstrap, OUSTR(".lock"), sAbs)) in getLockFilePath()
499 sMsg = sMsg + OUSTR("\n") + getLockFilePath(); in getUNO()
508 throw RuntimeException( OUSTR("Cannot initialize VCL!"), in getUNO()
521 OUSTR("\n") + sError + sMsg + OUSTR("\n")); in getUNO()
557 OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n")); in hasNoFolder()
572 OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n")); in hasNoFolder()
580 OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n")); in hasNoFolder()
619 OUSTR("unopkg: Error while investigating ") + url + OUSTR("\n")); in removeFolder()
630 OUSTR("unopkg: Error while removing ") + url + OUSTR("\n")); in removeFolder()