Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp5023 UT_uint32 iBlPosStart = static_cast<UT_uint32>(getPosition()); in checkSpelling() local
5024 UT_uint32 iBlPosEnd = iBlPosStart + pLastRun->getBlockOffset() + pLastRun->getLength(); in checkSpelling()
5027 bIsCursorInBlock = ((iPos >= iBlPosStart) && (iPos <= iBlPosEnd)); in checkSpelling()