LibreOffice Module sc (master) 1
|
#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... | |
Definition at line 95 of file refupdatecontext.hxx.
sc::RefUpdateResult::RefUpdateResult | ( | ) |
Definition at line 99 of file refupdatecontext.cxx.
bool sc::RefUpdateResult::mbNameModified |
When this flag is true, it indicates that the token array contains a range name that's been updated.
Definition at line 114 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnDeletedTab(), ScTokenArray::AdjustReferenceOnInsertedTab(), ScTokenArray::AdjustReferenceOnMove(), ScTokenArray::AdjustReferenceOnMovedTab(), ScTokenArray::AdjustReferenceOnShift(), ScFormulaCell::UpdateDeleteTab(), ScFormulaCell::UpdateInsertTab(), ScFormulaCell::UpdateMoveTab(), ScFormulaCell::UpdateReferenceOnMove(), and ScFormulaCell::UpdateReferenceOnShift().
bool sc::RefUpdateResult::mbReferenceModified |
This flag indicates whether any reference in the token array has been modified.
Definition at line 108 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceInMovedName(), ScTokenArray::AdjustReferenceInName(), ScTokenArray::AdjustReferenceOnDeletedTab(), ScTokenArray::AdjustReferenceOnInsertedTab(), ScTokenArray::AdjustReferenceOnMove(), ScTokenArray::AdjustReferenceOnMovedTab(), ScTokenArray::AdjustReferenceOnShift(), ScRangeData::UpdateDeleteTab(), ScRangeData::UpdateInsertTab(), ScRangeData::UpdateMoveTab(), ScConditionEntry::UpdateReference(), ScRangeData::UpdateReference(), ScFormulaCell::UpdateReferenceOnMove(), and ScFormulaCell::UpdateReferenceOnShift().
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().