|
LibreOffice Module svx (master) 1
|
Changing the MasterPageDescriptor (e.g. More...
#include <svdundo.hxx>
Public Member Functions | |
| SdrUndoPageChangeMasterPage (SdrPage &rChangedPage) | |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
Public Member Functions inherited from SdrUndoPageMasterPage | |
| UNLESS_MERGELIBS (SVXCORE_DLLPUBLIC) virtual ~SdrUndoPageMasterPage() 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 |
| See SfxUndoAction::GetViewShellId(). More... | |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
| bool | mbNewHadMasterPage |
| SdrLayerIDSet | maNewSet |
| sal_uInt16 | maNewMasterPageNumber |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoPageMasterPage | |
| SdrUndoPageMasterPage (SdrPage &rChangedPage) | |
Protected Member Functions inherited from SdrUndoPage | |
| void | ImpInsertPage (sal_uInt16 nNum) |
| void | ImpRemovePage (sal_uInt16 nNum) |
| void | ImpMovePage (sal_uInt16 nOldNum, sal_uInt16 nNewNum) |
| SdrUndoPage (SdrPage &rNewPg) | |
| ~SdrUndoPage () | |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Static Protected Member Functions inherited from SdrUndoPage | |
| static OUString | ImpGetDescriptionStr (TranslateId pStrCacheID) |
Protected Attributes inherited from SdrUndoPageMasterPage | |
| bool | mbOldHadMasterPage |
| SdrLayerIDSet | maOldSet |
| sal_uInt16 | maOldMasterPageNumber |
Protected Attributes inherited from SdrUndoPage | |
| rtl::Reference< SdrPage > | mxPage |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Changing the MasterPageDescriptor (e.g.
change of the VisibleLayer). Create Action before changing the MasterPageDescriptors.
Definition at line 718 of file svdundo.hxx.
| SdrUndoPageChangeMasterPage::SdrUndoPageChangeMasterPage | ( | SdrPage & | rChangedPage | ) |
Definition at line 1616 of file svdundo.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1653 of file svdundo.cxx.
References SdrUndoPage::ImpGetDescriptionStr().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1642 of file svdundo.cxx.
References maNewMasterPageNumber, maNewSet, mbNewHadMasterPage, and SdrUndoPage::mxPage.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1623 of file svdundo.cxx.
References maNewMasterPageNumber, maNewSet, SdrUndoPageMasterPage::maOldMasterPageNumber, SdrUndoPageMasterPage::maOldSet, mbNewHadMasterPage, SdrUndoPageMasterPage::mbOldHadMasterPage, and SdrUndoPage::mxPage.
|
private |
Definition at line 722 of file svdundo.hxx.
|
private |
Definition at line 721 of file svdundo.hxx.
|
private |
Definition at line 720 of file svdundo.hxx.