LibreOffice Module svx (master) 1
|
ABC for all UndoActions that have something to do with SdrPages. More...
#include <svdundo.hxx>
Protected Member Functions | |
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 | |
static OUString | ImpGetDescriptionStr (TranslateId pStrCacheID) |
Protected Attributes | |
rtl::Reference< SdrPage > | mxPage |
Protected Attributes inherited from SdrUndoAction | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Additional Inherited Members | |
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 |
ABC for all UndoActions that have something to do with SdrPages.
Definition at line 557 of file svdundo.hxx.
|
protected |
Definition at line 1306 of file svdundo.cxx.
|
protected |
Definition at line 1312 of file svdundo.cxx.
|
staticprotected |
Definition at line 1364 of file svdundo.cxx.
References SvxResId().
Referenced by SdrUndoDelPage::GetComment(), SdrUndoNewPage::GetComment(), SdrUndoCopyPage::GetComment(), SdrUndoSetPageNum::GetComment(), SdrUndoPageRemoveMasterPage::GetComment(), SdrUndoPageChangeMasterPage::GetComment(), SdrUndoDelPage::GetSdrRepeatComment(), and SdrUndoCopyPage::GetSdrRepeatComment().
|
protected |
Definition at line 1314 of file svdundo.cxx.
References DBG_ASSERT, SdrModel::InsertMasterPage(), SdrModel::InsertPage(), mxPage, and SdrUndoAction::rMod.
Referenced by SdrUndoNewPage::Redo(), and SdrUndoDelPage::Undo().
|
protected |
Definition at line 1348 of file svdundo.cxx.
References DBG_ASSERT, SdrModel::MoveMasterPage(), SdrModel::MovePage(), mxPage, and SdrUndoAction::rMod.
Referenced by SdrUndoSetPageNum::Redo(), and SdrUndoSetPageNum::Undo().
|
protected |
Definition at line 1330 of file svdundo.cxx.
References DBG_ASSERT, mxPage, SdrModel::RemoveMasterPage(), SdrModel::RemovePage(), and SdrUndoAction::rMod.
Referenced by SdrUndoDelPage::Redo(), and SdrUndoNewPage::Undo().
|
protected |
Definition at line 560 of file svdundo.hxx.
Referenced by SdrUndoDelPage::clearFillBitmap(), ImpInsertPage(), ImpMovePage(), ImpRemovePage(), SdrUndoPageRemoveMasterPage::Redo(), SdrUndoPageChangeMasterPage::Redo(), SdrUndoDelPage::restoreFillBitmap(), SdrUndoDelPage::SdrUndoDelPage(), SdrUndoPageMasterPage::SdrUndoPageMasterPage(), SdrUndoPageRemoveMasterPage::Undo(), and SdrUndoPageChangeMasterPage::Undo().