Home | History | Annotate | Download | only in editing

Lines Matching full:merge

357     // When we have matching quote levels, its ok to merge more frequently.
358 // For a successful merge, we still need to make sure that the inserted content starts with the beginning of a paragraph.
359 // And we should only merge here if the selection start was inside a mail blockquote. This prevents against removing a
361 // to be right after another blockquote, we don't want to merge and risk stripping a valid block (and newline) from the pasted content.
448 // Don't merge to or from a position before or after a block because it would
652 sourceDocumentStyle->merge(copiedRangeStyle.get(), true);
763 // Merge blocks if the start of the selection was in a Mail blockquote, since we handle
858 // 3) Merge the start of the added content with the content before the position being pasted into.
860 // b) merge the last paragraph of the incoming fragment with the paragraph that contained the
926 // Determine whether or not we should merge the end of inserted content with what's after it before we do
927 // the start merge so that the start merge doesn't effect our decision.