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

Version: 1.1 (build:1324) from svn rev: 52329

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52334 954022d7-b5bf-4e40-9824-e11837661b57
parent 0dab7daa
...@@ -410,6 +410,8 @@ var:CChatMessage ...@@ -410,6 +410,8 @@ var:CChatMessage
prop:get_UserId prop:get_UserId
prop:get_Message prop:get_Message
--- ---
var:safe_Apply_Changes
---
var:asc_CCommentData var:asc_CCommentData
prop:asc_getText prop:asc_getText
prop:asc_putText prop:asc_putText
...@@ -517,15 +519,6 @@ var:CAscTexture ...@@ -517,15 +519,6 @@ var:CAscTexture
prop:get_id prop:get_id
prop:get_image prop:get_image
--- ---
var:CColor
prop:get_r
prop:put_r
prop:get_g
prop:put_g
prop:get_b
prop:put_b
prop:get_hex
---
var:CAscColor var:CAscColor
prop:get_r prop:get_r
prop:put_r prop:put_r
...@@ -1554,6 +1547,7 @@ asc_docs_api.prototype['sync_ContextMenuCallback'] = asc_docs_api.prototype.sync ...@@ -1554,6 +1547,7 @@ asc_docs_api.prototype['sync_ContextMenuCallback'] = asc_docs_api.prototype.sync
window['CChatMessage'] = CChatMessage; window['CChatMessage'] = CChatMessage;
CChatMessage.prototype['get_UserId'] = CChatMessage.prototype.get_UserId; CChatMessage.prototype['get_UserId'] = CChatMessage.prototype.get_UserId;
CChatMessage.prototype['get_Message'] = CChatMessage.prototype.get_Message; CChatMessage.prototype['get_Message'] = CChatMessage.prototype.get_Message;
window['safe_Apply_Changes'] = safe_Apply_Changes;
window['asc_CCommentData'] = asc_CCommentData; window['asc_CCommentData'] = asc_CCommentData;
asc_CCommentData.prototype['asc_getText'] = asc_CCommentData.prototype.asc_getText; asc_CCommentData.prototype['asc_getText'] = asc_CCommentData.prototype.asc_getText;
asc_CCommentData.prototype['asc_putText'] = asc_CCommentData.prototype.asc_putText; asc_CCommentData.prototype['asc_putText'] = asc_CCommentData.prototype.asc_putText;
...@@ -1646,14 +1640,6 @@ CAscSlideTiming.prototype['Read_FromBinary2'] = CAscSlideTiming.prototype.Read_F ...@@ -1646,14 +1640,6 @@ CAscSlideTiming.prototype['Read_FromBinary2'] = CAscSlideTiming.prototype.Read_F
window['CAscTexture'] = CAscTexture; window['CAscTexture'] = CAscTexture;
CAscTexture.prototype['get_id'] = CAscTexture.prototype.get_id; CAscTexture.prototype['get_id'] = CAscTexture.prototype.get_id;
CAscTexture.prototype['get_image'] = CAscTexture.prototype.get_image; CAscTexture.prototype['get_image'] = CAscTexture.prototype.get_image;
window['CColor'] = CColor;
CColor.prototype['get_r'] = CColor.prototype.get_r;
CColor.prototype['put_r'] = CColor.prototype.put_r;
CColor.prototype['get_g'] = CColor.prototype.get_g;
CColor.prototype['put_g'] = CColor.prototype.put_g;
CColor.prototype['get_b'] = CColor.prototype.get_b;
CColor.prototype['put_b'] = CColor.prototype.put_b;
CColor.prototype['get_hex'] = CColor.prototype.get_hex;
window['CAscColor'] = CAscColor; window['CAscColor'] = CAscColor;
CAscColor.prototype['get_r'] = CAscColor.prototype.get_r; CAscColor.prototype['get_r'] = CAscColor.prototype.get_r;
CAscColor.prototype['put_r'] = CAscColor.prototype.put_r; CAscColor.prototype['put_r'] = CAscColor.prototype.put_r;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
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