Commit 0e05e1c2 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53313 954022d7-b5bf-4e40-9824-e11837661b57
parent 655d5387
......@@ -228662,24 +228662,15 @@ CShape.prototype =
{
if(data.newValue !== null)
{
window.native.ConsoleLog("oleg1");
var api = window["Asc"]["editor"];
if ( api.wb )
{
window.native.ConsoleLog("oleg2");
var ws = api.wb.getWorksheetById(data.newValue);
if(isRealObject(ws))
{
window.native.ConsoleLog("oleg3");
this.drawingObjects = ws.objectRender;
}
else
this.drawingObjects = null;
}
else
{
window.native.ConsoleLog("lalala: " + api.HtmlElementName);
}
}
break;
}
......@@ -255560,7 +255551,7 @@ CParaLineMetrics.prototype =
}
return LineGap;
}
}
};
function CParaLine(StartPos)
{
......@@ -273161,7 +273152,7 @@ var c_oAscTableSelectionType =
Row : 1,
Column : 2,
Table : 3
}
};
var linerule_AtLeast = 0;
var linerule_Auto = 1;
......@@ -281627,7 +281618,7 @@ var lcid_haLatn = 0x7c68; // Hausa, Latin
}
}
window["CDetectFontUse"] = CDetectFontUse;
window.CDetectFontUse = CDetectFontUse;
})(window.document);
var g_font_detector = new window.CDetectFontUse();
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