Commit a68f6ab7 authored by Oleg.Korshul's avatar Oleg.Korshul

сохранение кривых таблиц

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60224 954022d7-b5bf-4e40-9824-e11837661b57
parent a4f2bf72
......@@ -2826,13 +2826,17 @@ function CBinaryFileWriter()
var _count = 1;
for (var j = _index + 1; j < _rows_count; j++)
{
if (i >= TableGrid.Rows[j].Cells.length)
continue;
if (TableGrid.Rows[j].Cells[i].vMerge !== true)
break;
++_count;
}
TableGrid.Rows[_index].Cells[i].row_span = _count;
if (i < TableGrid.Rows[_index].Cells.length)
TableGrid.Rows[_index].Cells[i].row_span = _count;
_index += _count + 1;
}
......
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