Searched refs:strTmp (Results 1 – 5 of 5) sorted by relevance
88 strTmp += rgchw;89 strTmp += L")\n";90 - OutputDebugString(strTmp.c_str());91 + OutputDebugStringW(strTmp.c_str());
2264 std::wstring strTmp(L"justification failed by ");2265 strTmp += rgchw;2266 strTmp += L" units (width needed = ";2270 strTmp += rgchw;2271 strTmp += L")\n";
893 rtl_uString * strTmp = NULL; in osl_getProfileName() local1093 rtl_uString_newFromStr_WithLength(&strTmp, aPath, nPathLen); in osl_getProfileName()1094 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName); in osl_getProfileName()1095 rtl_uString_release(strTmp); in osl_getProfileName()2481 rtl_uString * strTmp = NULL; in lookupProfile() local2485 if (osl_getExecutableFile(&strTmp) != osl_Process_E_None) in lookupProfile()2489 if (osl_getSystemPathFromFileURL(strTmp, &strExecutable) != osl_File_E_None) in lookupProfile()2491 rtl_uString_release(strTmp); in lookupProfile()2495 rtl_uString_release(strTmp); in lookupProfile()
708 String strTmp( *sTempFilename ); in GetTempFile() local711 String sDecodedStr = INetURLObject::decode( strTmp , '%' , eMechanism ); in GetTempFile()
882 rtl_uString * strTmp = NULL;1082 rtl_uString_newFromStr_WithLength(&strTmp, Path, nPathLen);1083 nError = osl_getFileURLFromSystemPath(strTmp, strProfileName);1084 rtl_uString_release(strTmp);
Completed in 38 milliseconds