Commit e6b31460 authored by Oleg Korshul's avatar Oleg Korshul

new rules for export enums

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