Commit 967d4ee7 authored by SergeyLuzyanin's avatar SergeyLuzyanin

mobile presentations

parent 8e7f2752
...@@ -68,20 +68,13 @@ function CDrawingDocument() ...@@ -68,20 +68,13 @@ function CDrawingDocument()
} }
CDrawingDocument.prototype.AfterLoad = function()
{
this.m_oWordControl = this;
this.Api = window.editor;
this.m_oApi = this.Api;
this.m_oApi.DocumentUrl = "";
this.LogicDocument = window.editor.WordControl.m_oLogicDocument;
this.LogicDocument.DrawingDocument = this;
this.selectionMatrix = null; CDrawingDocument.prototype.Notes_GetWidth = function()
{
return 100;
}; };
CDrawingDocument.prototype.Notes_OnRecalculate = function()
CDrawingDocument.prototype.Notes_GetWidth = function()
{ {
return 100; return 100;
}; };
...@@ -92,9 +85,8 @@ CDrawingDocument.prototype.RenderPage = function(nPageIndex) ...@@ -92,9 +85,8 @@ CDrawingDocument.prototype.RenderPage = function(nPageIndex)
this.m_oWordControl.m_oLogicDocument.DrawPage(nPageIndex, _graphics); this.m_oWordControl.m_oLogicDocument.DrawPage(nPageIndex, _graphics);
}; };
CDrawingDocument.prototypeAfterLoad = function() CDrawingDocument.prototype.AfterLoad = function()
{ {
this.m_oWordControl = this;
this.Api = window.editor; this.Api = window.editor;
this.m_oApi = this.Api; this.m_oApi = this.Api;
this.m_oApi.DocumentUrl = ""; this.m_oApi.DocumentUrl = "";
......
...@@ -139,10 +139,6 @@ CEditorPage.prototype.Init = function() ...@@ -139,10 +139,6 @@ CEditorPage.prototype.Init = function()
}; };
CEditorPage.prototype.CheckLayouts = function(){
};
CEditorPage.prototype.CheckRetinaDisplay = function() CEditorPage.prototype.CheckRetinaDisplay = function()
{ {
......
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