Commit 5941fd0b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

delete appBridge

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66222 954022d7-b5bf-4e40-9824-e11837661b57
parent 07a3b3e8
...@@ -489,11 +489,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -489,11 +489,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
return; return;
} }
if (undefined != window['appBridge']) {
window['appBridge']['dummyCommandDownloadAs'](); // TEST
return;
}
this._asc_downloadAs(typeFile, c_oAscAsyncAction.DownloadAs, {downloadType: bIsDownloadEvent ? 'asc_onDownloadUrl': null}); this._asc_downloadAs(typeFile, c_oAscAsyncAction.DownloadAs, {downloadType: bIsDownloadEvent ? 'asc_onDownloadUrl': null});
}; };
...@@ -896,11 +891,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -896,11 +891,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
} }
} }
dataContainer.data = oBinaryFileWriter.Write(); dataContainer.data = oBinaryFileWriter.Write();
if (undefined != window['appBridge']) {
window['appBridge']['dummyCommandSave_CSV'](dataContainer.data);
return;
}
} }
var fCallback = function(input) { var fCallback = function(input) {
var error = c_oAscError.ID.Unknown; var error = c_oAscError.ID.Unknown;
...@@ -1133,12 +1123,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -1133,12 +1123,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
"CurrentImage": this.OpenDocumentProgress.CurrentImage "CurrentImage": this.OpenDocumentProgress.CurrentImage
}; };
this.handlers.trigger("asc_onOpenDocumentProgress", _OpenDocumentProgress); this.handlers.trigger("asc_onOpenDocumentProgress", _OpenDocumentProgress);
if (undefined != window['appBridge']) {
var progress = (this.OpenDocumentProgress.CurrentFont + this.OpenDocumentProgress.CurrentImage) / (this.OpenDocumentProgress.ImagesCount + this.OpenDocumentProgress.FontsCount);
window['appBridge']['dummyCommandOpenDocumentProgress'](progress * 100);
}
}; };
/** /**
...@@ -1754,10 +1738,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS"; ...@@ -1754,10 +1738,6 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
t.asc_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Recalc) t.asc_StartAction(c_oAscAsyncActionType.BlockInteraction, c_oAscAsyncAction.Recalc)
}, 500); }, 500);
} }
if (undefined != window['appBridge']) {
window['appBridge']['dummyCommandOpenDocumentProgress'](10000);
}
}; };
// Переход на диапазон в листе // Переход на диапазон в листе
......
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