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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62586 954022d7-b5bf-4e40-9824-e11837661b57
parent 0c7696c4
...@@ -2029,6 +2029,14 @@ ParaMath.prototype.Is_ContentUse = function(MathContent) ...@@ -2029,6 +2029,14 @@ ParaMath.prototype.Is_ContentUse = function(MathContent)
return false; return false;
}; };
/*
* Выполняем коректировку формулы после конвертирования ее из старой формулы (Equation 2-3).
*/
ParaMath.prototype.Correct_AfterConvertFromEquation = function()
{
};
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
// Классы с изменениями // Классы с изменениями
//---------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------
......
...@@ -6488,6 +6488,9 @@ ParaDrawing.prototype = ...@@ -6488,6 +6488,9 @@ ParaDrawing.prototype =
{ {
LogicDocument.Create_NewHistoryPoint(historydescription_Document_ConvertOldEquation); LogicDocument.Create_NewHistoryPoint(historydescription_Document_ConvertOldEquation);
// Коректируем формулу после конвертации
this.ParaMath.Correct_AfterConvertFromEquation();
// Сначала удаляем Drawing из рана // Сначала удаляем Drawing из рана
Run.Remove_FromContent(BotElementPos, 1); Run.Remove_FromContent(BotElementPos, 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