|
LibreOffice Module reportdesign (master) 1
|
#include <UndoActions.hxx>
Public Member Functions | |
| ORptUndoPropertyAction (SdrModel &rMod, const css::beans::PropertyChangeEvent &evt) | |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
Public Member Functions inherited from rptui::OCommentUndoAction | |
| 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 Member Functions | |
| virtual css::uno::Reference< css::beans::XPropertySet > | getObject () |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Private Member Functions | |
| void | setProperty (bool _bOld) |
| sets either the old value or the new value again at the property set. More... | |
Private Attributes | |
| css::uno::Reference< css::beans::XPropertySet > | m_xObj |
| OUString | m_aPropertyName |
| css::uno::Any | m_aNewValue |
| css::uno::Any | m_aOldValue |
Additional Inherited Members | |
Protected Attributes inherited from rptui::OCommentUndoAction | |
| OUString | m_strComment |
| ::dbaui::IController * | m_pController |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Definition at line 224 of file UndoActions.hxx.
| rptui::ORptUndoPropertyAction::ORptUndoPropertyAction | ( | SdrModel & | rMod, |
| const css::beans::PropertyChangeEvent & | evt | ||
| ) |
Definition at line 319 of file UndoActions.cxx.
|
overridevirtual |
Reimplemented from rptui::OCommentUndoAction.
Definition at line 361 of file UndoActions.cxx.
References aStr, m_aPropertyName, and RptResId().
|
protectedvirtual |
Reimplemented in rptui::OUndoPropertyReportSectionAction, and rptui::OUndoPropertyGroupSectionAction.
Definition at line 339 of file UndoActions.cxx.
References m_xObj.
Referenced by setProperty().
|
overridevirtual |
Reimplemented from rptui::OCommentUndoAction.
Definition at line 334 of file UndoActions.cxx.
References setProperty().
|
private |
sets either the old value or the new value again at the property set.
| _bOld | If set to <TRUE> than the old value will be set otherwise the new value will be set. |
Definition at line 344 of file UndoActions.cxx.
References Exception, getObject(), m_aNewValue, m_aOldValue, m_aPropertyName, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Reimplemented from rptui::OCommentUndoAction.
Definition at line 328 of file UndoActions.cxx.
References setProperty().
|
private |
Definition at line 228 of file UndoActions.hxx.
Referenced by setProperty().
|
private |
Definition at line 229 of file UndoActions.hxx.
Referenced by setProperty().
|
private |
Definition at line 227 of file UndoActions.hxx.
Referenced by GetComment(), and setProperty().
|
private |
Definition at line 226 of file UndoActions.hxx.
Referenced by getObject().