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

Перенес c_oAscCellTextDirection в commonDefines.js.

Get_ParentTextTransform у GraphicFrame.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68381 954022d7-b5bf-4e40-9824-e11837661b57
parent ffabb908
......@@ -630,6 +630,13 @@ var c_oAscUrlType = {
Email: 2
};
var c_oAscCellTextDirection = {
LRTB : 0x00,
TBRL : 0x01,
BTLR : 0x02
};
var c_oAscEncodings = [
[ 0, 28596, "ISO-8859-6", "Arabic (ISO 8859-6)" ],
[ 1, 720, "DOS-720", "Arabic (OEM 720)" ],
......
......@@ -133,6 +133,11 @@ CGraphicFrame.prototype =
return editor.WordControl.m_oLogicDocument.Get_PageFields();
},
Get_ParentTextTransform: function()
{
return this.transformText;
},
getDocContent: function()
{
if(this.graphicObject && this.graphicObject.CurCell && ( false === this.graphicObject.Selection.Use || ( true === this.graphicObject.Selection.Use && table_Selection_Text === this.graphicObject.Selection.Type ) ) )
......
......@@ -672,10 +672,5 @@ var c_oAscPageOrientation = {
Landscape : 0x01
};
var c_oAscCellTextDirection = {
LRTB : 0x00,
TBRL : 0x01,
BTLR : 0x02
};
window["flat_desine"] = false;
\ No newline at end of file
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