Searched refs:nextParagraph (Results 1 – 1 of 1) sorted by relevance
57 VisiblePosition nextParagraph = endOfParagraph(visibleStart).next(); in modifyRange() local58 while (nextParagraph.isNotNull() && nextParagraph != startOfLastParagraph) { in modifyRange()59 setEndingSelection(nextParagraph); in modifyRange()61 nextParagraph = endOfParagraph(endingSelection().visibleStart()).next(); in modifyRange()