Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp740 int32_t nSelIndex = 0; in GetPreInsertText() local
744 nSelLength = GetSelRange(nSelCount, &nSelIndex); in GetPreInsertText()
745 wsText.Delete(nSelIndex, nSelLength); in GetPreInsertText()
746 nIndex = nSelIndex; in GetPreInsertText()
766 int32_t nSelIndex = 0; in GetPreReplaceText() local
770 nSelLength = GetSelRange(nSelCount, &nSelIndex); in GetPreReplaceText()
771 wsText.Delete(nSelIndex, nSelLength); in GetPreReplaceText()