Commit f503c1a7 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1104) from svn rev: HEAD

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49588 954022d7-b5bf-4e40-9824-e11837661b57
parent 43b31370
...@@ -139,6 +139,8 @@ prop:put_KeepLines ...@@ -139,6 +139,8 @@ prop:put_KeepLines
prop:put_AddSpaceBetweenPrg prop:put_AddSpaceBetweenPrg
prop:put_ShapeFillColor prop:put_ShapeFillColor
prop:ShapeApply prop:ShapeApply
prop:setStartPointHistory
prop:setEndPointHistory
prop:SetSlideProps prop:SetSlideProps
prop:put_LineCap prop:put_LineCap
prop:put_LineJoin prop:put_LineJoin
...@@ -1132,6 +1134,8 @@ asc_docs_api.prototype['put_KeepLines'] = asc_docs_api.prototype.put_KeepLines; ...@@ -1132,6 +1134,8 @@ asc_docs_api.prototype['put_KeepLines'] = asc_docs_api.prototype.put_KeepLines;
asc_docs_api.prototype['put_AddSpaceBetweenPrg'] = asc_docs_api.prototype.put_AddSpaceBetweenPrg; asc_docs_api.prototype['put_AddSpaceBetweenPrg'] = asc_docs_api.prototype.put_AddSpaceBetweenPrg;
asc_docs_api.prototype['put_ShapeFillColor'] = asc_docs_api.prototype.put_ShapeFillColor; asc_docs_api.prototype['put_ShapeFillColor'] = asc_docs_api.prototype.put_ShapeFillColor;
asc_docs_api.prototype['ShapeApply'] = asc_docs_api.prototype.ShapeApply; asc_docs_api.prototype['ShapeApply'] = asc_docs_api.prototype.ShapeApply;
asc_docs_api.prototype['setStartPointHistory'] = asc_docs_api.prototype.setStartPointHistory;
asc_docs_api.prototype['setEndPointHistory'] = asc_docs_api.prototype.setEndPointHistory;
asc_docs_api.prototype['SetSlideProps'] = asc_docs_api.prototype.SetSlideProps; asc_docs_api.prototype['SetSlideProps'] = asc_docs_api.prototype.SetSlideProps;
asc_docs_api.prototype['put_LineCap'] = asc_docs_api.prototype.put_LineCap; asc_docs_api.prototype['put_LineCap'] = asc_docs_api.prototype.put_LineCap;
asc_docs_api.prototype['put_LineJoin'] = asc_docs_api.prototype.put_LineJoin; asc_docs_api.prototype['put_LineJoin'] = asc_docs_api.prototype.put_LineJoin;
......
This diff is collapsed.
This diff is collapsed.
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