Commit e6b31460 authored by Oleg Korshul's avatar Oleg Korshul

new rules for export enums

parent f616b32e
...@@ -157,64 +157,64 @@ var TABLE_STYLE_HEIGHT_PIX = 50; ...@@ -157,64 +157,64 @@ var TABLE_STYLE_HEIGHT_PIX = 50;
//------------------------------------------------------------export--------------------------------------------------- //------------------------------------------------------------export---------------------------------------------------
var prot; var prot;
window['Asc'] = window['Asc'] || {}; window['Asc'] = window['Asc'] || {};
window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType;
prot = c_oAscCollaborativeMarksShowType; prot = window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType;
prot['All'] = prot.All; prot['All'] = c_oAscCollaborativeMarksShowType.All;
prot['LastChanges'] = prot.LastChanges; prot['LastChanges'] = c_oAscCollaborativeMarksShowType.LastChanges;
window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc;
prot = c_oAscVertAlignJc; prot = window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc;
prot['Top'] = prot.Top; prot['Top'] = c_oAscVertAlignJc.Top;
prot['Center'] = prot.Center; prot['Center'] = c_oAscVertAlignJc.Center;
prot['Bottom'] = prot.Bottom; prot['Bottom'] = c_oAscVertAlignJc.Bottom;
window['Asc']['c_oAscContextMenuTypes'] = window['Asc'].c_oAscContextMenuTypes = c_oAscContextMenuTypes;
prot = c_oAscContextMenuTypes; prot = window['Asc']['c_oAscContextMenuTypes'] = window['Asc'].c_oAscContextMenuTypes = c_oAscContextMenuTypes;
prot['Main'] = prot.Main; prot['Main'] = c_oAscContextMenuTypes.Main;
prot['Thumbnails'] = prot.Thumbnails; prot['Thumbnails'] = c_oAscContextMenuTypes.Thumbnails;
window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType;
prot = c_oAscAlignShapeType; prot = window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType;
prot['ALIGN_LEFT'] = prot.ALIGN_LEFT; prot['ALIGN_LEFT'] = c_oAscAlignShapeType.ALIGN_LEFT;
prot['ALIGN_RIGHT'] = prot.ALIGN_RIGHT; prot['ALIGN_RIGHT'] = c_oAscAlignShapeType.ALIGN_RIGHT;
prot['ALIGN_TOP'] = prot.ALIGN_TOP; prot['ALIGN_TOP'] = c_oAscAlignShapeType.ALIGN_TOP;
prot['ALIGN_BOTTOM'] = prot.ALIGN_BOTTOM; prot['ALIGN_BOTTOM'] = c_oAscAlignShapeType.ALIGN_BOTTOM;
prot['ALIGN_CENTER'] = prot.ALIGN_CENTER; prot['ALIGN_CENTER'] = c_oAscAlignShapeType.ALIGN_CENTER;
prot['ALIGN_MIDDLE'] = prot.ALIGN_MIDDLE; prot['ALIGN_MIDDLE'] = c_oAscAlignShapeType.ALIGN_MIDDLE;
window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout;
prot = c_oAscTableLayout; prot = window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout;
prot['AutoFit'] = prot.AutoFit; prot['AutoFit'] = c_oAscTableLayout.AutoFit;
prot['Fixed'] = prot.Fixed; prot['Fixed'] = c_oAscTableLayout.Fixed;
window['Asc']['c_oAscSlideTransitionTypes'] = c_oAscSlideTransitionTypes;
prot = c_oAscSlideTransitionTypes; prot = window['Asc']['c_oAscSlideTransitionTypes'] = c_oAscSlideTransitionTypes;
prot['None'] = prot.None; prot['None'] = c_oAscSlideTransitionTypes.None;
prot['Fade'] = prot.Fade; prot['Fade'] = c_oAscSlideTransitionTypes.Fade;
prot['Push'] = prot.Push; prot['Push'] = c_oAscSlideTransitionTypes.Push;
prot['Wipe'] = prot.Wipe; prot['Wipe'] = c_oAscSlideTransitionTypes.Wipe;
prot['Split'] = prot.Split; prot['Split'] = c_oAscSlideTransitionTypes.Split;
prot['UnCover'] = prot.UnCover; prot['UnCover'] = c_oAscSlideTransitionTypes.UnCover;
prot['Cover'] = prot.Cover; prot['Cover'] = c_oAscSlideTransitionTypes.Cover;
prot['Clock'] = prot.Clock; prot['Clock'] = c_oAscSlideTransitionTypes.Clock;
prot['Zoom'] = prot.Zoom; prot['Zoom'] = c_oAscSlideTransitionTypes.Zoom;
window['Asc']['c_oAscSlideTransitionParams'] = c_oAscSlideTransitionParams;
prot = c_oAscSlideTransitionParams; prot = window['Asc']['c_oAscSlideTransitionParams'] = c_oAscSlideTransitionParams;
prot['Fade_Smoothly'] = prot.Fade_Smoothly; prot['Fade_Smoothly'] = c_oAscSlideTransitionParams.Fade_Smoothly;
prot['Fade_Through_Black'] = prot.Fade_Through_Black; prot['Fade_Through_Black'] = c_oAscSlideTransitionParams.Fade_Through_Black;
prot['Param_Left'] = prot.Param_Left; prot['Param_Left'] = c_oAscSlideTransitionParams.Param_Left;
prot['Param_Top'] = prot.Param_Top; prot['Param_Top'] = c_oAscSlideTransitionParams.Param_Top;
prot['Param_Right'] = prot.Param_Right; prot['Param_Right'] = c_oAscSlideTransitionParams.Param_Right;
prot['Param_Bottom'] = prot.Param_Bottom; prot['Param_Bottom'] = c_oAscSlideTransitionParams.Param_Bottom;
prot['Param_TopLeft'] = prot.Param_TopLeft; prot['Param_TopLeft'] = c_oAscSlideTransitionParams.Param_TopLeft;
prot['Param_TopRight'] = prot.Param_TopRight; prot['Param_TopRight'] = c_oAscSlideTransitionParams.Param_TopRight;
prot['Param_BottomLeft'] = prot.Param_BottomLeft; prot['Param_BottomLeft'] = c_oAscSlideTransitionParams.Param_BottomLeft;
prot['Param_BottomRight'] = prot.Param_BottomRight; prot['Param_BottomRight'] = c_oAscSlideTransitionParams.Param_BottomRight;
prot['Split_VerticalIn'] = prot.Split_VerticalIn; prot['Split_VerticalIn'] = c_oAscSlideTransitionParams.Split_VerticalIn;
prot['Split_VerticalOut'] = prot.Split_VerticalOut; prot['Split_VerticalOut'] = c_oAscSlideTransitionParams.Split_VerticalOut;
prot['Split_HorizontalIn'] = prot.Split_HorizontalIn; prot['Split_HorizontalIn'] = c_oAscSlideTransitionParams.Split_HorizontalIn;
prot['Split_HorizontalOut'] = prot.Split_HorizontalOut; prot['Split_HorizontalOut'] = c_oAscSlideTransitionParams.Split_HorizontalOut;
prot['Clock_Clockwise'] = prot.Clock_Clockwise; prot['Clock_Clockwise'] = c_oAscSlideTransitionParams.Clock_Clockwise;
prot['Clock_Counterclockwise'] = prot.Clock_Counterclockwise; prot['Clock_Counterclockwise'] = c_oAscSlideTransitionParams.Clock_Counterclockwise;
prot['Clock_Wedge'] = prot.Clock_Wedge; prot['Clock_Wedge'] = c_oAscSlideTransitionParams.Clock_Wedge;
prot['Zoom_In'] = prot.Zoom_In; prot['Zoom_In'] = c_oAscSlideTransitionParams.Zoom_In;
prot['Zoom_Out'] = prot.Zoom_Out; prot['Zoom_Out'] = c_oAscSlideTransitionParams.Zoom_Out;
prot['Zoom_AndRotate'] = prot.Zoom_AndRotate; prot['Zoom_AndRotate'] = c_oAscSlideTransitionParams.Zoom_AndRotate;
window['AscCommon'] = window['AscCommon'] || {}; window['AscCommon'] = window['AscCommon'] || {};
window['AscCommon'].c_oSerFormat = c_oSerFormat; window['AscCommon'].c_oSerFormat = c_oSerFormat;
......
...@@ -704,140 +704,139 @@ window["flat_desine"] = false; ...@@ -704,140 +704,139 @@ window["flat_desine"] = false;
//------------------------------------------------------------export--------------------------------------------------- //------------------------------------------------------------export---------------------------------------------------
var prot; var prot;
window['Asc'] = window['Asc'] || {}; window['Asc'] = window['Asc'] || {};
window['Asc']['c_oAscWrapStyle2'] = c_oAscWrapStyle2; prot = window['Asc']['c_oAscWrapStyle2'] = c_oAscWrapStyle2;
prot = c_oAscWrapStyle2; prot['Inline'] = c_oAscWrapStyle2.Inline;
prot['Inline'] = prot.Inline; prot['Square'] = c_oAscWrapStyle2.Square;
prot['Square'] = prot.Square; prot['Tight'] = c_oAscWrapStyle2.Tight;
prot['Tight'] = prot.Tight; prot['Through'] = c_oAscWrapStyle2.Through;
prot['Through'] = prot.Through; prot['TopAndBottom'] = c_oAscWrapStyle2.TopAndBottom;
prot['TopAndBottom'] = prot.TopAndBottom; prot['Behind'] = c_oAscWrapStyle2.Behind;
prot['Behind'] = prot.Behind; prot['InFront'] = c_oAscWrapStyle2.InFront;
prot['InFront'] = prot.InFront;
window['Asc']['c_oAscContextMenuTypes'] = window['Asc'].c_oAscContextMenuTypes = c_oAscContextMenuTypes; prot = window['Asc']['c_oAscContextMenuTypes'] = window['Asc'].c_oAscContextMenuTypes = c_oAscContextMenuTypes;
prot = c_oAscContextMenuTypes; prot['Common'] = c_oAscContextMenuTypes.Common;
prot['Common'] = prot.Common; prot['ChangeHdrFtr'] = c_oAscContextMenuTypes.ChangeHdrFtr;
prot['ChangeHdrFtr'] = prot.ChangeHdrFtr;
window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType; prot = window['Asc']['c_oAscCollaborativeMarksShowType'] = c_oAscCollaborativeMarksShowType;
prot = c_oAscCollaborativeMarksShowType; prot['None'] = c_oAscCollaborativeMarksShowType.None;
prot['None'] = prot.None; prot['All'] = c_oAscCollaborativeMarksShowType.All;
prot['All'] = prot.All; prot['LastChanges'] = c_oAscCollaborativeMarksShowType.LastChanges;
prot['LastChanges'] = prot.LastChanges;
window['Asc']['c_oAscAlignH'] = c_oAscAlignH; prot = window['Asc']['c_oAscAlignH'] = c_oAscAlignH;
prot = c_oAscAlignH; prot['Center'] = c_oAscAlignH.Center;
prot['Center'] = prot.Center; prot['Inside'] = c_oAscAlignH.Inside;
prot['Inside'] = prot.Inside; prot['Left'] = c_oAscAlignH.Left;
prot['Left'] = prot.Left; prot['Outside'] = c_oAscAlignH.Outside;
prot['Outside'] = prot.Outside; prot['Right'] = c_oAscAlignH.Right;
prot['Right'] = prot.Right;
window['Asc']['c_oAscAlignV'] = c_oAscAlignV; prot = window['Asc']['c_oAscAlignV'] = c_oAscAlignV;
prot = c_oAscAlignV; prot['Bottom'] = c_oAscAlignV.Bottom;
prot['Bottom'] = prot.Bottom; prot['Center'] = c_oAscAlignV.Center;
prot['Center'] = prot.Center; prot['Inside'] = c_oAscAlignV.Inside;
prot['Inside'] = prot.Inside; prot['Outside'] = c_oAscAlignV.Outside;
prot['Outside'] = prot.Outside; prot['Top'] = c_oAscAlignV.Top;
prot['Top'] = prot.Top;
window['Asc']['c_oAscChangeLevel'] = c_oAscChangeLevel; prot = window['Asc']['c_oAscChangeLevel'] = c_oAscChangeLevel;
prot = c_oAscChangeLevel; prot['BringToFront'] = c_oAscChangeLevel.BringToFront;
prot['BringToFront'] = prot.BringToFront; prot['BringForward'] = c_oAscChangeLevel.BringForward;
prot['BringForward'] = prot.BringForward; prot['SendToBack'] = c_oAscChangeLevel.SendToBack;
prot['SendToBack'] = prot.SendToBack; prot['BringBackward'] = c_oAscChangeLevel.BringBackward;
prot['BringBackward'] = prot.BringBackward;
window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc; prot = window['Asc']['c_oAscVertAlignJc'] = c_oAscVertAlignJc;
prot = c_oAscVertAlignJc; prot['Top'] = c_oAscVertAlignJc.Top;
prot['Top'] = prot.Top; prot['Center'] = c_oAscVertAlignJc.Center;
prot['Center'] = prot.Center; prot['Bottom'] = c_oAscVertAlignJc.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout; prot = window['Asc']['c_oAscTableLayout'] = c_oAscTableLayout;
prot = c_oAscTableLayout; prot['AutoFit'] = c_oAscTableLayout.AutoFit;
prot['AutoFit'] = prot.AutoFit; prot['Fixed'] = c_oAscTableLayout.Fixed;
prot['Fixed'] = prot.Fixed;
window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType; prot = window['Asc']['c_oAscAlignShapeType'] = c_oAscAlignShapeType;
prot = c_oAscAlignShapeType; prot['ALIGN_LEFT'] = c_oAscAlignShapeType.ALIGN_LEFT;
prot['ALIGN_LEFT'] = prot.ALIGN_LEFT; prot['ALIGN_RIGHT'] = c_oAscAlignShapeType.ALIGN_RIGHT;
prot['ALIGN_RIGHT'] = prot.ALIGN_RIGHT; prot['ALIGN_TOP'] = c_oAscAlignShapeType.ALIGN_TOP;
prot['ALIGN_TOP'] = prot.ALIGN_TOP; prot['ALIGN_BOTTOM'] = c_oAscAlignShapeType.ALIGN_BOTTOM;
prot['ALIGN_BOTTOM'] = prot.ALIGN_BOTTOM; prot['ALIGN_CENTER'] = c_oAscAlignShapeType.ALIGN_CENTER;
prot['ALIGN_CENTER'] = prot.ALIGN_CENTER; prot['ALIGN_MIDDLE'] = c_oAscAlignShapeType.ALIGN_MIDDLE;
prot['ALIGN_MIDDLE'] = prot.ALIGN_MIDDLE;
window['Asc']['c_oAscSectionBreakType'] = c_oAscSectionBreakType; prot = window['Asc']['c_oAscSectionBreakType'] = c_oAscSectionBreakType;
prot = c_oAscSectionBreakType; prot['NextPage'] = c_oAscSectionBreakType.NextPage;
prot['NextPage'] = prot.NextPage; prot['OddPage'] = c_oAscSectionBreakType.OddPage;
prot['OddPage'] = prot.OddPage; prot['EvenPage'] = c_oAscSectionBreakType.EvenPage;
prot['EvenPage'] = prot.EvenPage; prot['Continuous'] = c_oAscSectionBreakType.Continuous;
prot['Continuous'] = prot.Continuous; prot['Column'] = c_oAscSectionBreakType.Column;
prot['Column'] = prot.Column;
window['Asc']['c_oAscMathInterfaceType'] = c_oAscMathInterfaceType; prot = window['Asc']['c_oAscMathInterfaceType'] = c_oAscMathInterfaceType;
prot = c_oAscMathInterfaceType; prot['Common'] = c_oAscMathInterfaceType.Common;
prot['Common'] = prot.Common; prot['Fraction'] = c_oAscMathInterfaceType.Fraction;
prot['Fraction'] = prot.Fraction; prot['Script'] = c_oAscMathInterfaceType.Script;
prot['Script'] = prot.Script; prot['Radical'] = c_oAscMathInterfaceType.Radical;
prot['Radical'] = prot.Radical; prot['LargeOperator'] = c_oAscMathInterfaceType.LargeOperator;
prot['LargeOperator'] = prot.LargeOperator; prot['Delimiter'] = c_oAscMathInterfaceType.Delimiter;
prot['Delimiter'] = prot.Delimiter; prot['Function'] = c_oAscMathInterfaceType.Function;
prot['Function'] = prot.Function; prot['Accent'] = c_oAscMathInterfaceType.Accent;
prot['Accent'] = prot.Accent; prot['BorderBox'] = c_oAscMathInterfaceType.BorderBox;
prot['BorderBox'] = prot.BorderBox; prot['Bar'] = c_oAscMathInterfaceType.Bar;
prot['Bar'] = prot.Bar; prot['Limit'] = c_oAscMathInterfaceType.Limit;
prot['Limit'] = prot.Limit; prot['GroupChar'] = c_oAscMathInterfaceType.GroupChar;
prot['GroupChar'] = prot.GroupChar; prot['Matrix'] = c_oAscMathInterfaceType.Matrix;
prot['Matrix'] = prot.Matrix; prot['EqArray'] = c_oAscMathInterfaceType.EqArray;
prot['EqArray'] = prot.EqArray; prot['Phantom'] = c_oAscMathInterfaceType.Phantom;
prot['Phantom'] = prot.Phantom;
window['Asc']['c_oAscMathInterfaceBarPos'] = c_oAscMathInterfaceBarPos; prot = window['Asc']['c_oAscMathInterfaceBarPos'] = c_oAscMathInterfaceBarPos;
prot = c_oAscMathInterfaceBarPos; prot['Top'] = c_oAscMathInterfaceBarPos.Top;
prot['Top'] = prot.Top; prot['Bottom'] = c_oAscMathInterfaceBarPos.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceScript'] = c_oAscMathInterfaceScript; prot = window['Asc']['c_oAscMathInterfaceScript'] = c_oAscMathInterfaceScript;
prot = c_oAscMathInterfaceScript; prot['None'] = c_oAscMathInterfaceScript.None;
prot['None'] = prot.None; prot['Sup'] = c_oAscMathInterfaceScript.Sup;
prot['Sup'] = prot.Sup; prot['Sub'] = c_oAscMathInterfaceScript.Sub;
prot['Sub'] = prot.Sub; prot['SubSup'] = c_oAscMathInterfaceScript.SubSup;
prot['SubSup'] = prot.SubSup; prot['PreSubSup'] = c_oAscMathInterfaceScript.PreSubSup;
prot['PreSubSup'] = prot.PreSubSup;
window['Asc']['c_oAscMathInterfaceFraction'] = c_oAscMathInterfaceFraction; prot = window['Asc']['c_oAscMathInterfaceFraction'] = c_oAscMathInterfaceFraction;
prot = c_oAscMathInterfaceFraction; prot['None'] = c_oAscMathInterfaceFraction.Bar;
prot['None'] = prot.Bar; prot['Skewed'] = c_oAscMathInterfaceFraction.Skewed;
prot['Skewed'] = prot.Skewed; prot['Linear'] = c_oAscMathInterfaceFraction.Linear;
prot['Linear'] = prot.Linear; prot['NoBar'] = c_oAscMathInterfaceFraction.NoBar;
prot['NoBar'] = prot.NoBar;
window['Asc']['c_oAscMathInterfaceLimitPos'] = c_oAscMathInterfaceLimitPos; prot = window['Asc']['c_oAscMathInterfaceLimitPos'] = c_oAscMathInterfaceLimitPos;
prot = c_oAscMathInterfaceLimitPos; prot['None'] = c_oAscMathInterfaceLimitPos.None;
prot['None'] = prot.None; prot['Top'] = c_oAscMathInterfaceLimitPos.Top;
prot['Top'] = prot.Top; prot['Bottom'] = c_oAscMathInterfaceLimitPos.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceMatrixMatrixAlign'] = c_oAscMathInterfaceMatrixMatrixAlign; prot = window['Asc']['c_oAscMathInterfaceMatrixMatrixAlign'] = c_oAscMathInterfaceMatrixMatrixAlign;
prot = c_oAscMathInterfaceMatrixMatrixAlign; prot['Top'] = c_oAscMathInterfaceMatrixMatrixAlign.Top;
prot['Top'] = prot.Top; prot['Center'] = c_oAscMathInterfaceMatrixMatrixAlign.Center;
prot['Center'] = prot.Center; prot['Bottom'] = c_oAscMathInterfaceMatrixMatrixAlign.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceMatrixColumnAlign'] = c_oAscMathInterfaceMatrixColumnAlign; prot = window['Asc']['c_oAscMathInterfaceMatrixColumnAlign'] = c_oAscMathInterfaceMatrixColumnAlign;
prot = c_oAscMathInterfaceMatrixColumnAlign; prot['Left'] = c_oAscMathInterfaceMatrixColumnAlign.Left;
prot['Left'] = prot.Left; prot['Center'] = c_oAscMathInterfaceMatrixColumnAlign.Center;
prot['Center'] = prot.Center; prot['Right'] = c_oAscMathInterfaceMatrixColumnAlign.Right;
prot['Right'] = prot.Right;
window['Asc']['c_oAscMathInterfaceEqArrayAlign'] = c_oAscMathInterfaceEqArrayAlign; prot = window['Asc']['c_oAscMathInterfaceEqArrayAlign'] = c_oAscMathInterfaceEqArrayAlign;
prot = c_oAscMathInterfaceEqArrayAlign; prot['Top'] = c_oAscMathInterfaceEqArrayAlign.Top;
prot['Top'] = prot.Top; prot['Center'] = c_oAscMathInterfaceEqArrayAlign.Center;
prot['Center'] = prot.Center; prot['Bottom'] = c_oAscMathInterfaceEqArrayAlign.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscMathInterfaceNaryLimitLocation'] = c_oAscMathInterfaceNaryLimitLocation; prot = window['Asc']['c_oAscMathInterfaceNaryLimitLocation'] = c_oAscMathInterfaceNaryLimitLocation;
prot = c_oAscMathInterfaceNaryLimitLocation; prot['UndOvr'] = c_oAscMathInterfaceNaryLimitLocation.UndOvr;
prot['UndOvr'] = prot.UndOvr; prot['SubSup'] = c_oAscMathInterfaceNaryLimitLocation.SubSup;
prot['SubSup'] = prot.SubSup;
window['Asc']['c_oAscMathInterfaceGroupCharPos'] = c_oAscMathInterfaceGroupCharPos; prot = window['Asc']['c_oAscMathInterfaceGroupCharPos'] = c_oAscMathInterfaceGroupCharPos;
prot = c_oAscMathInterfaceGroupCharPos; prot['None'] = c_oAscMathInterfaceGroupCharPos.None;
prot['None'] = prot.None; prot['Top'] = c_oAscMathInterfaceGroupCharPos.Top;
prot['Top'] = prot.Top; prot['Bottom'] = c_oAscMathInterfaceGroupCharPos.Bottom;
prot['Bottom'] = prot.Bottom;
window['Asc']['c_oAscRevisionsChangeType'] = c_oAscRevisionsChangeType; prot = window['Asc']['c_oAscRevisionsChangeType'] = c_oAscRevisionsChangeType;
prot = c_oAscRevisionsChangeType; prot['Unknown'] = c_oAscRevisionsChangeType.Unknown;
prot['Unknown'] = prot.Unknown; prot['TextAdd'] = c_oAscRevisionsChangeType.TextAdd;
prot['TextAdd'] = prot.TextAdd; prot['TextRem'] = c_oAscRevisionsChangeType.TextRem;
prot['TextRem'] = prot.TextRem; prot['ParaAdd'] = c_oAscRevisionsChangeType.ParaAdd;
prot['ParaAdd'] = prot.ParaAdd; prot['ParaRem'] = c_oAscRevisionsChangeType.ParaRem;
prot['ParaRem'] = prot.ParaRem; prot['TextPr'] = c_oAscRevisionsChangeType.TextPr;
prot['TextPr'] = prot.TextPr; prot['ParaPr'] = c_oAscRevisionsChangeType.ParaPr;
prot['ParaPr'] = prot.ParaPr;
window['AscCommon'] = window['AscCommon'] || {}; window['AscCommon'] = window['AscCommon'] || {};
window['AscCommon'].c_oSerFormat = c_oSerFormat; window['AscCommon'].c_oSerFormat = c_oSerFormat;
......
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