Commit e78fed36 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48291 954022d7-b5bf-4e40-9824-e11837661b57
parent 082f2989
...@@ -3467,7 +3467,7 @@ ParaDrawing.prototype = ...@@ -3467,7 +3467,7 @@ ParaDrawing.prototype =
Selection_Is_TableBorderMove: function() Selection_Is_TableBorderMove: function()
{ {
if(isRealObject(this.GraphicObj) && typeof this.GraphicObj.Selection_Is_TableBorderMove === "function") if(isRealObject(this.GraphicObj) && typeof this.GraphicObj.Selection_Is_TableBorderMove === "function")
this.GraphicObj.Selection_Is_TableBorderMove(); return this.GraphicObj.Selection_Is_TableBorderMove();
return false; return false;
}, },
Update_Position : function(X, Y, PageNum, LastItemW, ColumnStartX, ColumnEndX, Left_Margin, Right_Margin, Page_W, Top_Margin, Bottom_Margin, Page_H, MarginH, MarginV, LineTop, ParagraphTop, PageLimits) Update_Position : function(X, Y, PageNum, LastItemW, ColumnStartX, ColumnEndX, Left_Margin, Right_Margin, Page_W, Top_Margin, Bottom_Margin, Page_H, MarginH, MarginV, LineTop, ParagraphTop, PageLimits)
......
...@@ -760,11 +760,11 @@ asc_docs_api.prototype.LoadDocument = function(c_DocInfo) ...@@ -760,11 +760,11 @@ asc_docs_api.prototype.LoadDocument = function(c_DocInfo)
} }
else else
{ {
documentUrl = this.FontLoader.fontFilesPath + "../Word/document/"; documentUrl = this.FontLoader.fontFilesPath + "../Word/document2/";
c_DocInfo.put_OfflineApp(true); c_DocInfo.put_OfflineApp(true);
// For test create unique id // For test create unique id
documentId = "01234567890"; documentId = "qwerty";
this.OfflineAppDocumentStartLoad(); this.OfflineAppDocumentStartLoad();
this.sync_zoomChangeCallback(this.WordControl.m_nZoomValue, 0); this.sync_zoomChangeCallback(this.WordControl.m_nZoomValue, 0);
...@@ -953,7 +953,7 @@ asc_docs_api.prototype.OpenEmptyDocument = function() ...@@ -953,7 +953,7 @@ asc_docs_api.prototype.OpenEmptyDocument = function()
asc_docs_api.prototype.OpenTestDocument = function() asc_docs_api.prototype.OpenTestDocument = function()
{ {
// For test create unique id // For test create unique id
documentId = "01234567890"; documentId = "qwerty";
editor.InitEditor(); editor.InitEditor();
this.LoadedObject = null; this.LoadedObject = null;
......
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