Commit 515adc5c authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

В экспорт добавлены недостающие функции из апи для работы с рецензированием.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66082 954022d7-b5bf-4e40-9824-e11837661b57
parent a32982db
...@@ -12,7 +12,7 @@ asc_docs_api.prototype.asc_SetTrackRevisions = function(bTrack) ...@@ -12,7 +12,7 @@ asc_docs_api.prototype.asc_SetTrackRevisions = function(bTrack)
{ {
return this.WordControl.m_oLogicDocument.Set_TrackRevisions(bTrack); return this.WordControl.m_oLogicDocument.Set_TrackRevisions(bTrack);
}; };
asc_docs_api.prototype.asc_IsTrackResivisions = function() asc_docs_api.prototype.asc_IsTrackRevisions = function()
{ {
return this.WordControl.m_oLogicDocument.Is_TrackRevisions(); return this.WordControl.m_oLogicDocument.Is_TrackRevisions();
}; };
......
...@@ -6948,7 +6948,7 @@ asc_docs_api.prototype.asc_IsDefaultStyleChanged = function(sName){return false; ...@@ -6948,7 +6948,7 @@ asc_docs_api.prototype.asc_IsDefaultStyleChanged = function(sName){return false;
// Работаем с рецензированием // Работаем с рецензированием
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
asc_docs_api.prototype.asc_SetTrackRevisions = function(bTrack){}; asc_docs_api.prototype.asc_SetTrackRevisions = function(bTrack){};
asc_docs_api.prototype.asc_IsTrackResivisions = function(){return false;}; asc_docs_api.prototype.asc_IsTrackRevisions = function(){return false;};
asc_docs_api.prototype.sync_BeginCatchRevisionsChanges = function(){}; asc_docs_api.prototype.sync_BeginCatchRevisionsChanges = function(){};
asc_docs_api.prototype.sync_EndCatchRevisionsChanges = function(){}; asc_docs_api.prototype.sync_EndCatchRevisionsChanges = function(){};
asc_docs_api.prototype.sync_AddRevisionsChange = function(Change){}; asc_docs_api.prototype.sync_AddRevisionsChange = function(Change){};
......
...@@ -527,18 +527,26 @@ asc_docs_api.prototype['asc_RemoveAllCustomStyles'] = asc_docs_api.prototype.asc ...@@ -527,18 +527,26 @@ asc_docs_api.prototype['asc_RemoveAllCustomStyles'] = asc_docs_api.prototype.asc
asc_docs_api.prototype['asc_IsStyleDefault'] = asc_docs_api.prototype.asc_IsStyleDefault; asc_docs_api.prototype['asc_IsStyleDefault'] = asc_docs_api.prototype.asc_IsStyleDefault;
asc_docs_api.prototype['asc_IsDefaultStyleChanged'] = asc_docs_api.prototype.asc_IsDefaultStyleChanged; asc_docs_api.prototype['asc_IsDefaultStyleChanged'] = asc_docs_api.prototype.asc_IsDefaultStyleChanged;
asc_docs_api.prototype['asc_SetTrackRevisions'] = asc_docs_api.prototype.asc_SetTrackRevisions; asc_docs_api.prototype['asc_SetTrackRevisions'] = asc_docs_api.prototype.asc_SetTrackRevisions;
asc_docs_api.prototype['asc_IsTrackResivisions'] = asc_docs_api.prototype.asc_IsTrackResivisions; asc_docs_api.prototype['asc_IsTrackRevisions'] = asc_docs_api.prototype.asc_IsTrackRevisions;
asc_docs_api.prototype['sync_BeginCatchRevisionsChanges'] = asc_docs_api.prototype.sync_BeginCatchRevisionsChanges; asc_docs_api.prototype['sync_BeginCatchRevisionsChanges'] = asc_docs_api.prototype.sync_BeginCatchRevisionsChanges;
asc_docs_api.prototype['sync_EndCatchRevisionsChanges'] = asc_docs_api.prototype.sync_EndCatchRevisionsChanges; asc_docs_api.prototype['sync_EndCatchRevisionsChanges'] = asc_docs_api.prototype.sync_EndCatchRevisionsChanges;
asc_docs_api.prototype['sync_AddRevisionsChange'] = asc_docs_api.prototype.sync_AddRevisionsChange; asc_docs_api.prototype['sync_AddRevisionsChange'] = asc_docs_api.prototype.sync_AddRevisionsChange;
asc_docs_api.prototype['asc_AcceptChanges'] = asc_docs_api.prototype.asc_AcceptChanges; asc_docs_api.prototype['asc_AcceptChanges'] = asc_docs_api.prototype.asc_AcceptChanges;
asc_docs_api.prototype['asc_RejectChanges'] = asc_docs_api.prototype.asc_RejectChanges; asc_docs_api.prototype['asc_RejectChanges'] = asc_docs_api.prototype.asc_RejectChanges;
asc_docs_api.prototype['asc_HaveRevisionsChanges'] = asc_docs_api.prototype.asc_HaveRevisionsChanges;
asc_docs_api.prototype['asc_HaveNewRevisionsChanges'] = asc_docs_api.prototype.asc_HaveNewRevisionsChanges;
asc_docs_api.prototype['asc_GetNextRevisionsChange'] = asc_docs_api.prototype.asc_GetNextRevisionsChange;
asc_docs_api.prototype['asc_GetPrevRevisionsChange'] = asc_docs_api.prototype.asc_GetPrevRevisionsChange;
asc_docs_api.prototype['sync_UpdateRevisionsChangesPosition'] = asc_docs_api.prototype.sync_UpdateRevisionsChangesPosition;
asc_docs_api.prototype['asc_AcceptAllChanges'] = asc_docs_api.prototype.asc_AcceptAllChanges;
asc_docs_api.prototype['asc_RejectAllChanges'] = asc_docs_api.prototype.asc_RejectAllChanges;
asc_docs_api.prototype['asc_stopSaving'] = asc_docs_api.prototype.asc_stopSaving; asc_docs_api.prototype['asc_stopSaving'] = asc_docs_api.prototype.asc_stopSaving;
asc_docs_api.prototype['asc_continueSaving'] = asc_docs_api.prototype.asc_continueSaving; asc_docs_api.prototype['asc_continueSaving'] = asc_docs_api.prototype.asc_continueSaving;
asc_docs_api.prototype['asc_showRevision'] = asc_docs_api.prototype.asc_showRevision; asc_docs_api.prototype['asc_showRevision'] = asc_docs_api.prototype.asc_showRevision;
asc_docs_api.prototype['asc_undoAllChanges'] = asc_docs_api.prototype.asc_undoAllChanges; asc_docs_api.prototype['asc_undoAllChanges'] = asc_docs_api.prototype.asc_undoAllChanges;
asc_docs_api.prototype['asc_CloseFile'] = asc_docs_api.prototype.asc_CloseFile; asc_docs_api.prototype['asc_CloseFile'] = asc_docs_api.prototype.asc_CloseFile;
asc_docs_api.prototype['asc_addComment'] = asc_docs_api.prototype.asc_addComment; asc_docs_api.prototype['asc_addComment'] = asc_docs_api.prototype.asc_addComment;
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;
......
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