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