Searched refs:bCheckWord (Results 1 – 3 of 3) sorted by relevance
18 bool bCheckWord; variable
207 checkWordEvent.bCheckWord = true; in DrawSpellCheck()210 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()218 checkWordEvent.bCheckWord = true; in DrawSpellCheck()221 if (!sLatinWord.IsEmpty() && !checkWordEvent.bCheckWord) { in DrawSpellCheck()
354 event->bCheckWord = CheckWord(event->bsWord.AsStringView()); in OnProcessEvent()