Commit 3e34c126 authored by Alexander.Trofimov's avatar Alexander.Trofimov

export c_oAscBorderStyles

parent c488fae3
...@@ -865,9 +865,6 @@ ...@@ -865,9 +865,6 @@
}; };
/** @enum {number} */ /** @enum {number} */
var c_oAscMathInterfaceBarPos = { var c_oAscMathInterfaceBarPos = {
Top : 0, Top : 0,
...@@ -912,8 +909,6 @@ ...@@ -912,8 +909,6 @@
Right : 2 Right : 2
}; };
/** @enum {number} */ /** @enum {number} */
var c_oAscMathInterfaceEqArrayAlign = { var c_oAscMathInterfaceEqArrayAlign = {
Top : 0, Top : 0,
...@@ -921,7 +916,6 @@ ...@@ -921,7 +916,6 @@
Bottom : 2 Bottom : 2
}; };
/** @enum {number} */ /** @enum {number} */
var c_oAscMathInterfaceNaryLimitLocation = { var c_oAscMathInterfaceNaryLimitLocation = {
UndOvr : 0, UndOvr : 0,
...@@ -935,7 +929,6 @@ ...@@ -935,7 +929,6 @@
Bottom : 1 Bottom : 1
}; };
var c_oAscEncodings = [ var c_oAscEncodings = [
[0, 28596, "ISO-8859-6", "Arabic (ISO 8859-6)"], [0, 28596, "ISO-8859-6", "Arabic (ISO 8859-6)"],
[1, 720, "DOS-720", "Arabic (OEM 720)"], [1, 720, "DOS-720", "Arabic (OEM 720)"],
...@@ -1420,6 +1413,22 @@ ...@@ -1420,6 +1413,22 @@
prot['Page'] = prot.Page; prot['Page'] = prot.Page;
prot['Paragraph'] = prot.Paragraph; prot['Paragraph'] = prot.Paragraph;
prot['TopMargin'] = prot.TopMargin; prot['TopMargin'] = prot.TopMargin;
window['Asc']['c_oAscPageOrientation'] = window['AscCommon'].c_oAscBorderStyles = c_oAscBorderStyles;
prot = c_oAscPageOrientation;
prot['None'] = prot.None;
prot['Double'] = prot.Double;
prot['Hair'] = prot.Hair;
prot['DashDotDot'] = prot.DashDotDot;
prot['DashDot'] = prot.DashDot;
prot['Dotted'] = prot.Dotted;
prot['Dashed'] = prot.Dashed;
prot['Thin'] = prot.Thin;
prot['MediumDashDotDot'] = prot.MediumDashDotDot;
prot['SlantDashDot'] = prot.SlantDashDot;
prot['MediumDashDot'] = prot.MediumDashDot;
prot['MediumDashed'] = prot.MediumDashed;
prot['Medium'] = prot.Medium;
prot['Thick'] = prot.Thick;
window['Asc']['c_oAscPageOrientation'] = window['Asc'].c_oAscPageOrientation = c_oAscPageOrientation; window['Asc']['c_oAscPageOrientation'] = window['Asc'].c_oAscPageOrientation = c_oAscPageOrientation;
prot = c_oAscPageOrientation; prot = c_oAscPageOrientation;
prot['PagePortrait'] = prot.PagePortrait; prot['PagePortrait'] = prot.PagePortrait;
...@@ -1641,7 +1650,6 @@ ...@@ -1641,7 +1650,6 @@
window["AscCommon"].c_oAscSizeRelFromV = c_oAscSizeRelFromV; window["AscCommon"].c_oAscSizeRelFromV = c_oAscSizeRelFromV;
window["AscCommon"].c_oAscWrapStyle = c_oAscWrapStyle; window["AscCommon"].c_oAscWrapStyle = c_oAscWrapStyle;
window["AscCommon"].c_oAscBorderWidth = c_oAscBorderWidth; window["AscCommon"].c_oAscBorderWidth = c_oAscBorderWidth;
window["AscCommon"].c_oAscBorderStyles = c_oAscBorderStyles;
window["AscCommon"].c_oAscBorderType = c_oAscBorderType; window["AscCommon"].c_oAscBorderType = c_oAscBorderType;
window["AscCommon"].c_oAscLockTypes = c_oAscLockTypes; window["AscCommon"].c_oAscLockTypes = c_oAscLockTypes;
window["AscCommon"].c_oAscFormatPainterState = c_oAscFormatPainterState; window["AscCommon"].c_oAscFormatPainterState = c_oAscFormatPainterState;
......
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