LibreOffice Module svl (master) 1
Public Member Functions | List of all members
SfxUndoContext Class Referenceabstract

#include <undo.hxx>

Public Member Functions

virtual size_t GetUndoOffset ()
 Don't undo the top undo action, but an earlier one. More...
 
virtual ~SfxUndoContext ()=0
 

Detailed Description

Definition at line 42 of file undo.hxx.

Constructor & Destructor Documentation

◆ ~SfxUndoContext()

SfxUndoContext::~SfxUndoContext ( )
pure virtual

Definition at line 43 of file undo.cxx.

Member Function Documentation

◆ GetUndoOffset()

virtual size_t SfxUndoContext::GetUndoOffset ( )
inlinevirtual

Don't undo the top undo action, but an earlier one.

It's the caller's responsibility to ensure that the earlier undo action is independent from the following ones.

Definition at line 49 of file undo.hxx.

Referenced by SfxUndoManager::ImplUndo().


The documentation for this class was generated from the following files: