Commit 06520e7b authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

убрала старые функции для mathContent функции для Select, функции, связанные с RunPrp, addToContent

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55697 954022d7-b5bf-4e40-9824-e11837661b57
parent 57a7ad20
......@@ -1078,11 +1078,6 @@ CMathBase.prototype =
{
return this.elements[x][y];
},
getStackPositions: function(stack)
{
stack.push({X: this.CurPos_X, Y: this.CurPos_Y});
this.Parent.getStackPositions(stack);
},
getContent: function(stack, bCurrent)
{
var pos = stack.pop();
......
This diff is collapsed.
......@@ -257,6 +257,9 @@ CMathText.prototype =
var descent = (metricsTxt.Height - metricsTxt.Ascent);
var height = ascent + descent;
if(this.bJDraw)
console.log("Ascent of " + this.value + " " + ascent);
var width;
if(this.bJDraw)
......
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