Lines Matching refs:nSelEnd
163 int nSelEnd = 0; in PasteText() local
164 GetSel(nSelStart, nSelEnd); in PasteText()
166 strChangeEx, nSelStart, nSelEnd, TRUE, in PasteText()
873 int nSelEnd = 0; in OnKeyDown() local
874 GetSel(nSelStart, nSelEnd); in OnKeyDown()
876 if (nSelStart == nSelEnd) in OnKeyDown()
877 nSelEnd = nSelStart + 1; in OnKeyDown()
879 strChangeEx, nSelStart, nSelEnd, TRUE, in OnKeyDown()
942 int nSelEnd = 0; in OnChar() local
943 GetSel(nSelStart, nSelEnd); in OnChar()
947 if (nSelStart == nSelEnd) in OnChar()
948 nSelStart = nSelEnd - 1; in OnChar()
959 strChangeEx, nSelStart, nSelEnd, TRUE, in OnChar()