|
LibreOffice Module sd (master) 1
|
#include <unmovss.hxx>
Public Member Functions | |
| SdMoveStyleSheetsUndoAction (SdDrawDocument *pTheDoc, StyleSheetCopyResultVector &rTheStyles, bool bInserted) | |
| virtual | ~SdMoveStyleSheetsUndoAction () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
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 | |
| StyleSheetCopyResultVector | maStyles |
| std::vector< SdStyleSheetVector > | maListOfChildLists |
| bool | mbMySheets |
Additional Inherited Members | |
Protected Attributes inherited from SdUndoAction | |
| SdDrawDocument * | mpDoc |
| ViewShellId | mnViewShellId |
Definition at line 28 of file unmovss.hxx.
| SdMoveStyleSheetsUndoAction::SdMoveStyleSheetsUndoAction | ( | SdDrawDocument * | pTheDoc, |
| StyleSheetCopyResultVector & | rTheStyles, | ||
| bool | bInserted | ||
| ) |
Definition at line 25 of file unmovss.cxx.
References a, SdStyleSheetPool::CreateChildList(), i, maListOfChildLists, and maStyles.
|
overridevirtual |
Definition at line 86 of file unmovss.cxx.
|
overridevirtual |
Reimplemented from SdUndoAction.
Definition at line 90 of file unmovss.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 40 of file unmovss.cxx.
References a, SdrModel::GetStyleSheetPool(), SfxStyleSheetBasePool::Insert(), maListOfChildLists, maStyles, mbMySheets, SdUndoAction::mpDoc, and SfxStyleSheetBasePool::Remove().
Referenced by Redo().
|
private |
Definition at line 31 of file unmovss.hxx.
Referenced by SdMoveStyleSheetsUndoAction(), and Undo().
|
private |
Definition at line 30 of file unmovss.hxx.
Referenced by SdMoveStyleSheetsUndoAction(), and Undo().
|
private |
Definition at line 32 of file unmovss.hxx.
Referenced by Undo().