Home
last modified time | relevance | path

Searched refs:nSelIndex (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1159 int32_t nSelIndex = 0; in GetPreInsertText() local
1163 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() local
1188 nSelLength = GetSelRange(nSelCount, nSelIndex); in GetPreReplaceText()
1189 wsText.Delete(nSelIndex, nSelLength); in GetPreReplaceText()