|
LibreOffice Module reportdesign (master) 1
|
Undo action for the group header, footer, page header, footer. More...
#include <RptUndo.hxx>
Public Member Functions | |
| OReportSectionUndo (OReportModel &rMod, sal_uInt16 _nSlot,::std::function< css::uno::Reference< css::report::XSection >(OReportHelper *)> _pMemberFunction, const css::uno::Reference< css::report::XReportDefinition > &_xReport, Action _eAction) | |
| virtual | ~OReportSectionUndo () override |
Public Member Functions inherited from rptui::OSectionUndo | |
| OSectionUndo (OReportModel &rMod, sal_uInt16 _nSlot, Action _eAction, TranslateId pCommentID) | |
| virtual | ~OSectionUndo () override |
| virtual void | Undo () override |
| virtual void | Redo () 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 |
Private Member Functions | |
| void | implReInsert () override |
| void | implReRemove () override |
| OReportSectionUndo (const OReportSectionUndo &)=delete | |
| void | operator= (const OReportSectionUndo &)=delete |
Private Attributes | |
| OReportHelper | m_aReportHelper |
| ::std::function< css::uno::Reference< css::report::XSection >(OReportHelper *)> | m_pMemberFunction |
Additional Inherited Members | |
Protected Member Functions inherited from rptui::OSectionUndo | |
| virtual void | implReInsert ()=0 |
| virtual void | implReRemove ()=0 |
| void | collectControls (const css::uno::Reference< css::report::XSection > &_xSection) |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes inherited from rptui::OSectionUndo | |
| ::std::vector< css::uno::Reference< css::drawing::XShape > > | m_aControls |
| ::std::vector< ::std::pair< OUString,css::uno::Any > > | m_aValues |
| Action | m_eAction |
| sal_uInt16 | m_nSlot |
| bool | m_bInserted |
Protected Attributes inherited from rptui::OCommentUndoAction | |
| OUString | m_strComment |
| ::dbaui::IController * | m_pController |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Undo action for the group header, footer, page header, footer.
Definition at line 67 of file RptUndo.hxx.
|
privatedelete |
| rptui::OReportSectionUndo::OReportSectionUndo | ( | OReportModel & | rMod, |
| sal_uInt16 | _nSlot, | ||
| ::std::function< css::uno::Reference< css::report::XSection >(OReportHelper *)> | _pMemberFunction, | ||
| const css::uno::Reference< css::report::XReportDefinition > & | _xReport, | ||
| Action | _eAction | ||
| ) |
|
overridevirtual |
Definition at line 219 of file RptUndo.cxx.
|
overrideprivatevirtual |
Implements rptui::OSectionUndo.
Definition at line 223 of file RptUndo.cxx.
References dbaui::IController::executeChecked(), rptui::OSectionUndo::m_aControls, m_aReportHelper, rptui::OSectionUndo::m_aValues, rptui::OSectionUndo::m_bInserted, rptui::OSectionUndo::m_nSlot, rptui::OCommentUndoAction::m_pController, and m_pMemberFunction.
|
overrideprivatevirtual |
Implements rptui::OSectionUndo.
Definition at line 233 of file RptUndo.cxx.
References rptui::OSectionUndo::collectControls(), dbaui::IController::executeChecked(), m_aReportHelper, rptui::OSectionUndo::m_bInserted, rptui::OSectionUndo::m_eAction, rptui::OSectionUndo::m_nSlot, rptui::OCommentUndoAction::m_pController, m_pMemberFunction, and rptui::Removed.
|
privatedelete |
|
private |
Definition at line 69 of file RptUndo.hxx.
Referenced by implReInsert(), and implReRemove().
|
private |
Definition at line 70 of file RptUndo.hxx.
Referenced by implReInsert(), and implReRemove().