Commit ff48f83c authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

рефакторинг

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49704 954022d7-b5bf-4e40-9824-e11837661b57
parent a6d5a305
......@@ -400,7 +400,7 @@ CHistory.prototype =
this.workbook.handlers.trigger("drawWS");
/* возвращаем отрисовку. и перерисовываем ячейки с предварительным пересчетом */
helpFunction(this.workbook);
buildRecalc(this.workbook);
unLockDraw(this.workbook);
if(bIsOn)
this.TurnOn();
......@@ -490,7 +490,7 @@ CHistory.prototype =
this.workbook.handlers.trigger("drawWS");
/* возвращаем отрисовку. и перерисовываем ячейки с предварительным пересчетом */
helpFunction(this.workbook);
buildRecalc(this.workbook);
unLockDraw(this.workbook);
if(oRedoObjectParam.bIsOn)
this.TurnOn();
......
This diff is collapsed.
......@@ -7062,7 +7062,7 @@
t.autoFilters._renameTableColumn(t, arn);
/* возвращаем отрисовку. и перерисовываем ячейки с предварительным пересчетом */
helpFunction(t.model.workbook);
buildRecalc(t.model.workbook);
unLockDraw(t.model.workbook);
// Должны обновить больший range, т.к. мы продолжаем строки в ячейках...
......@@ -7123,7 +7123,7 @@
t.model._getCell(oBBox.r1, oBBox.c1).setValue(valF);
}
}
helpFunction(t.model.workbook);
buildRecalc(t.model.workbook);
unLockDraw(t.model.workbook);
arn = selectData[0];
selectionRange = arn.clone(true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment