Commit 6e08b966 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Правка для отрисовки рамки и подсветки у формул

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62224 954022d7-b5bf-4e40-9824-e11837661b57
parent 83fbc93d
......@@ -953,10 +953,14 @@ ParaMath.prototype.Recalculate_Range_Spaces = function(PRSA, _CurLine, _CurRange
{
// до пересчета Bounds для текущей строки ранее должны быть вызваны Recalculate_Range_Width (для ширины), Recalculate_LineMetrics(для высоты и аскента)
var Page = 0;
if ( this.Paragraph !== null)
Page = this.Paragraph.Get_StartPage_Absolute();
var pos = new CMathPosition();
this.Root.setPosition(pos, PRSA, _CurLine, _CurRange, _CurPage);
this.Root.setPosition(pos, PRSA, _CurLine, _CurRange, Page + _CurPage);
this.Root.Recalculate_Range_Spaces(PRSA, _CurLine, _CurRange, _CurPage);
this.Root.Recalculate_Range_Spaces(PRSA, _CurLine, _CurRange, Page + _CurPage);
};
ParaMath.prototype.Recalculate_PageEndInfo = function(PRSI, _CurLine, _CurRange)
{
......
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