|
LibreOffice Module sd (master) 1
|
#include <unmodpg.hxx>
Public Member Functions | |
| ChangeSlideExclusionStateUndoAction (SdDrawDocument *pDocument, const sd::slidesorter::model::PageDescriptor::State eState, const bool bOldStateValue) | |
| ChangeSlideExclusionStateUndoAction (SdDrawDocument *pDocument, const sd::slidesorter::model::SharedPageDescriptor &rpDescriptor, const sd::slidesorter::model::PageDescriptor::State eState, const bool bOldStateValue) | |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
| void | AddPageDescriptor (const sd::slidesorter::model::SharedPageDescriptor &rpDescriptor) |
Public Member Functions inherited from SdUndoAction | |
| SdUndoAction (SdDrawDocument *pSdDrawDocument) | |
| void | SetComment (const OUString &rStr) |
| virtual OUString | GetComment () const override |
| virtual SdUndoAction * | Clone () const |
| 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 | |
| sd::slidesorter::model::PageDescriptor::State | meState |
| bool | mbOldStateValue |
| std::vector< sd::slidesorter::model::SharedPageDescriptor > | mrpDescriptors |
| const OUString | maComment |
Additional Inherited Members | |
Protected Attributes inherited from SdUndoAction | |
| SdDrawDocument * | mpDoc |
| ViewShellId | mnViewShellId |
Definition at line 58 of file unmodpg.hxx.
| ChangeSlideExclusionStateUndoAction::ChangeSlideExclusionStateUndoAction | ( | SdDrawDocument * | pDocument, |
| const sd::slidesorter::model::PageDescriptor::State | eState, | ||
| const bool | bOldStateValue | ||
| ) |
Definition at line 180 of file unmodpg.cxx.
References maComment.
| ChangeSlideExclusionStateUndoAction::ChangeSlideExclusionStateUndoAction | ( | SdDrawDocument * | pDocument, |
| const sd::slidesorter::model::SharedPageDescriptor & | rpDescriptor, | ||
| const sd::slidesorter::model::PageDescriptor::State | eState, | ||
| const bool | bOldStateValue | ||
| ) |
Definition at line 190 of file unmodpg.cxx.
References mrpDescriptors.
| void ChangeSlideExclusionStateUndoAction::AddPageDescriptor | ( | const sd::slidesorter::model::SharedPageDescriptor & | rpDescriptor | ) |
Definition at line 198 of file unmodpg.cxx.
References mrpDescriptors.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 221 of file unmodpg.cxx.
References SdDrawDocument::GetDocSh(), sd::slidesorter::SlideSorterViewShell::GetSlideSorter(), sd::ViewShell::GetView(), sd::DrawDocShell::GetViewShell(), sd::ViewShell::GetViewShellBase(), mbOldStateValue, meState, SdUndoAction::mpDoc, and mrpDescriptors.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 204 of file unmodpg.cxx.
References SdDrawDocument::GetDocSh(), sd::slidesorter::SlideSorterViewShell::GetSlideSorter(), sd::ViewShell::GetView(), sd::DrawDocShell::GetViewShell(), sd::ViewShell::GetViewShellBase(), mbOldStateValue, meState, SdUndoAction::mpDoc, and mrpDescriptors.
|
private |
Definition at line 80 of file unmodpg.hxx.
Referenced by GetComment().
|
private |
Definition at line 78 of file unmodpg.hxx.
|
private |
Definition at line 77 of file unmodpg.hxx.
|
private |
Definition at line 79 of file unmodpg.hxx.
Referenced by AddPageDescriptor(), ChangeSlideExclusionStateUndoAction(), Redo(), and Undo().