|
LibreOffice Module sc (master) 1
|
#include <refupdatecontext.hxx>
Public Member Functions | |
| RefUpdateDeleteTabContext (ScDocument &rDoc, SCTAB nInsertPos, SCTAB nSheets) | |
Public Attributes | |
| ScDocument & | mrDoc |
| SCTAB | mnDeletePos |
| SCTAB | mnSheets |
| UpdatedRangeNames | maUpdatedNames |
Definition at line 129 of file refupdatecontext.hxx.
| sc::RefUpdateDeleteTabContext::RefUpdateDeleteTabContext | ( | ScDocument & | rDoc, |
| SCTAB | nInsertPos, | ||
| SCTAB | nSheets | ||
| ) |
Definition at line 104 of file refupdatecontext.cxx.
| UpdatedRangeNames sc::RefUpdateDeleteTabContext::maUpdatedNames |
Definition at line 134 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnDeletedTab(), and ScRangeData::UpdateDeleteTab().
| SCTAB sc::RefUpdateDeleteTabContext::mnDeletePos |
Definition at line 132 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnDeletedTab(), ScFormulaCell::UpdateDeleteTab(), ScColumn::UpdateDeleteTab(), ScConditionalFormat::UpdateDeleteTab(), ScTable::UpdateDeleteTab(), and ScRangeUpdater::UpdateDeleteTab().
| SCTAB sc::RefUpdateDeleteTabContext::mnSheets |
Definition at line 133 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnDeletedTab(), ScFormulaCell::UpdateDeleteTab(), ScColumn::UpdateDeleteTab(), ScConditionalFormat::UpdateDeleteTab(), ScTable::UpdateDeleteTab(), and ScRangeUpdater::UpdateDeleteTab().
| ScDocument& sc::RefUpdateDeleteTabContext::mrDoc |
Definition at line 131 of file refupdatecontext.hxx.
Referenced by ScTokenArray::AdjustReferenceOnDeletedTab().