LibreOffice Module reportdesign (master) 1
|
#include <UndoActions.hxx>
Public Member Functions | |
OCommentUndoAction (SdrModel &rMod, TranslateId pCommentID) | |
virtual | ~OCommentUndoAction () override |
virtual OUString | GetComment () const override |
virtual void | Undo () override |
virtual void | Redo () override |
Public Member Functions inherited from SdrUndoAction | |
virtual | ~SdrUndoAction () override |
virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
virtual void | Repeat (SfxRepeatTarget &rView) override |
virtual OUString | GetRepeatComment (SfxRepeatTarget &rView) const override |
virtual OUString | GetSdrRepeatComment () const |
virtual bool | CanSdrRepeat (SdrView &rView) const |
virtual void | SdrRepeat (SdrView &rView) |
ViewShellId | GetViewShellId () const override |
Protected Attributes | |
OUString | m_strComment |
::dbaui::IController * | m_pController |
Protected Attributes inherited from SdrUndoAction | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoAction | |
SdrUndoAction (SdrModel &rNewMod) | |
Definition at line 138 of file UndoActions.hxx.
rptui::OCommentUndoAction::OCommentUndoAction | ( | SdrModel & | rMod, |
TranslateId | pCommentID | ||
) |
Definition at line 71 of file UndoActions.cxx.
References m_pController, m_strComment, and RptResId().
|
overridevirtual |
Definition at line 78 of file UndoActions.cxx.
|
inlineoverridevirtual |
Reimplemented in rptui::ORptUndoPropertyAction, and rptui::OGroupSectionUndo.
Definition at line 148 of file UndoActions.hxx.
|
overridevirtual |
Reimplemented in rptui::OUndoContainerAction, rptui::ORptUndoPropertyAction, rptui::OSectionUndo, and rptui::OGroupUndo.
Definition at line 86 of file UndoActions.cxx.
|
overridevirtual |
Reimplemented in rptui::OUndoContainerAction, rptui::ORptUndoPropertyAction, rptui::OSectionUndo, and rptui::OGroupUndo.
Definition at line 82 of file UndoActions.cxx.
|
protected |
Definition at line 142 of file UndoActions.hxx.
Referenced by rptui::OReportSectionUndo::implReInsert(), rptui::OGroupSectionUndo::implReInsert(), rptui::OReportSectionUndo::implReRemove(), rptui::OGroupSectionUndo::implReRemove(), and OCommentUndoAction().
|
protected |
Definition at line 141 of file UndoActions.hxx.
Referenced by rptui::OGroupSectionUndo::GetComment(), and OCommentUndoAction().