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

Bug 26720 - Spelling: Смена языка всего документа не применяется к параграфам в автофигуре

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59086 954022d7-b5bf-4e40-9824-e11837661b57
parent 8d681923
......@@ -1476,6 +1476,15 @@ CGroupShape.prototype =
this.nvGrpSpPr = pr;
},
Restart_CheckSpelling: function()
{
for(var i = 0; i < this.spTree.length; ++i)
{
this.spTree[i].Restart_CheckSpelling && this.spTree[i].Restart_CheckSpelling();
}
},
recalculateLocalTransform: CShape.prototype.recalculateLocalTransform,
bringToFront : function()//перемещаем заселекченые объекты наверх
......
......@@ -3455,6 +3455,13 @@ CShape.prototype =
}
},
Restart_CheckSpelling: function()
{
this.recalcInfo.recalculateShapeStyleForParagraph = true;
var content = this.getDocContent();
content && content.Restart_CheckSpelling();
},
Refresh_RecalcData: function (data)
{
//this.recalcTxBoxContent();
......
......@@ -6559,7 +6559,7 @@ ParaDrawing.prototype =
Restart_CheckSpelling : function()
{
// TODO: Реализовать
this.GraphicObj && this.GraphicObj.Restart_CheckSpelling && this.GraphicObj.Restart_CheckSpelling();
}
};
......
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