| 
    LibreOffice Module editeng (master) 1
    
   | 
 
#include <outlundo.hxx>
Public Member Functions | |
| OutlinerUndoBase (sal_uInt16 nId, Outliner *pOutliner) | |
| Outliner * | GetOutliner () const | 
  Public Member Functions inherited from EditUndo | |
| EditUndo (sal_uInt16 nI, EditEngine *pEE) | |
| virtual | ~EditUndo () override | 
| EditEngine * | GetEditEngine () | 
| virtual void | Undo () override=0 | 
| virtual void | Redo () override=0 | 
| virtual bool | CanRepeat (SfxRepeatTarget &) const override | 
| virtual OUString | GetComment () const override | 
| ViewShellId | GetViewShellId () const override | 
| See SfxUndoAction::GetViewShellId().  More... | |
| sal_uInt16 | GetId () const | 
  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 | |
| Outliner * | mpOutliner | 
Definition at line 25 of file outlundo.hxx.
| OutlinerUndoBase::OutlinerUndoBase | ( | sal_uInt16 | nId, | 
| Outliner * | pOutliner | ||
| ) | 
Definition at line 26 of file outlundo.cxx.
References DBG_ASSERT, and mpOutliner.
      
  | 
  inline | 
Definition at line 33 of file outlundo.hxx.
References mpOutliner.
Referenced by OutlinerUndoChangeParaNumberingRestart::ImplApplyData(), OutlinerUndoChangeParaFlags::ImplChangeFlags(), OutlinerUndoChangeDepth::Redo(), OutlinerUndoCheckPara::Redo(), OutlinerUndoChangeDepth::Undo(), and OutlinerUndoCheckPara::Undo().
      
  | 
  private | 
Definition at line 28 of file outlundo.hxx.
Referenced by GetOutliner(), and OutlinerUndoBase().