Commit 8131ee96 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Копирование из excel правка для бордеров

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51633 954022d7-b5bf-4e40-9824-e11837661b57
parent ef6a61a3
......@@ -649,7 +649,6 @@ BorderProp.prototype = {
case c_oAscBorderStyles.MediumDashDot:
case c_oAscBorderStyles.MediumDashDotDot:
case c_oAscBorderStyles.MediumDashed:
case c_oAscBorderStyles.None:
case c_oAscBorderStyles.SlantDashDot:
this.w = c_oAscBorderWidth.Medium;
break;
......
......@@ -1191,8 +1191,10 @@
res = c_oAscBorderStyles.Thin;
else if (1 < nBorderWidth && nBorderWidth <= 2)
res = c_oAscBorderStyles.Medium;
else
else if (2 < nBorderWidth && nBorderWidth <= 3)
res = c_oAscBorderStyles.Thick;
else
res = c_oAscBorderStyles.None;
break;
case "dashed":
if (0 < nBorderWidth && nBorderWidth <= 1)
......
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