LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScUnoRefUndoHint Class Referencefinal

Hint to restore a UNO object to its old state (used during undo). More...

#include <unoreflist.hxx>

Inheritance diagram for ScUnoRefUndoHint:
[legend]
Collaboration diagram for ScUnoRefUndoHint:
[legend]

Public Member Functions

 ScUnoRefUndoHint (ScUnoRefEntry aRefEntry)
 
virtual ~ScUnoRefUndoHint () override
 
sal_Int64 GetObjectId () const
 
const ScRangeListGetRanges () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

ScUnoRefEntry aEntry
 

Detailed Description

Hint to restore a UNO object to its old state (used during undo).

Definition at line 60 of file unoreflist.hxx.

Constructor & Destructor Documentation

◆ ScUnoRefUndoHint()

ScUnoRefUndoHint::ScUnoRefUndoHint ( ScUnoRefEntry  aRefEntry)

Definition at line 46 of file unoreflist.cxx.

◆ ~ScUnoRefUndoHint()

ScUnoRefUndoHint::~ScUnoRefUndoHint ( )
overridevirtual

Definition at line 51 of file unoreflist.cxx.

Member Function Documentation

◆ GetObjectId()

sal_Int64 ScUnoRefUndoHint::GetObjectId ( ) const
inline

Definition at line 68 of file unoreflist.hxx.

References aEntry, and ScUnoRefEntry::nObjectId.

◆ GetRanges()

const ScRangeList & ScUnoRefUndoHint::GetRanges ( ) const
inline

Definition at line 69 of file unoreflist.hxx.

References aEntry, and ScUnoRefEntry::aRanges.

Member Data Documentation

◆ aEntry

ScUnoRefEntry ScUnoRefUndoHint::aEntry
private

Definition at line 62 of file unoreflist.hxx.

Referenced by GetObjectId(), and GetRanges().


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