LibreOffice Module sc (master) 1
|
#include <refupdatecontext.hxx>
Public Member Functions | |
SetFormulaDirtyContext () | |
Public Attributes | |
SCTAB | mnTabDeletedStart |
SCTAB | mnTabDeletedEnd |
bool | mbClearTabDeletedFlag |
When true, go through all reference tokens and clears "sheet deleted" flag if its corresponding index falls within specified sheet range. More... | |
Definition at line 151 of file refupdatecontext.hxx.
sc::SetFormulaDirtyContext::SetFormulaDirtyContext | ( | ) |
Definition at line 134 of file refupdatecontext.cxx.
bool sc::SetFormulaDirtyContext::mbClearTabDeletedFlag |
When true, go through all reference tokens and clears "sheet deleted" flag if its corresponding index falls within specified sheet range.
Definition at line 160 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().
SCTAB sc::SetFormulaDirtyContext::mnTabDeletedEnd |
Definition at line 154 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().
SCTAB sc::SetFormulaDirtyContext::mnTabDeletedStart |
Definition at line 153 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().