Searched refs:wstrValue (Results 1 – 1 of 1) sorted by relevance
1294 CFX_WideString wstrValue = StrLTrim(w_strValue); in AFNumber_Keystroke() local1295 if (wstrValue.IsEmpty()) in AFNumber_Keystroke()1298 CFX_WideString swTemp = wstrValue; in AFNumber_Keystroke()1874 std::wstring wstrValue(valEvent); in AFSpecial_KeystrokeEx() local1878 if (wstrValue.empty()) in AFSpecial_KeystrokeEx()1881 for (std::wstring::iterator it = wstrValue.begin(); it != wstrValue.end(); it++) in AFSpecial_KeystrokeEx()1889 …if (iIndexMask != wstrMask.GetLength() || (iIndexMask != wstrValue.size() && wstrMask.GetLength() … in AFSpecial_KeystrokeEx()1907 …if (wstrValue.length() - (pEvent->SelEnd()-pEvent->SelStart()) + wChange.length() > (FX_DWORD)wstr… in AFSpecial_KeystrokeEx()