Commit 0287d037 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60775 954022d7-b5bf-4e40-9824-e11837661b57
parent 43e84baa
......@@ -1656,7 +1656,7 @@ CDrawingDocument.prototype =
_ret.push(_select.Start.Y);
_ret.push(_select.Start.Page);
_ret.push(_select.End.X + _select.End.W);
_ret.push(_select.End.Y + _select.End.Height);
_ret.push(_select.End.Y + _select.End.H);
_ret.push(_select.End.Page);
if (this.TextMatrix && !this.TextMatrix.IsIdentity())
......@@ -2438,6 +2438,11 @@ CDrawingDocument.prototype =
this.Native["DD_Overlay_DrawFrameTrack1"](this.MathRect.Rect.PageIndex,
this.MathRect.Rect.X, this.MathRect.Rect.Y, this.MathRect.Rect.R, this.MathRect.Rect.B);
},
DrawFieldTrack : function()
{
// TODO:
},
Update_MathTrack : function(IsActive, X, Y, W, H, PageIndex)
{
......
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