Commit f3aba59a authored by Alexander.Trofimov's avatar Alexander.Trofimov

cell/model/CellInfo to function-closure

parent 181d07e1
...@@ -95,13 +95,13 @@ ...@@ -95,13 +95,13 @@
"../cell/model/FormulaObjects/lookupandreferenceFunctions.js", "../cell/model/FormulaObjects/lookupandreferenceFunctions.js",
"../cell/model/FormulaObjects/informationFunctions.js", "../cell/model/FormulaObjects/informationFunctions.js",
"../cell/model/FormulaObjects/logicalFunctions.js", "../cell/model/FormulaObjects/logicalFunctions.js",
"../cell/model/CellComment.js",
"../cell/model/WorkbookElems.js", "../cell/model/WorkbookElems.js",
"../cell/model/Serialize.js", "../cell/model/Serialize.js",
"../cell/model/CellInfo.js",
"../cell/model/Workbook.js", "../cell/model/Workbook.js",
"../cell/model/CellInfo.js",
"../cell/model/History.js", "../cell/model/History.js",
"../cell/model/CellComment.js",
"../cell/view/mobileTouch.js", "../cell/view/mobileTouch.js",
"../cell/view/StringRender.js", "../cell/view/StringRender.js",
"../cell/view/CellTextRender.js", "../cell/view/CellTextRender.js",
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
"../cell/utils/utils.js", "../cell/utils/utils.js",
"../cell/model/WorkbookElems.js", "../cell/model/WorkbookElems.js",
"../cell/model/Serialize.js", "../cell/model/Serialize.js",
"../cell/model/CellInfo.js"
"../slide/Drawing/ThemeLoader.js", "../slide/Drawing/ThemeLoader.js",
"../word/Editor/Serialize2.js", "../word/Editor/Serialize2.js",
...@@ -147,7 +148,6 @@ ...@@ -147,7 +148,6 @@
"../word/apiCommon.js", "../word/apiCommon.js",
"../slide/apiExport.js", "../slide/apiExport.js",
"../cell/model/Workbook.js", "../cell/model/Workbook.js",
"../cell/model/CellInfo.js"
], ],
"private": [ "private": [
"../common/Private/license.js", "../common/Private/license.js",
......
...@@ -80,6 +80,7 @@ ...@@ -80,6 +80,7 @@
"../cell/utils/utils.js", "../cell/utils/utils.js",
"../cell/model/WorkbookElems.js", "../cell/model/WorkbookElems.js",
"../cell/model/Serialize.js", "../cell/model/Serialize.js",
"../cell/model/CellInfo.js"
"../word/Drawing/translations.js", "../word/Drawing/translations.js",
"../word/Editor/GraphicObjects/Format/ShapePrototype.js", "../word/Editor/GraphicObjects/Format/ShapePrototype.js",
...@@ -144,9 +145,7 @@ ...@@ -144,9 +145,7 @@
"../word/Math/operators.js", "../word/Math/operators.js",
"../word/Math/accent.js", "../word/Math/accent.js",
"../word/Math/borderBox.js", "../word/Math/borderBox.js",
"../cell/model/CellComment.js",
"../cell/model/Workbook.js", "../cell/model/Workbook.js",
"../cell/model/CellInfo.js"
], ],
"private": [ "private": [
"../common/Private/license.js", "../common/Private/license.js",
......
This diff is collapsed.
...@@ -2147,7 +2147,7 @@ ...@@ -2147,7 +2147,7 @@
} }
tmp = this.options.fragments[tmp.index].format; tmp = this.options.fragments[tmp.index].format;
var result = new asc.asc_CFont(); var result = new AscCommonExcel.asc_CFont();
result.name = tmp.fn; result.name = tmp.fn;
result.size = tmp.fs; result.size = tmp.fs;
result.bold = tmp.b; result.bold = tmp.b;
......
...@@ -48,16 +48,16 @@ ...@@ -48,16 +48,16 @@
var asc_CMM = AscCommonExcel.asc_CMouseMoveData; var asc_CMM = AscCommonExcel.asc_CMouseMoveData;
var asc_VR = AscCommonExcel.VisibleRange; var asc_VR = AscCommonExcel.VisibleRange;
var asc_CCellFlag = asc.asc_CCellFlag; var asc_CCellFlag = AscCommonExcel.asc_CCellFlag;
var asc_CFont = asc.asc_CFont; var asc_CFont = AscCommonExcel.asc_CFont;
var asc_CFill = asc.asc_CFill; var asc_CFill = AscCommonExcel.asc_CFill;
var asc_CCellInfo = asc.asc_CCellInfo; var asc_CCellInfo = AscCommonExcel.asc_CCellInfo;
var asc_CHyperlink = asc.asc_CHyperlink; var asc_CHyperlink = asc.asc_CHyperlink;
var asc_CPageOptions = asc.asc_CPageOptions; var asc_CPageOptions = asc.asc_CPageOptions;
var asc_CPageSetup = asc.asc_CPageSetup; var asc_CPageSetup = asc.asc_CPageSetup;
var asc_CPageMargins = asc.asc_CPageMargins; var asc_CPageMargins = asc.asc_CPageMargins;
var asc_CPagePrint = AscCommonExcel.CPagePrint; var asc_CPagePrint = AscCommonExcel.CPagePrint;
var asc_CAutoFilterInfo = asc.asc_CAutoFilterInfo; var asc_CAutoFilterInfo = AscCommonExcel.asc_CAutoFilterInfo;
var c_oTargetType = AscCommonExcel.c_oTargetType; var c_oTargetType = AscCommonExcel.c_oTargetType;
var c_oAscCanChangeColWidth = AscCommonExcel.c_oAscCanChangeColWidth; var c_oAscCanChangeColWidth = AscCommonExcel.c_oAscCanChangeColWidth;
...@@ -7309,7 +7309,7 @@ ...@@ -7309,7 +7309,7 @@
if(curTablePart !== null) if(curTablePart !== null)
{ {
cell_info.formatTableInfo = new asc.asc_CFormatTableInfo(); cell_info.formatTableInfo = new AscCommonExcel.asc_CFormatTableInfo();
cell_info.formatTableInfo.tableName = curTablePart.DisplayName; cell_info.formatTableInfo.tableName = curTablePart.DisplayName;
if (tableStyleInfo) { if (tableStyleInfo) {
......
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