LibreOffice Module sc (master) 1
Classes | Enumerations
refupdat.hxx File Reference
#include <global.hxx>
Include dependency graph for refupdat.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScRefUpdate
 

Enumerations

enum  ScRefUpdateRes {
  UR_NOTHING = 0 ,
  UR_UPDATED = 1 ,
  UR_INVALID = 2 ,
  UR_STICKY = 3
}
 

Enumeration Type Documentation

◆ ScRefUpdateRes

Enumerator
UR_NOTHING 

Reference not affected, no change at all.

UR_UPDATED 

Reference was adjusted/updated.

UR_INVALID 

Some part of the reference became invalid.

UR_STICKY 

Not updated because the reference is sticky, but would had been updated if it wasn't.

For entire columns/rows. Essentially the same as not UR_NOTHING for the caller but allows differentiation.

Definition at line 30 of file refupdat.hxx.