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

workbook.dependencyFormulas.delTableName при undo

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66608 954022d7-b5bf-4e40-9824-e11837661b57
parent 839d09c3
......@@ -1195,6 +1195,7 @@ var maxIndividualValues = 10000;
if(cloneData.Ref.isEqual(aWs.TableParts[l].Ref))
{
this._cleanStyleTable(cloneData.Ref);
aWs.workbook.dependencyFormulas.delTableName(aWs.TableParts[l].DisplayName,aWs.getName());
aWs.TableParts.splice(l,1);
}
}
......@@ -3443,6 +3444,9 @@ var maxIndividualValues = 10000;
newFilter.DisplayName = aWs.workbook.dependencyFormulas.getNextTableName(aWs, ref);
//для Redo надо выставлять имя которое было, а не генерить новое
//newFilter.DisplayName = aWs.workbook.dependencyFormulas.addTableName(cloneData.DisplayName, aWs, cloneData.Ref);
newFilter.TableStyleInfo = new TableStyleInfo();
newFilter.TableStyleInfo.Name = style;
newFilter.TableStyleInfo.ShowColumnStripes = false;
......
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