LibreOffice Module sc (master) 1
|
#include <refupdatecontext.hxx>
Public Member Functions | |
RefUpdateInsertTabContext (ScDocument &rDoc, SCTAB nInsertPos, SCTAB nSheets) | |
Public Attributes | |
ScDocument & | mrDoc |
SCTAB | mnInsertPos |
SCTAB | mnSheets |
UpdatedRangeNames | maUpdatedNames |
Definition at line 119 of file refupdatecontext.hxx.
sc::RefUpdateInsertTabContext::RefUpdateInsertTabContext | ( | ScDocument & | rDoc, |
SCTAB | nInsertPos, | ||
SCTAB | nSheets | ||
) |
Definition at line 101 of file refupdatecontext.cxx.
UpdatedRangeNames sc::RefUpdateInsertTabContext::maUpdatedNames |
Definition at line 124 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnInsertedTab(), and ScRangeData::UpdateInsertTab().
SCTAB sc::RefUpdateInsertTabContext::mnInsertPos |
Definition at line 122 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnInsertedTab(), ScFormulaCell::UpdateInsertTab(), ScColumn::UpdateInsertTab(), ScConditionalFormat::UpdateInsertTab(), ScTable::UpdateInsertTab(), ScRangeData::UpdateInsertTab(), and ScRangeUpdater::UpdateInsertTab().
SCTAB sc::RefUpdateInsertTabContext::mnSheets |
Definition at line 123 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnInsertedTab(), ScFormulaCell::UpdateInsertTab(), ScColumn::UpdateInsertTab(), ScConditionalFormat::UpdateInsertTab(), ScTable::UpdateInsertTab(), ScRangeData::UpdateInsertTab(), and ScRangeUpdater::UpdateInsertTab().
ScDocument& sc::RefUpdateInsertTabContext::mrDoc |
Definition at line 121 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnInsertedTab().