LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::RefUpdateResult Struct Reference

#include <refupdatecontext.hxx>

Public Member Functions

 RefUpdateResult ()
 

Public Attributes

bool mbValueChanged
 When this flag is true, the result of the formula needs to be re-calculated either because it contains a reference that's been deleted, or the size of a range reference has changed. More...
 
bool mbReferenceModified
 This flag indicates whether any reference in the token array has been modified. More...
 
bool mbNameModified
 When this flag is true, it indicates that the token array contains a range name that's been updated. More...
 

Detailed Description

Definition at line 95 of file refupdatecontext.hxx.

Constructor & Destructor Documentation

◆ RefUpdateResult()

sc::RefUpdateResult::RefUpdateResult ( )

Definition at line 99 of file refupdatecontext.cxx.

Member Data Documentation

◆ mbNameModified

bool sc::RefUpdateResult::mbNameModified

◆ mbReferenceModified

bool sc::RefUpdateResult::mbReferenceModified

◆ mbValueChanged

bool sc::RefUpdateResult::mbValueChanged

When this flag is true, the result of the formula needs to be re-calculated either because it contains a reference that's been deleted, or the size of a range reference has changed.

Definition at line 102 of file refupdatecontext.hxx.

Referenced by ScTokenArray::AdjustReferenceOnMove(), ScTokenArray::AdjustReferenceOnShift(), ScFormulaCell::UpdateReferenceOnMove(), and ScFormulaCell::UpdateReferenceOnShift().


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