Home | History | Annotate | Download | only in WebCore

Lines Matching full:replaceselectioncommand

5909         (khtml::ReplaceSelectionCommand::doApply):
8995 (khtml::ReplaceSelectionCommand::doApply):
11463 (khtml::ReplaceSelectionCommand::doApply):
11464 (khtml::ReplaceSelectionCommand::updateNodesInserted):
15114 (khtml::ReplaceSelectionCommand::doApply): In "step 2" of a replacement, we should
18635 (khtml::ReplaceSelectionCommand::doApply):
18636 (khtml::ReplaceSelectionCommand::removeLinePlaceholderIfNeeded):
18669 (khtml::ReplaceSelectionCommand::doApply): Use new calls. Also, don't make a position <BR,0> and test
18730 (khtml::ReplaceSelectionCommand::doApply):
18767 (khtml::ReplaceSelectionCommand::doApply):
18848 (khtml::ReplaceSelectionCommand::doApply):
20425 (khtml::ReplaceSelectionCommand::doApply):
20590 (khtml::ReplaceSelectionCommand::doApply): After pasting, nodes are moved to the block containing
20774 (khtml::ReplaceSelectionCommand::doApply): use it here too: this is the fix
21202 (khtml::ReplaceSelectionCommand::doApply): My now addresses both problems in a way that they no longer
21221 (khtml::ReplaceSelectionCommand::doApply): Many, many changes to introduce the new "logical newline" at start concept.
21227 (khtml::ReplaceSelectionCommand::removeLinePlaceholderIfNeeded): New helper that further refines the notion
21631 (khtml::ReplaceSelectionCommand::doApply):
21658 (khtml::ReplaceSelectionCommand::doApply): Code to "eat" a <br> element, that was creating an otherwise empty line, was running
21768 (khtml::ReplaceSelectionCommand::doApply)
21769 (khtml::ReplaceSelectionCommand::completeHTMLReplacement)
21994 (khtml::ReplaceSelectionCommand::doApply): Now calls computeAndStoreNodeDesiredStyle,
21996 (khtml::ReplaceSelectionCommand::fixupNodeStyles): Now operates on a QValueList<NodeDesiredStyle> in
22096 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand): clear new m_insertionStyle ivar
22097 (khtml::ReplaceSelectionCommand::~ReplaceSelectionCommand): deref new m_insertionStyle ivar
22098 (khtml::ReplaceSelectionCommand::doApply): store the style so it later be applied when matching style
22099 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): apply style from m_insertionStyle when matching style
22125 (khtml::ReplaceSelectionCommand::doApply):
22144 (khtml::ReplaceSelectionCommand::doApply): Now calls new helpers in place of helpers whose names were changed,
22146 (khtml::ReplaceSelectionCommand::fixupNodeStyles): Renamed from applyStyleToInsertedNodes(). Now generalized
22291 (khtml::ReplaceSelectionCommand::doApply): Add code to handle formerly-unhandled end-of-document case.
22386 (khtml::ReplaceSelectionCommand::doApply): Add code to handle formerly-unhandled end-of-document case.
22430 (khtml::ReplaceSelectionCommand::doApply): pass true for treatNBSPAsWhitespace to leadingWhitespacePosition and trailingWhitespacePosition
22518 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): Call updateLayout so caretMinOffset and caretMaxOffset return correct values.
22879 * khtml/editing/htmlediting.cpp: (khtml::ReplaceSelectionCommand::doApply):
23322 (khtml::ReplaceSelectionCommand::doApply): don't clear the typing style when matching style
23323 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): apply the typing style when matching style
23529 (khtml::ReplaceSelectionCommand::doApply): Relatively new check designed to remove a <br> element when
23542 (khtml::ReplaceSelectionCommand::applyStyleToInsertedNodes): Check for the pseudo-color in the desired
23598 (khtml::ReplaceSelectionCommand::doApply): Do some work to fix up and improve the handling
23637 (khtml::ReplaceSelectionCommand::doApply): properly check for leading and trailing whitespace. These checks were incorrectly reversed. Also check if we're pasting at the beginning or end of a line. We should not insert spaces in either case.
23716 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand): take matchStyle param
23717 (khtml::ReplaceSelectionCommand::doApply): if m_matchStyle, use selection.start() as the insertion position and don't call applyStyleToInsertedNodes()
23746 (khtml::ReplaceSelectionCommand::doApply): Need to call applyStyleToInsertedNodes() in the
24050 (khtml::ReplaceSelectionCommand::doApply): Do not delete placeholder up front. Call
24122 (khtml::ReplaceSelectionCommand::doApply):
24123 (khtml::ReplaceSelectionCommand::applyStyleToInsertedNodes):
24325 (khtml::ReplaceSelectionCommand::doApply): Code tried to remove a node that was no longer in
24404 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand): Add a document to the call to initialize the
24406 (khtml::ReplaceSelectionCommand::doApply): Call applyStyleToInsertedNodes() after inserting nodes to make
24408 (khtml::ReplaceSelectionCommand::applyStyleToInsertedNodes): This is the "style smooshing" function. It
24550 Changed ReplaceSelectionCommand to also pay attention to the top children of the incoming fragment, not just the very last node inserted, when deciding whether to insert a paragraph for the Apple interchange newline.
24577 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand):
24578 (khtml::ReplaceSelectionCommand::~ReplaceSelectionCommand):
24579 (khtml::ReplaceSelectionCommand::doApply):
24580 (khtml::ReplaceSelectionCommand::completeHTMLReplacement):
24581 (khtml::ReplaceSelectionCommand::updateNodesInserted):
25094 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand): first and last nodes inserted are
25096 (khtml::ReplaceSelectionCommand::~ReplaceSelectionCommand): Deref first and last nodes inserted
25098 (khtml::ReplaceSelectionCommand::doApply): Change design to fix the bug. Major change is to
25102 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): Tweak interface now that first and
25104 (khtml::ReplaceSelectionCommand::insertNodeAfterAndUpdateNodesInserted): New helper used
25108 (khtml::ReplaceSelectionCommand::insertNodeAtAndUpdateNodesInserted): Ditto.
25109 (khtml::ReplaceSelectionCommand::insertNodeBeforeAndUpdateNodesInserted): Ditto.
25110 (khtml::ReplaceSelectionCommand::updateNodesInserted): Ditto.
25248 (khtml::ReplaceSelectionCommand::doApply): Update endPos if inserting a new node and endPos is using that node's
25457 (khtml::ReplaceSelectionCommand::editingAction): Moved this code to a better place in the file.
25693 is that the ReplaceSelectionCommand never checked whether its starting selection is empty. If
25699 (khtml::ReplaceSelectionCommand::doApply): Assert selection is not empty.
25758 (khtml::ReplaceSelectionCommand::doApply): Add one more case where we merge content into the
26174 (khtml::ReplaceSelectionCommand::doApply): Improve check for testing when a placeholder
26674 (khtml::ReplaceSelectionCommand::doApply): Tweak case used to determine when merging content
26768 (khtml::ReplaceSelectionCommand::doApply):
27141 (khtml::ReplaceSelectionCommand::doApply): Some cleanup and refinement of the concepts used to make
27147 (khtml::isStartOfParagraph): New helper, used in khtml::ReplaceSelectionCommand::doApply().
27192 (khtml::ReplaceSelectionCommand::doApply): For 3938935, add one more case to handle an empty document; merge
27648 (khtml::ReplaceSelectionCommand::doApply): Add a special case for determining merges that need to
27916 (khtml::ReplaceSelectionCommand::doApply): Ditto.
28107 (khtml::ReplaceSelectionCommand::editingAction):
28228 (khtml::ReplaceSelectionCommand::editingAction):
28388 (khtml::ReplaceSelectionCommand::doApply): Fix coding mistake. Calculations of bool flag based on
28446 (khtml::ReplaceSelectionCommand::doApply): Change hasInterchangeNewlineComment() name to hasInterchangeNewline().
28621 (khtml::ReplaceSelectionCommand::doApply): Selection could end up in a "placeholder" node
28698 <rdar://problem/3910425> REGRESSION (Mail): Crash in ReplaceSelectionCommand; selection is empty, leading to null deref
28818 (khtml::ReplaceSelectionCommand::doApply): Detect when the body element is the "reference block" used
29127 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): Ditto.
29456 (khtml::ReplaceSelectionCommand::doApply): If the replacement adds a br element as the last element
29544 * khtml/editing/htmlediting.cpp: Move ReplaceSelectionCommand into alphabetical order with
29570 (khtml::ReplaceSelectionCommand::doApply): Fixed a bug in the code that sets the start position
29582 New test to check the khtml::ReplaceSelectionCommand::doApply fix.
29792 (khtml::ReplaceSelectionCommand::doApply): Fix smart replace, which I (knowingly) broke with yesterday's checkin.
29796 ugly APPLE_CHANGES block and use of KWQ(part) in ReplaceSelectionCommand.
29813 Rewrite of paste code (specifically the ReplaceSelectionCommand class). Many more cases
29825 Rewrite of the ReplaceSelectionCommand. There are several new helper functions, as well
29844 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand):
29845 (khtml::ReplaceSelectionCommand::~ReplaceSelectionCommand):
29846 (khtml::ReplaceSelectionCommand::doApply):
29847 (khtml::ReplaceSelectionCommand::completeHTMLReplacement): Figures out the right ending selection.
31483 (khtml::ReplaceSelectionCommand::doApply): call isCharacterSmartReplaceExempt on the part to see if a space should be inserted
32094 (khtml::ReplaceSelectionCommand::doApply): Use the bool return value from the call to
32713 (khtml::ReplaceSelectionCommand::doApply): Call removeBlockPlaceholderIfNeeded.
34025 (khtml::ReplaceSelectionCommand::doApply): Removed incorrect code that does spell checking
35051 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand): take smartReplace parameter
43854 ReplaceSelectionCommand
43855 (khtml::ReplaceSelectionCommand::ReplaceSelectionCommand):
43856 (khtml::ReplaceSelectionCommand::~ReplaceSelectionCommand):
43857 (khtml::ReplaceSelectionCommand::impl):