Lines Matching refs:aExcMsg

279     OUString aExcMsg;  in getLibEnv()  local
303 aExcMsg = aModulePath; in getLibEnv()
304 aExcMsg += OUSTR(": cannot get symbol: "); in getLibEnv()
305 aExcMsg += aGetEnvName; in getLibEnv()
306 aExcMsg += OUSTR("- nor: "); in getLibEnv()
332 return aExcMsg; in getLibEnv()
378 OUString aExcMsg = getLibEnv(aModulePath, lib, &env, &aEnvTypeName, currentEnv, rImplName); in loadSharedLibComponentFactory() local
379 if (!aExcMsg.getLength()) in loadSharedLibComponentFactory()
438 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
439 aExcMsg += OUSTR(": cannot get factory of " in loadSharedLibComponentFactory()
441 aExcMsg += OStringToOUString( in loadSharedLibComponentFactory()
447 aExcMsg = in loadSharedLibComponentFactory()
453 aExcMsg = OUSTR("cannot get uno environments!"); in loadSharedLibComponentFactory()
458 aExcMsg = aModulePath; in loadSharedLibComponentFactory()
459 aExcMsg += OUSTR(": cannot get symbol: "); in loadSharedLibComponentFactory()
460 aExcMsg += aGetFactoryName; in loadSharedLibComponentFactory()
469 out( aExcMsg ); in loadSharedLibComponentFactory()
473 aExcMsg, in loadSharedLibComponentFactory()
524 OUString aExcMsg = getLibEnv(aModulePath, lib, &env, &aEnvTypeName, currentEnv); in writeSharedLibComponentInfo() local
525 if (!aExcMsg.getLength()) in writeSharedLibComponentInfo()
552 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
553 aExcMsg += OUSTR(": component_writeInfo() " in writeSharedLibComponentInfo()
560 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
561 aExcMsg += OUSTR(": registry is mandatory to invoke" in writeSharedLibComponentInfo()
573 aExcMsg = OUSTR("cannot get uno mapping: C++ <=> UNO!"); in writeSharedLibComponentInfo()
578 aExcMsg = OUSTR("cannot get uno environments!"); in writeSharedLibComponentInfo()
583 aExcMsg = aModulePath; in writeSharedLibComponentInfo()
584 aExcMsg += OUSTR(": cannot get symbol: "); in writeSharedLibComponentInfo()
585 aExcMsg += aWriteInfoName; in writeSharedLibComponentInfo()
597 out( aExcMsg ); in writeSharedLibComponentInfo()
601 aExcMsg, Reference< XInterface >() ); in writeSharedLibComponentInfo()