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

AscCommonExcel -> Asc

parent 961a15cf
...@@ -9683,27 +9683,27 @@ CT_GroupMember.prototype.toXml = function(writer, name) { ...@@ -9683,27 +9683,27 @@ CT_GroupMember.prototype.toXml = function(writer, name) {
var prot; var prot;
window['AscCommonExcel']['c_oAscSourceType'] = window['AscCommonExcel'].c_oAscSourceType = c_oAscSourceType; window['Asc']['c_oAscSourceType'] = window['AscCommonExcel'].c_oAscSourceType = c_oAscSourceType;
prot = c_oAscSourceType; prot = c_oAscSourceType;
prot['Worksheet'] = prot.Worksheet; prot['Worksheet'] = prot.Worksheet;
prot['External'] = prot.External; prot['External'] = prot.External;
prot['Consolidation'] = prot.Consolidation; prot['Consolidation'] = prot.Consolidation;
prot['Scenario'] = prot.Scenario; prot['Scenario'] = prot.Scenario;
window['AscCommonExcel']['c_oAscAxis'] = window['AscCommonExcel'].c_oAscAxis = c_oAscAxis; window['Asc']['c_oAscAxis'] = window['AscCommonExcel'].c_oAscAxis = c_oAscAxis;
prot = c_oAscAxis; prot = c_oAscAxis;
prot['AxisRow'] = prot.AxisRow; prot['AxisRow'] = prot.AxisRow;
prot['AxisCol'] = prot.AxisCol; prot['AxisCol'] = prot.AxisCol;
prot['AxisPage'] = prot.AxisPage; prot['AxisPage'] = prot.AxisPage;
prot['AxisValues'] = prot.AxisValues; prot['AxisValues'] = prot.AxisValues;
window['AscCommonExcel']['c_oAscFieldSortType'] = window['AscCommonExcel'].c_oAscFieldSortType = c_oAscFieldSortType; window['Asc']['c_oAscFieldSortType'] = window['AscCommonExcel'].c_oAscFieldSortType = c_oAscFieldSortType;
prot = c_oAscFieldSortType; prot = c_oAscFieldSortType;
prot['Manual'] = prot.Manual; prot['Manual'] = prot.Manual;
prot['Ascending'] = prot.Ascending; prot['Ascending'] = prot.Ascending;
prot['Descending'] = prot.Descending; prot['Descending'] = prot.Descending;
window['AscCommonExcel']['c_oAscItemType'] = window['AscCommonExcel'].c_oAscItemType = c_oAscItemType; window['Asc']['c_oAscItemType'] = window['AscCommonExcel'].c_oAscItemType = c_oAscItemType;
prot = c_oAscItemType; prot = c_oAscItemType;
prot['Data'] = prot.Data; prot['Data'] = prot.Data;
prot['Default'] = prot.Default; prot['Default'] = prot.Default;
...@@ -9721,7 +9721,7 @@ prot['VarP'] = prot.VarP; ...@@ -9721,7 +9721,7 @@ prot['VarP'] = prot.VarP;
prot['Grand'] = prot.Grand; prot['Grand'] = prot.Grand;
prot['Blank'] = prot.Blank; prot['Blank'] = prot.Blank;
window['AscCommonExcel']['c_oAscDataConsolidateFunction'] = window['AscCommonExcel'].c_oAscDataConsolidateFunction = c_oAscDataConsolidateFunction; window['Asc']['c_oAscDataConsolidateFunction'] = window['AscCommonExcel'].c_oAscDataConsolidateFunction = c_oAscDataConsolidateFunction;
prot = c_oAscDataConsolidateFunction; prot = c_oAscDataConsolidateFunction;
prot['Average'] = prot.Average; prot['Average'] = prot.Average;
prot['Count'] = prot.Count; prot['Count'] = prot.Count;
...@@ -9735,7 +9735,7 @@ prot['Sum'] = prot.Sum; ...@@ -9735,7 +9735,7 @@ prot['Sum'] = prot.Sum;
prot['Var'] = prot.Var; prot['Var'] = prot.Var;
prot['Varp'] = prot.Varp; prot['Varp'] = prot.Varp;
window['AscCommonExcel']['c_oAscShowDataAs'] = window['AscCommonExcel'].c_oAscShowDataAs = c_oAscShowDataAs; window['Asc']['c_oAscShowDataAs'] = window['AscCommonExcel'].c_oAscShowDataAs = c_oAscShowDataAs;
prot = c_oAscShowDataAs; prot = c_oAscShowDataAs;
prot['Normal'] = prot.Normal; prot['Normal'] = prot.Normal;
prot['Difference'] = prot.Difference; prot['Difference'] = prot.Difference;
...@@ -9747,27 +9747,27 @@ prot['PercentOfCol'] = prot.PercentOfCol; ...@@ -9747,27 +9747,27 @@ prot['PercentOfCol'] = prot.PercentOfCol;
prot['PercentOfTotal'] = prot.PercentOfTotal; prot['PercentOfTotal'] = prot.PercentOfTotal;
prot['Index'] = prot.Index; prot['Index'] = prot.Index;
window['AscCommonExcel']['c_oAscFormatAction'] = window['AscCommonExcel'].c_oAscFormatAction = c_oAscFormatAction; window['Asc']['c_oAscFormatAction'] = window['AscCommonExcel'].c_oAscFormatAction = c_oAscFormatAction;
prot = c_oAscFormatAction; prot = c_oAscFormatAction;
prot['Blank'] = prot.Blank; prot['Blank'] = prot.Blank;
prot['Formatting'] = prot.Formatting; prot['Formatting'] = prot.Formatting;
prot['Drill'] = prot.Drill; prot['Drill'] = prot.Drill;
prot['Formula'] = prot.Formula; prot['Formula'] = prot.Formula;
window['AscCommonExcel']['c_oAscScope'] = window['AscCommonExcel'].c_oAscScope = c_oAscScope; window['Asc']['c_oAscScope'] = window['AscCommonExcel'].c_oAscScope = c_oAscScope;
prot = c_oAscScope; prot = c_oAscScope;
prot['Selection'] = prot.Selection; prot['Selection'] = prot.Selection;
prot['Data'] = prot.Data; prot['Data'] = prot.Data;
prot['Field'] = prot.Field; prot['Field'] = prot.Field;
window['AscCommonExcel']['c_oAscType'] = window['AscCommonExcel'].c_oAscType = c_oAscType; window['Asc']['c_oAscType'] = window['AscCommonExcel'].c_oAscType = c_oAscType;
prot = c_oAscType; prot = c_oAscType;
prot['None'] = prot.None; prot['None'] = prot.None;
prot['All'] = prot.All; prot['All'] = prot.All;
prot['Row'] = prot.Row; prot['Row'] = prot.Row;
prot['Column'] = prot.Column; prot['Column'] = prot.Column;
window['AscCommonExcel']['c_oAscPivotFilterType'] = window['AscCommonExcel'].c_oAscPivotFilterType = c_oAscPivotFilterType; window['Asc']['c_oAscPivotFilterType'] = window['AscCommonExcel'].c_oAscPivotFilterType = c_oAscPivotFilterType;
prot = c_oAscPivotFilterType; prot = c_oAscPivotFilterType;
prot['Unknown'] = prot.Unknown; prot['Unknown'] = prot.Unknown;
prot['Count'] = prot.Count; prot['Count'] = prot.Count;
...@@ -9836,7 +9836,7 @@ prot['M10'] = prot.M10; ...@@ -9836,7 +9836,7 @@ prot['M10'] = prot.M10;
prot['M11'] = prot.M11; prot['M11'] = prot.M11;
prot['M12'] = prot.M12; prot['M12'] = prot.M12;
window['AscCommonExcel']['c_oAscSortType'] = window['AscCommonExcel'].c_oAscSortType = c_oAscSortType; window['Asc']['c_oAscSortType'] = window['AscCommonExcel'].c_oAscSortType = c_oAscSortType;
prot = c_oAscSortType; prot = c_oAscSortType;
prot['None'] = prot.None; prot['None'] = prot.None;
prot['Ascending'] = prot.Ascending; prot['Ascending'] = prot.Ascending;
...@@ -9846,7 +9846,7 @@ prot['DescendingAlpha'] = prot.DescendingAlpha; ...@@ -9846,7 +9846,7 @@ prot['DescendingAlpha'] = prot.DescendingAlpha;
prot['AscendingNatural'] = prot.AscendingNatural; prot['AscendingNatural'] = prot.AscendingNatural;
prot['DescendingNatural'] = prot.DescendingNatural; prot['DescendingNatural'] = prot.DescendingNatural;
window['AscCommonExcel']['c_oAscPivotAreaType'] = window['AscCommonExcel'].c_oAscPivotAreaType = c_oAscPivotAreaType; window['Asc']['c_oAscPivotAreaType'] = window['AscCommonExcel'].c_oAscPivotAreaType = c_oAscPivotAreaType;
prot = c_oAscPivotAreaType; prot = c_oAscPivotAreaType;
prot['None'] = prot.None; prot['None'] = prot.None;
prot['Normal'] = prot.Normal; prot['Normal'] = prot.Normal;
...@@ -9856,7 +9856,7 @@ prot['Origin'] = prot.Origin; ...@@ -9856,7 +9856,7 @@ prot['Origin'] = prot.Origin;
prot['Button'] = prot.Button; prot['Button'] = prot.Button;
prot['TopEnd'] = prot.TopEnd; prot['TopEnd'] = prot.TopEnd;
window['AscCommonExcel']['c_oAscGroupBy'] = window['AscCommonExcel'].c_oAscGroupBy = c_oAscGroupBy; window['Asc']['c_oAscGroupBy'] = window['AscCommonExcel'].c_oAscGroupBy = c_oAscGroupBy;
prot = c_oAscGroupBy; prot = c_oAscGroupBy;
prot['Range'] = prot.Range; prot['Range'] = prot.Range;
prot['Seconds'] = prot.Seconds; prot['Seconds'] = prot.Seconds;
...@@ -9867,13 +9867,13 @@ prot['Months'] = prot.Months; ...@@ -9867,13 +9867,13 @@ prot['Months'] = prot.Months;
prot['Quarters'] = prot.Quarters; prot['Quarters'] = prot.Quarters;
prot['Years'] = prot.Years; prot['Years'] = prot.Years;
window['AscCommonExcel']['c_oAscSortMethod'] = window['AscCommonExcel'].c_oAscSortMethod = c_oAscSortMethod; window['Asc']['c_oAscSortMethod'] = window['AscCommonExcel'].c_oAscSortMethod = c_oAscSortMethod;
prot = c_oAscSortMethod; prot = c_oAscSortMethod;
prot['Stroke'] = prot.Stroke; prot['Stroke'] = prot.Stroke;
prot['PinYin'] = prot.PinYin; prot['PinYin'] = prot.PinYin;
prot['None'] = prot.None; prot['None'] = prot.None;
window['AscCommonExcel']['c_oAscDynamicFilterType'] = window['AscCommonExcel'].c_oAscDynamicFilterType = c_oAscDynamicFilterType; window['Asc']['c_oAscDynamicFilterType'] = window['AscCommonExcel'].c_oAscDynamicFilterType = c_oAscDynamicFilterType;
prot = c_oAscDynamicFilterType; prot = c_oAscDynamicFilterType;
prot['Null'] = prot.Null; prot['Null'] = prot.Null;
prot['AboveAverage'] = prot.AboveAverage; prot['AboveAverage'] = prot.AboveAverage;
...@@ -9911,7 +9911,7 @@ prot['M10'] = prot.M10; ...@@ -9911,7 +9911,7 @@ prot['M10'] = prot.M10;
prot['M11'] = prot.M11; prot['M11'] = prot.M11;
prot['M12'] = prot.M12; prot['M12'] = prot.M12;
window['AscCommonExcel']['c_oAscCalendarType'] = window['AscCommonExcel'].c_oAscCalendarType = c_oAscCalendarType; window['Asc']['c_oAscCalendarType'] = window['AscCommonExcel'].c_oAscCalendarType = c_oAscCalendarType;
prot = c_oAscCalendarType; prot = c_oAscCalendarType;
prot['Gregorian'] = prot.Gregorian; prot['Gregorian'] = prot.Gregorian;
prot['GregorianUs'] = prot.GregorianUs; prot['GregorianUs'] = prot.GregorianUs;
...@@ -9928,7 +9928,7 @@ prot['GregorianXlitEnglish'] = prot.GregorianXlitEnglish; ...@@ -9928,7 +9928,7 @@ prot['GregorianXlitEnglish'] = prot.GregorianXlitEnglish;
prot['GregorianXlitFrench'] = prot.GregorianXlitFrench; prot['GregorianXlitFrench'] = prot.GregorianXlitFrench;
prot['None'] = prot.None; prot['None'] = prot.None;
window['AscCommonExcel']['c_oAscIconSetType'] = window['AscCommonExcel'].c_oAscIconSetType = c_oAscIconSetType; window['Asc']['c_oAscIconSetType'] = window['AscCommonExcel'].c_oAscIconSetType = c_oAscIconSetType;
prot = c_oAscIconSetType; prot = c_oAscIconSetType;
prot['ThreeArrows'] = prot.ThreeArrows; prot['ThreeArrows'] = prot.ThreeArrows;
prot['ThreeArrowsGray'] = prot.ThreeArrowsGray; prot['ThreeArrowsGray'] = prot.ThreeArrowsGray;
...@@ -9948,14 +9948,14 @@ prot['FiveArrowsGray'] = prot.FiveArrowsGray; ...@@ -9948,14 +9948,14 @@ prot['FiveArrowsGray'] = prot.FiveArrowsGray;
prot['FiveRating'] = prot.FiveRating; prot['FiveRating'] = prot.FiveRating;
prot['FiveQuarters'] = prot.FiveQuarters; prot['FiveQuarters'] = prot.FiveQuarters;
window['AscCommonExcel']['c_oAscSortBy'] = window['AscCommonExcel'].c_oAscSortBy = c_oAscSortBy; window['Asc']['c_oAscSortBy'] = window['AscCommonExcel'].c_oAscSortBy = c_oAscSortBy;
prot = c_oAscSortBy; prot = c_oAscSortBy;
prot['Value'] = prot.Value; prot['Value'] = prot.Value;
prot['CellColor'] = prot.CellColor; prot['CellColor'] = prot.CellColor;
prot['FontColor'] = prot.FontColor; prot['FontColor'] = prot.FontColor;
prot['Icon'] = prot.Icon; prot['Icon'] = prot.Icon;
window['AscCommonExcel']['c_oAscFilterOperator'] = window['AscCommonExcel'].c_oAscFilterOperator = c_oAscFilterOperator; window['Asc']['c_oAscFilterOperator'] = window['AscCommonExcel'].c_oAscFilterOperator = c_oAscFilterOperator;
prot = c_oAscFilterOperator; prot = c_oAscFilterOperator;
prot['Equal'] = prot.Equal; prot['Equal'] = prot.Equal;
prot['LessThan'] = prot.LessThan; prot['LessThan'] = prot.LessThan;
...@@ -9964,7 +9964,7 @@ prot['NotEqual'] = prot.NotEqual; ...@@ -9964,7 +9964,7 @@ prot['NotEqual'] = prot.NotEqual;
prot['GreaterThanOrEqual'] = prot.GreaterThanOrEqual; prot['GreaterThanOrEqual'] = prot.GreaterThanOrEqual;
prot['GreaterThan'] = prot.GreaterThan; prot['GreaterThan'] = prot.GreaterThan;
window['AscCommonExcel']['c_oAscDateTimeGrouping'] = window['AscCommonExcel'].c_oAscDateTimeGrouping = c_oAscDateTimeGrouping; window['Asc']['c_oAscDateTimeGrouping'] = window['AscCommonExcel'].c_oAscDateTimeGrouping = c_oAscDateTimeGrouping;
prot = c_oAscDateTimeGrouping; prot = c_oAscDateTimeGrouping;
prot['Year'] = prot.Year; prot['Year'] = prot.Year;
prot['Month'] = prot.Month; prot['Month'] = prot.Month;
......
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