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

Version: 1.1 (build:1193) from svn rev: 50646

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50650 954022d7-b5bf-4e40-9824-e11837661b57
parent 1620ff6e
...@@ -545,6 +545,7 @@ prop:OfflineAppDocumentStartLoad ...@@ -545,6 +545,7 @@ prop:OfflineAppDocumentStartLoad
prop:OfflineAppDocumentEndLoad prop:OfflineAppDocumentEndLoad
prop:SetDrawImagePlaceParagraph prop:SetDrawImagePlaceParagraph
prop:asc_setCoAuthoringEnable prop:asc_setCoAuthoringEnable
prop:_StartTracking
prop:asc_getChartObject prop:asc_getChartObject
prop:asc_addChartDrawingObject prop:asc_addChartDrawingObject
prop:asc_editChartDrawingObject prop:asc_editChartDrawingObject
...@@ -922,6 +923,8 @@ var:_onSpellCheck_Callback2 ...@@ -922,6 +923,8 @@ var:_onSpellCheck_Callback2
--- ---
var:sendCommand var:sendCommand
--- ---
var:sendTrack
---
var:_downloadAs var:_downloadAs
--- ---
var:_addImageUrl2 var:_addImageUrl2
...@@ -1620,6 +1623,7 @@ asc_docs_api.prototype['OfflineAppDocumentStartLoad'] = asc_docs_api.prototype.O ...@@ -1620,6 +1623,7 @@ asc_docs_api.prototype['OfflineAppDocumentStartLoad'] = asc_docs_api.prototype.O
asc_docs_api.prototype['OfflineAppDocumentEndLoad'] = asc_docs_api.prototype.OfflineAppDocumentEndLoad; asc_docs_api.prototype['OfflineAppDocumentEndLoad'] = asc_docs_api.prototype.OfflineAppDocumentEndLoad;
asc_docs_api.prototype['SetDrawImagePlaceParagraph'] = asc_docs_api.prototype.SetDrawImagePlaceParagraph; asc_docs_api.prototype['SetDrawImagePlaceParagraph'] = asc_docs_api.prototype.SetDrawImagePlaceParagraph;
asc_docs_api.prototype['asc_setCoAuthoringEnable'] = asc_docs_api.prototype.asc_setCoAuthoringEnable; asc_docs_api.prototype['asc_setCoAuthoringEnable'] = asc_docs_api.prototype.asc_setCoAuthoringEnable;
asc_docs_api.prototype['_StartTracking'] = asc_docs_api.prototype._StartTracking;
asc_docs_api.prototype['asc_getChartObject'] = asc_docs_api.prototype.asc_getChartObject; asc_docs_api.prototype['asc_getChartObject'] = asc_docs_api.prototype.asc_getChartObject;
asc_docs_api.prototype['asc_addChartDrawingObject'] = asc_docs_api.prototype.asc_addChartDrawingObject; asc_docs_api.prototype['asc_addChartDrawingObject'] = asc_docs_api.prototype.asc_addChartDrawingObject;
asc_docs_api.prototype['asc_editChartDrawingObject'] = asc_docs_api.prototype.asc_editChartDrawingObject; asc_docs_api.prototype['asc_editChartDrawingObject'] = asc_docs_api.prototype.asc_editChartDrawingObject;
...@@ -1963,6 +1967,7 @@ window['getURLParameter'] = getURLParameter; ...@@ -1963,6 +1967,7 @@ window['getURLParameter'] = getURLParameter;
window['spellCheck'] = spellCheck; window['spellCheck'] = spellCheck;
window['_onSpellCheck_Callback2'] = _onSpellCheck_Callback2; window['_onSpellCheck_Callback2'] = _onSpellCheck_Callback2;
window['sendCommand'] = sendCommand; window['sendCommand'] = sendCommand;
window['sendTrack'] = sendTrack;
window['_downloadAs'] = _downloadAs; window['_downloadAs'] = _downloadAs;
window['_addImageUrl2'] = _addImageUrl2; window['_addImageUrl2'] = _addImageUrl2;
window['_isDocumentModified2'] = _isDocumentModified2; window['_isDocumentModified2'] = _isDocumentModified2;
......
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