Searched refs:UndoActionWrapper (Results 1 – 1 of 1) sorted by relevance
80 class UndoActionWrapper : public SfxUndoAction class83 UndoActionWrapper(86 virtual ~UndoActionWrapper();98 UndoActionWrapper::UndoActionWrapper( Reference< XUndoAction > const& i_undoAction ) in UndoActionWrapper() function in framework::UndoActionWrapper106 UndoActionWrapper::~UndoActionWrapper() in ~UndoActionWrapper()121 String UndoActionWrapper::GetComment() const in GetComment()136 void UndoActionWrapper::Undo() in Undo()142 void UndoActionWrapper::Redo() in Redo()148 sal_Bool UndoActionWrapper::CanRepeat(SfxRepeatTarget&) const in CanRepeat()734 rUndoManager.AddUndoAction( new UndoActionWrapper( i_action ) ); in impl_addUndoAction()
Completed in 8 milliseconds