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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49297 954022d7-b5bf-4e40-9824-e11837661b57
parent 80cd27e7
...@@ -1096,8 +1096,8 @@ CGraphicObjects.prototype = ...@@ -1096,8 +1096,8 @@ CGraphicObjects.prototype =
ret.chart.initDefault(); ret.chart.initDefault();
ret.spPr.xfrm.offX = 0; ret.spPr.xfrm.offX = 0;
ret.spPr.xfrm.offY = 0; ret.spPr.xfrm.offY = 0;
ret.spPr.xfrm.extX = 50; ret.spPr.xfrm.extX = this.drawingDocument.GetMMPerDot(c_oAscChartDefines.defaultChartWidth);
ret.spPr.xfrm.extY = 50; ret.spPr.xfrm.extY = this.drawingDocument.GetMMPerDot(c_oAscChartDefines.defaultChartHeight);
return ret; return ret;
}, },
...@@ -4327,6 +4327,12 @@ CGraphicObjects.prototype = ...@@ -4327,6 +4327,12 @@ CGraphicObjects.prototype =
break; break;
} }
case STATES_ID_CHART_TITLE_TEXT:
{
//this.curState.textObject.remove()
break;
}
default : default :
{ {
var selected_objects = this.selectionInfo.selectionArray; var selected_objects = this.selectionInfo.selectionArray;
...@@ -5587,7 +5593,7 @@ CGraphicObjects.prototype = ...@@ -5587,7 +5593,7 @@ CGraphicObjects.prototype =
ret.push(cur_obj.GraphicObj.blipFill.RasterImageId); ret.push(cur_obj.GraphicObj.blipFill.RasterImageId);
} }
if(cur_obj.GraphicObj.isShape()) if(cur_obj.GraphicObj.isShape() || cur_obj.GraphicObj.chart)
{ {
var sp = cur_obj.GraphicObj; var sp = cur_obj.GraphicObj;
if(isRealObject(sp) if(isRealObject(sp)
......
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