Commit ce0508b0 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

проверки добавления в историю

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53003 954022d7-b5bf-4e40-9824-e11837661b57
parent 427dfca0
......@@ -3510,6 +3510,8 @@ Paragraph.prototype =
// 2. Удаляем все рассчитанные переносы строк, внутренние переносы, переносы страниц
// 3. Объединяем подряд идущие TextPr
var is_on = History.Is_On();
if(is_on)
History.TurnOff();
if ( 0 === CurPage )
{
......@@ -3528,6 +3530,7 @@ Paragraph.prototype =
}
}
}
if(is_on)
History.TurnOn();
// Пересчет параграфа:
......
......@@ -2405,6 +2405,8 @@ PasteProcessor.prototype =
oThis.aContent = new Array();
//�� ����� ���������� �������� ��� ������� ��������� �������
var arrShapes = [], arrImages = [], arrTables = [];
var is_on = History.Is_On();
if(is_on)
History.TurnOff();
// g_oTableId.m_bTurnOff = true;
var shape = new CShape(null);
......@@ -2422,6 +2424,7 @@ PasteProcessor.prototype =
shape.txBody.content.Internal_Content_Remove(0, 1);
}
}
if(is_on)
History.TurnOn();
var api = asc["editor"];
var arrFonts = [];
......
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