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 149 of file refupdatecontext.hxx.
sc::SetFormulaDirtyContext::SetFormulaDirtyContext | ( | ) |
Definition at line 125 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 158 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().
SCTAB sc::SetFormulaDirtyContext::mnTabDeletedEnd |
Definition at line 152 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().
SCTAB sc::SetFormulaDirtyContext::mnTabDeletedStart |
Definition at line 151 of file refupdatecontext.hxx.
Referenced by ScDocument::InsertTab().