Commit 52e48d2d authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

для сборки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49339 954022d7-b5bf-4e40-9824-e11837661b57
parent 5c327b12
......@@ -498,7 +498,7 @@ asc_CChart.prototype = {
if ( _t.series[j].Cat.Formula && _t.series[j].Cat.NumCache.length )
seria.TxCache.Tx = _t.series[j].Cat.NumCache[i].val;
else
seria.TxCache.Tx = /*api.chartTranslate.series + " " +*/ (i + 1);
seria.TxCache.Tx = (i + 1);
}
revSeries.push(seria);
}
......@@ -1685,6 +1685,8 @@ prot["asc_getFill"] = prot.asc_getFill;
prot["asc_putFill"] = prot.asc_putFill;
prot["asc_getStroke"] = prot.asc_getStroke;
prot["asc_putStroke"] = prot.asc_putStroke;
prot["asc_getPaddings"] = prot.asc_getPaddings;
prot["asc_putPaddings"] = prot.asc_putPaddings;
//}
//-----------------------------------------------------------------------------------
......
......@@ -395,6 +395,14 @@ var c_oAscFillGradType = {
GRAD_PATH : 2
};
var c_oAscVerticalTextAlign = {
TEXT_ALIGN_BOTTOM : 0,// (Text Anchor Enum ( Bottom ))
TEXT_ALIGN_CTR : 1,// (Text Anchor Enum ( Center ))
TEXT_ALIGN_DIST : 2,// (Text Anchor Enum ( Distributed ))
TEXT_ALIGN_JUST : 3,// (Text Anchor Enum ( Justified ))
TEXT_ALIGN_TOP : 4// Top
};
var c_oAscCoAuthoringMeBorderColor = "rgba(22,156,0,1)";
var c_oAscCoAuthoringOtherBorderColor = "rgba(238,53,37,1)";
var c_oAscCoAuthoringLockTablePropertiesBorderColor = "rgba(255,144,0,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