Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp192 ByteString sLatinWord; in DrawSpellCheck() local
201 if (sLatinWord.IsEmpty()) in DrawSpellCheck()
203 sLatinWord += (char)wsSpell[i]; in DrawSpellCheck()
206 checkWordEvent.bsWord = sLatinWord; in DrawSpellCheck()
210 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()
211 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
214 sLatinWord.clear(); in DrawSpellCheck()
217 checkWordEvent.bsWord = sLatinWord; in DrawSpellCheck()
221 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()
222 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()