LibreOffice Module sc (master) 1
|
List of RefUpdate changes made to UNO objects during ScUpdateRefHint broadcast. More...
#include <unoreflist.hxx>
Public Member Functions | |
ScUnoRefList () | |
~ScUnoRefList () | |
void | Add (sal_Int64 nId, const ScRangeList &rOldRanges) |
void | Undo (ScDocument *pDoc) |
bool | IsEmpty () const |
Private Attributes | |
::std::vector< ScUnoRefEntry > | aEntries |
List of RefUpdate changes made to UNO objects during ScUpdateRefHint broadcast.
Definition at line 42 of file unoreflist.hxx.
ScUnoRefList::ScUnoRefList | ( | ) |
Definition at line 24 of file unoreflist.cxx.
ScUnoRefList::~ScUnoRefList | ( | ) |
Definition at line 28 of file unoreflist.cxx.
void ScUnoRefList::Add | ( | sal_Int64 | nId, |
const ScRangeList & | rOldRanges | ||
) |
Definition at line 32 of file unoreflist.cxx.
|
inline |
Definition at line 54 of file unoreflist.hxx.
References aEntries.
void ScUnoRefList::Undo | ( | ScDocument * | pDoc | ) |
Definition at line 37 of file unoreflist.cxx.
References aEntries, and ScDocument::BroadcastUno().
|
private |
Definition at line 45 of file unoreflist.hxx.