Home
last modified time | relevance | path

Searched refs:UndoActionWrapper (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/framework/source/fwe/helper/
H A Dundomanagerhelper.cxx80 class UndoActionWrapper : public SfxUndoAction class
83 UndoActionWrapper(
86 virtual ~UndoActionWrapper();
98 UndoActionWrapper::UndoActionWrapper( Reference< XUndoAction > const& i_undoAction ) in UndoActionWrapper() function in framework::UndoActionWrapper
106 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 85 milliseconds