Searched refs:m_smartDelete (Results 1 – 6 of 6) sorted by relevance
35 … m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete) in MoveSelectionCommand()59 deleteSelection(m_smartDelete); in doApply()
84 , m_smartDelete(options & SmartDelete) in TypingCommand()259 deleteSelection(m_smartDelete); in doApply()426 m_smartDelete = false; in deleteKeyPressed()503 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in deleteKeyPressed()525 m_smartDelete = false; in forwardDeleteKeyPressed()593 CompositeEditCommand::deleteSelection(selectionToDelete, m_smartDelete); in forwardDeleteKeyPressed()
93 void setSmartDelete(bool smartDelete) { m_smartDelete = smartDelete; } in setSmartDelete()121 bool m_smartDelete; variable
53 bool m_smartDelete; variable
74 bool m_smartDelete; variable
67 , m_smartDelete(smartDelete) in DeleteSelectionCommand()84 , m_smartDelete(smartDelete) in DeleteSelectionCommand()217 if (m_smartDelete) { in initializePositionData()