Home | History | Annotate | Download | only in editing

Lines Matching refs:foundItem

1752     String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1754 misspelledWord = foundItem;
1757 badGrammarPhrase = foundItem;
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1790 misspelledWord = foundItem;
1793 badGrammarPhrase = foundItem;