Commit f4dfff79 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Добавлен параметр Y в класс для поиска позиции в параграфе.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55045 954022d7-b5bf-4e40-9824-e11837661b57
parent fdf3ac1a
......@@ -9530,6 +9530,7 @@ Paragraph.prototype =
SearchPos.CurX = Range.XVisible;
SearchPos.X = X;
SearchPos.Y = Y;
// Проверим попадание в нумерацию
if ( true === this.Numbering.Check_Range(CurRange, CurLine) )
......@@ -22108,6 +22109,7 @@ function CParagraphSearchPosXY()
this.CurX = 0;
this.X = 0;
this.Y = 0;
this.DiffX = 1000000; // километра для ограничения должно хватить
this.NumberingDiffX = 1000000; // километра для ограничения должно хватить
......
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