Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DAspellChecker.cpp75 string toAspellWord(docstring const & word) const;
229 string const word_to_add = toAspellWord(word); in addToSession()
342 string AspellChecker::Private::toAspellWord(docstring const & word) const in toAspellWord() function in lyx::AspellChecker::Private
363 string const word_str = toAspellWord(w1); in check()
373 string const word_str = toAspellWord(word.word()); in check()
480 string const word = d->toAspellWord(wl.word()); in suggest()