Lines Matching refs:ScUndoDraw
38 TYPEINIT1(ScUndoDraw, SfxUndoAction);
42 ScUndoDraw::ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ) : in ScUndoDraw() function in ScUndoDraw
48 __EXPORT ScUndoDraw::~ScUndoDraw() in ~ScUndoDraw()
53 void ScUndoDraw::ForgetDrawUndo() in ForgetDrawUndo()
58 String __EXPORT ScUndoDraw::GetComment() const in GetComment()
66 String __EXPORT ScUndoDraw::GetRepeatComment(SfxRepeatTarget& rTarget) const in GetRepeatComment()
74 sal_uInt16 __EXPORT ScUndoDraw::GetId() const in GetId()
82 void __EXPORT ScUndoDraw::SetLinkToSfxLinkUndoAction(SfxLinkUndoAction* pSfxLinkUndoAction) in SetLinkToSfxLinkUndoAction()
90 sal_Bool __EXPORT ScUndoDraw::Merge( SfxUndoAction* pNextAction ) in Merge()
98 void ScUndoDraw::UpdateSubShell() in UpdateSubShell()
106 void __EXPORT ScUndoDraw::Undo() in Undo()
116 void __EXPORT ScUndoDraw::Redo() in Redo()
126 void __EXPORT ScUndoDraw::Repeat(SfxRepeatTarget& rTarget) in Repeat()
132 sal_Bool __EXPORT ScUndoDraw::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()