Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp5013 bool bIsCursorInBlock = false; in checkSpelling() local
5027 bIsCursorInBlock = ((iPos >= iBlPosStart) && (iPos <= iBlPosEnd)); in checkSpelling()
5034 bUpdateScreen |= _checkMultiWord(0, -1, bIsCursorInBlock); in checkSpelling()