Searched refs:SelEnd (Results 1 – 4 of 4) sorted by relevance
1302 w_strSelected = w_strValue2.substr(pEvent->SelStart(),(pEvent->SelEnd() - pEvent->SelStart())); in AFNumber_Keystroke()1381 if (pEvent->SelEnd()<(int)w_strValue2.length()) in AFNumber_Keystroke()1382 w_postfix = w_strValue2.substr(pEvent->SelEnd()); in AFNumber_Keystroke()1880 …if (wstrValue.length() - (pEvent->SelEnd()-pEvent->SelStart()) + wChange.length() > (FX_DWORD)wstr… in AFSpecial_KeystrokeEx()2012 if (pEventHandler->SelEnd() >= 0 && pEventHandler->SelEnd() <= swValue.GetLength()) in AFMergeChange()2013 postfix = swValue.Mid(pEventHandler->SelEnd(), swValue.GetLength() - pEventHandler->SelEnd()); in AFMergeChange()
238 int &iSelEnd = pEvent->SelEnd(); in selEnd()
570 int & CJS_EventHandler::SelEnd() in SelEnd() function in CJS_EventHandler
132 int& SelEnd();