Home | History | Annotate | Download | only in editing

Lines Matching refs:deleteSelection

80 void TypingCommand::deleteSelection(Document* document, Options options)
94 lastTypingCommand->deleteSelection(options & SmartDelete);
98 TypingCommand::create(document, DeleteSelection, "", options)->apply();
291 case DeleteSelection:
292 deleteSelection(m_smartDelete);
561 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
643 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
648 void TypingCommand::deleteSelection(bool smartDelete)
650 CompositeEditCommand::deleteSelection(smartDelete);
651 typingAddedToOpenCommand(DeleteSelection);
657 case DeleteSelection: