LibreOffice Module svx (master)
1
|
ABC for all UndoActions that have something to do with MasterPage relationships. More...
#include <svdundo.hxx>
Public Member Functions | |
UNLESS_MERGELIBS (SVXCORE_DLLPUBLIC) virtual ~SdrUndoPageMasterPage() override | |
![]() | |
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... | |
![]() | |
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 bool | Merge (SfxUndoAction *pNextAction) |
virtual OUString | GetComment () const |
const DateTime & | GetDateTime () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Protected Member Functions | |
SdrUndoPageMasterPage (SdrPage &rChangedPage) | |
![]() | |
void | ImpInsertPage (sal_uInt16 nNum) |
void | ImpRemovePage (sal_uInt16 nNum) |
void | ImpMovePage (sal_uInt16 nOldNum, sal_uInt16 nNewNum) |
SdrUndoPage (SdrPage &rNewPg) | |
![]() | |
SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes | |
bool | mbOldHadMasterPage |
SdrLayerIDSet | maOldSet |
sal_uInt16 | maOldMasterPageNumber |
![]() | |
SdrPage & | mrPage |
![]() | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Additional Inherited Members | |
![]() | |
static OUString | ImpGetDescriptionStr (const char *pStrCacheID) |
ABC for all UndoActions that have something to do with MasterPage relationships.
Definition at line 647 of file svdundo.hxx.
|
protected |
Definition at line 1558 of file svdundo.cxx.
References SdrPage::GetPageNum(), maOldMasterPageNumber, maOldSet, mbOldHadMasterPage, SdrUndoPage::mrPage, SdrPage::TRG_GetMasterPage(), and SdrPage::TRG_GetMasterPageVisibleLayers().
|
override |
|
protected |
Definition at line 652 of file svdundo.hxx.
Referenced by SdrUndoPageMasterPage(), SdrUndoPageRemoveMasterPage::Undo(), and SdrUndoPageChangeMasterPage::Undo().
|
protected |
Definition at line 651 of file svdundo.hxx.
Referenced by SdrUndoPageMasterPage(), SdrUndoPageRemoveMasterPage::Undo(), and SdrUndoPageChangeMasterPage::Undo().
|
protected |
Definition at line 650 of file svdundo.hxx.
Referenced by SdrUndoPageMasterPage(), SdrUndoPageRemoveMasterPage::Undo(), and SdrUndoPageChangeMasterPage::Undo().