Home
last modified time | relevance | path

Searched defs:allowSpellCheck (Results 1 – 8 of 8) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetERT.h81 bool allowSpellCheck() const { return false; } in allowSpellCheck() function
H A DInsetIPA.h84 bool allowSpellCheck() const { return false; } in allowSpellCheck() function
H A DInsetIPAMacro.h92 bool allowSpellCheck() const { return false; } in allowSpellCheck() function
H A DInsetText.h154 bool allowSpellCheck() const { return getLayout().spellcheck() && !getLayout().isPassThru(); } in allowSpellCheck() function
H A DInsetNote.cpp335 bool InsetNote::allowSpellCheck() const in allowSpellCheck() function in lyx::InsetNote
H A DInset.h497 virtual bool allowSpellCheck() const { return false; } in allowSpellCheck() function
H A DInsetTabular.h893 bool allowSpellCheck() const { return true; } in allowSpellCheck() function
/dports/print/lyx/lyx-2.3.4.2/src/
H A DDocIterator.cpp526 bool DocIterator::allowSpellCheck() const in allowSpellCheck() function in lyx::DocIterator