Lines Matching refs:tmpStr
1159 const std::string * tmpStr = tmpElt->Attribute("mode");
1160 if (tmpStr != NULL)
1164 if (tmpStr->compare(GetChannelModeString(i)) == 0)
1184 const std::string * tmpStr = tmpElt->Attribute("type");
1187 if (tmpStr->compare(GetPresetModeString(i)) == 0)
1536 TCHAR tmpStr[250];
1537 ::LoadString(AOut::GetInstance(),IDS_STRING_PROMPT_REPLACE_CURRENT,tmpStr,250);
1539 save = AOut::MyMessageBox( tmpStr, MB_OKCANCEL|MB_ICONQUESTION, parentWnd);
1544 TCHAR tmpStr[250];
1545 ::LoadString(AOut::GetInstance(),IDS_STRING_PROMPT_REPLACE_SETING,tmpStr,250);
1547 wsprintf(tmpDsp,tmpStr,string);