Searched refs:Redo (Results 1 - 25 of 43) sorted by last modified time

12

/haiku/src/kits/interface/
H A DTextView.cpp5938 .AddItem(TRANSLATE("Redo"), B_UNDO/*, 'Z', B_SHIFT_KEY*/)
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1713 fNudgeCommand->Redo();
1717 fNudgeCommand->Redo();
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp397 fDocument->CommandStack()->Redo();
413 // relable Redo item and update enabled status
414 label.SetTo(B_TRANSLATE("Redo: %action%"));
H A DCanvasView.cpp380 CommandStack()->Redo();
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveCommand.cpp97 PerspectiveCommand::Redo() function in class:PerspectiveCommand
H A DPerspectiveCommand.h36 virtual status_t Redo();
H A DTransformCommand.cpp95 // Redo
97 TransformCommand::Redo() function in class:TransformCommand
H A DTransformCommand.h36 virtual status_t Redo();
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.cpp130 // Redo
132 RemovePointsCommand::Redo() function in class:RemovePointsCommand
H A DInsertPointCommand.cpp98 // Redo
100 InsertPointCommand::Redo() function in class:InsertPointCommand
H A DChangePointCommand.cpp114 // Redo
116 ChangePointCommand::Redo() function in class:ChangePointCommand
H A DAddPointCommand.cpp80 // Redo
82 AddPointCommand::Redo() function in class:AddPointCommand
/haiku/src/apps/diskprobe/
H A DDataEditor.cpp804 DataEditor::Redo() function in class:DataEditor
H A DDataView.cpp279 fEditor.Redo();
/haiku/src/apps/mail/
H A DContent.cpp1405 Redo();
3322 TTextView::Redo()
3333 status = fUndoBuffer.Redo(&text, &length, &offset, &history, &cursorPos, &replaced);
3346 fUndoBuffer.Redo(&text, &length, &offset, &history, &cursorPos, &replaced);
H A DKUndoBuffer.cpp216 KUndoBuffer::Redo(char** text, int32* length, int32* offset, function in class:KUndoBuffer
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommand.cpp47 // Redo
49 Command::Redo() function in class:Command
H A DCommand.h26 virtual status_t Redo();
H A DCompoundCommand.cpp84 // Redo
86 CompoundCommand::Redo() function in class:CompoundCommand
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp87 EditManager::Redo(EditContext& context) function in class:EditManager
93 status = edit->Redo(context);
H A DUndoableEdit.cpp48 UndoableEdit::Redo(EditContext& context) function in class:UndoableEdit
H A DEditManager.h37 status_t Redo(EditContext& context);
H A DCompoundEdit.h25 virtual status_t Redo(EditContext& context);
H A DCompoundEdit.cpp74 fEdits[i]->Redo(context);
83 CompoundEdit::Redo(EditContext& context) function in class:CompoundEdit
90 status = fEdits[i]->Redo(context);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp545 SudokuView::Redo() function in class:SudokuView
782 Redo();

Completed in 83 milliseconds

12