Home | History | Annotate | Download | only in editing

Lines Matching defs:deleteSelection

93 void TypingCommand::deleteSelection(Document* document, Options options)
105 lastTypingCommand->deleteSelection(options & SmartDelete);
109 TypingCommand::create(document, DeleteSelection, "", options)->apply();
262 case DeleteSelection:
263 deleteSelection(m_smartDelete);
503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete);
598 void TypingCommand::deleteSelection(bool smartDelete)
600 CompositeEditCommand::deleteSelection(smartDelete);
601 typingAddedToOpenCommand(DeleteSelection);
607 case DeleteSelection: