Searched refs:UndoesPrevious (Results 1 – 9 of 9) sorted by relevance
63 Command::UndoesPrevious(const Command* previous) in UndoesPrevious() function in Command
30 virtual bool UndoesPrevious(const Command* previous);
201 if (command->UndoesPrevious(top)) { in _AddCommand()
204 if (command->UndoesPrevious(top)) { in _AddCommand()
62 UndoableEdit::UndoesPrevious(const UndoableEdit* previous) in UndoesPrevious() function in UndoableEdit
27 virtual bool UndoesPrevious(const UndoableEdit* previous);
196 if (edit->UndoesPrevious(top.Get())) { in _AddEdit()