Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2417 sal_uInt16 nWEnd= aSel.Max().GetIndex(); in DoOnlineSpelling() local
2428 sal_uInt16 nXEnd = bDottAdded ? nWEnd -1 : nWEnd; in DoOnlineSpelling()
2436 if ( ( nWStart <= aCursorPos.GetIndex() ) && nWEnd >= aCursorPos.GetIndex() ) in DoOnlineSpelling()
2443 pWrongList->GetInvalidEnd() = nWEnd; in DoOnlineSpelling()
2459 if ( pWrongList->HasAnyWrong( nWStart, nWEnd ) ) in DoOnlineSpelling()
2461 pWrongList->ClearWrongs( nWStart, nWEnd, pNode ); in DoOnlineSpelling()
2470 nPaintTo = nWEnd; in DoOnlineSpelling()

Completed in 33 milliseconds