Searched refs:nSelIndex (Results 1 – 1 of 1) sorted by relevance
1159 int32_t nSelIndex = 0; in GetPreInsertText() local1163 nSelLength = GetSelRange(nSelCount, nSelIndex); in GetPreInsertText()1164 wsText.Delete(nSelIndex, nSelLength); in GetPreInsertText()1165 nIndex = nSelIndex; in GetPreInsertText()1184 int32_t nSelIndex = 0; in GetPreReplaceText() local1188 nSelLength = GetSelRange(nSelCount, nSelIndex); in GetPreReplaceText()1189 wsText.Delete(nSelIndex, nSelLength); in GetPreReplaceText()