Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiSpellchecker.cpp103 bool isWrapAround(DocIterator const & cursor) const;
104 bool isWrapAround() const { return wrap_around_; } in isWrapAround() function
286 bool SpellcheckerWidget::Private::isWrapAround(DocIterator const & cursor) const in isWrapAround() function in lyx::frontend::SpellcheckerWidget::Private
368 if (isWrapAround(cursor())) { in forward()
565 if (isWrapAround()) { in check()
574 if (isWrapAround(from)) { in check()