Lines Matching refs:OUSTR
45 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) macro
237 sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); in makeComponentPath()
250 nEnd = endsWith( rLibName, OUSTR(".uno") ); in makeComponentPath()
283 OUString aGetEnvNameExt = OUSTR(COMPONENT_GETENVEXT); in getLibEnv()
294 OUString aGetEnvName = OUSTR(COMPONENT_GETENV); in getLibEnv()
304 aExcMsg += OUSTR(": cannot get symbol: "); in getLibEnv()
306 aExcMsg += OUSTR("- nor: "); in getLibEnv()
356 OUSTR("permission denied to load component library: ") + in loadSharedLibComponentFactory()
366 OUSTR("loading component library failed: ") + aModulePath, in loadSharedLibComponentFactory()
380 OUString aGetFactoryName = OUSTR(COMPONENT_GETFACTORY); in loadSharedLibComponentFactory()
438 aExcMsg += OUSTR(": cannot get factory of " in loadSharedLibComponentFactory()
447 OUSTR("cannot get uno mappings: C++ <=> UNO!"); in loadSharedLibComponentFactory()
452 aExcMsg = OUSTR("cannot get uno environments!"); in loadSharedLibComponentFactory()
458 aExcMsg += OUSTR(": cannot get symbol: "); in loadSharedLibComponentFactory()
502 OUSTR("permission denied to load component library: ") + in writeSharedLibComponentInfo()
512 OUSTR("loading component library failed: ") + aModulePath, in writeSharedLibComponentInfo()
525 OUString aWriteInfoName = OUSTR(COMPONENT_WRITEINFO); in writeSharedLibComponentInfo()
551 aExcMsg += OUSTR(": component_writeInfo() " in writeSharedLibComponentInfo()
559 aExcMsg += OUSTR(": registry is mandatory to invoke" in writeSharedLibComponentInfo()
571 aExcMsg = OUSTR("cannot get uno mapping: C++ <=> UNO!"); in writeSharedLibComponentInfo()
576 aExcMsg = OUSTR("cannot get uno environments!"); in writeSharedLibComponentInfo()
582 aExcMsg += OUSTR(": cannot get symbol: "); in writeSharedLibComponentInfo()