LibreOffice Module sc (master) 1
|
Hint to restore a UNO object to its old state (used during undo). More...
#include <unoreflist.hxx>
Public Member Functions | |
ScUnoRefUndoHint (ScUnoRefEntry aRefEntry) | |
virtual | ~ScUnoRefUndoHint () override |
sal_Int64 | GetObjectId () const |
const ScRangeList & | GetRanges () const |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Private Attributes | |
ScUnoRefEntry | aEntry |
Hint to restore a UNO object to its old state (used during undo).
Definition at line 60 of file unoreflist.hxx.
ScUnoRefUndoHint::ScUnoRefUndoHint | ( | ScUnoRefEntry | aRefEntry | ) |
Definition at line 46 of file unoreflist.cxx.
|
overridevirtual |
Definition at line 51 of file unoreflist.cxx.
|
inline |
Definition at line 68 of file unoreflist.hxx.
References aEntry, and ScUnoRefEntry::nObjectId.
|
inline |
Definition at line 69 of file unoreflist.hxx.
References aEntry, and ScUnoRefEntry::aRanges.
|
private |
Definition at line 62 of file unoreflist.hxx.
Referenced by GetObjectId(), and GetRanges().