Searched refs:m_smartDelete (Results 1 – 4 of 4) sorted by relevance
76 bool smartDelete() const { return m_smartDelete; } in smartDelete()77 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()93 bool m_smartDelete; variable
56 m_smartDelete(false), in TypingCommand()256 deleteSelection(m_smartDelete); in doApply()431 m_smartDelete = false; in deleteKeyPressed()506 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in deleteKeyPressed()522 m_smartDelete = false; in forwardDeleteKeyPressed()586 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in forwardDeleteKeyPressed()
69 bool m_smartDelete; variable
79 m_smartDelete(smartDelete), in DeleteSelectionCommand()95 m_smartDelete(smartDelete), in DeleteSelectionCommand()215 if (m_smartDelete) { in initializePositionData()