Searched refs:beforeParagraph (Results 1 – 1 of 1) sorted by relevance
783 VisiblePosition beforeParagraph = startOfParagraphToMove.previous(); in moveParagraphs() local854 beforeParagraph = VisiblePosition(beforeParagraph.deepEquivalent()); in moveParagraphs()856 …if (beforeParagraph.isNotNull() && (!isEndOfParagraph(beforeParagraph) || beforeParagraph == after… in moveParagraphs()858 insertNodeAt(createBreakElement(document()), beforeParagraph.deepEquivalent()); in moveParagraphs()