Lines Matching refs:ScUndoWrapper
51 TYPEINIT1(ScUndoWrapper, SfxUndoAction);
483 ScUndoWrapper::ScUndoWrapper( SfxUndoAction* pUndo ) : in ScUndoWrapper() function in ScUndoWrapper
488 ScUndoWrapper::~ScUndoWrapper() in ~ScUndoWrapper()
493 void ScUndoWrapper::ForgetWrappedUndo() in ForgetWrappedUndo()
498 String ScUndoWrapper::GetComment() const in GetComment()
506 String ScUndoWrapper::GetRepeatComment(SfxRepeatTarget& rTarget) const in GetRepeatComment()
514 sal_uInt16 ScUndoWrapper::GetId() const in GetId()
522 void ScUndoWrapper::SetLinkToSfxLinkUndoAction(SfxLinkUndoAction* pSfxLinkUndoAction) in SetLinkToSfxLinkUndoAction()
530 sal_Bool ScUndoWrapper::Merge( SfxUndoAction* pNextAction ) in Merge()
538 void ScUndoWrapper::Undo() in Undo()
544 void ScUndoWrapper::Redo() in Redo()
550 void ScUndoWrapper::Repeat(SfxRepeatTarget& rTarget) in Repeat()
556 sal_Bool ScUndoWrapper::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()