Commit ba7fc0a9 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58786 954022d7-b5bf-4e40-9824-e11837661b57
parent 003f8e1b
...@@ -503,7 +503,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -503,7 +503,7 @@ var gUndoInsDelCellsFlag = true;
if(isInsertButton){ if(isInsertButton){
if (bIsActiveSheet) if (bIsActiveSheet)
t._addButtonAF(newRes, true); t._addButtonAF(newRes);
} }
else if(!t.allButtonAF) else if(!t.allButtonAF)
t.allButtonAF = []; t.allButtonAF = [];
...@@ -567,7 +567,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -567,7 +567,7 @@ var gUndoInsDelCellsFlag = true;
if(paramsForCallBack == "setStyleTableForAutoFilter1" || paramsForCallBack == "setStyleTableForAutoFilter") if(paramsForCallBack == "setStyleTableForAutoFilter1" || paramsForCallBack == "setStyleTableForAutoFilter")
{ {
if (bIsActiveSheet) if (bIsActiveSheet)
t._addButtonAF(newRes, true); t._addButtonAF(newRes);
if(ref) if(ref)
{ {
...@@ -680,7 +680,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -680,7 +680,7 @@ var gUndoInsDelCellsFlag = true;
{activeCells: activeCells, lTable: lTable, addFormatTableOptionsObj: addFormatTableOptionsObj}, null, ref.Ref); {activeCells: activeCells, lTable: lTable, addFormatTableOptionsObj: addFormatTableOptionsObj}, null, ref.Ref);
if(isInsertButton){ if(isInsertButton){
t._addButtonAF(newRes, true); t._addButtonAF(newRes);
} }
else if(!t.allButtonAF) else if(!t.allButtonAF)
t.allButtonAF = []; t.allButtonAF = [];
...@@ -1103,7 +1103,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -1103,7 +1103,7 @@ var gUndoInsDelCellsFlag = true;
if(isInsertButton){ if(isInsertButton){
//данные фунцкии не занимаются отрисовкой, а заполняют необходимые массивы. нужно для совместного редактировния в случае неактивного листа. //данные фунцкии не занимаются отрисовкой, а заполняют необходимые массивы. нужно для совместного редактировния в случае неактивного листа.
this._addButtonAF(newRes, true); this._addButtonAF(newRes);
} }
else if(!this.allButtonAF) else if(!this.allButtonAF)
this.allButtonAF = []; this.allButtonAF = [];
...@@ -1587,7 +1587,7 @@ var gUndoInsDelCellsFlag = true; ...@@ -1587,7 +1587,7 @@ var gUndoInsDelCellsFlag = true;
//открываем скрытые строки //открываем скрытые строки
aWs.setRowHidden(false, bbox.r1, bbox.r2); aWs.setRowHidden(false, bbox.r1, bbox.r2);
//заносим в историю //заносим в историю
this._addHistoryObj(oCurFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, deleteFilterAfterDeleteColRow, oRange); this._addHistoryObj(oCurFilter, historyitem_AutoFilter_Empty, {activeCells: activeCells}, deleteFilterAfterDeleteColRow, bbox);
this._isEmptyButtons(oCurFilter.Ref); this._isEmptyButtons(oCurFilter.Ref);
} }
......
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