Home | History | Annotate | Download | only in editing

Lines Matching refs:smartDelete

76 DeleteSelectionCommand::DeleteSelectionCommand(Document *document, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
79 m_smartDelete(smartDelete),
92 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
95 m_smartDelete(smartDelete),