git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48921 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Sergey.Luzyanin
2013-08-19 09:40:09 +00:00
committed by Alexander.Trofimov
parent 269b87cefc
commit ec51ba530c
3 changed files with 3 additions and 0 deletions

View File

@ -1635,6 +1635,7 @@ CGroupShape.prototype =
w.WriteLong(this.spTree[i].getObjectType());
this.spTree[i].writeToBinaryForCopyPaste(w);
}
return w.GetBase64Memory();
},

View File

@ -1063,6 +1063,7 @@ CImageShape.prototype =
w.WriteLong(CLASS_TYPE_IMAGE);
this.blipFill.Write_ToBinary2(w);
this.spPr.Write_ToBinary2(w);
return w.GetBase64Memory();
},

View File

@ -2802,6 +2802,7 @@ CShape.prototype =
{
this.txBody.writeToBinaryForCopyPaste(w);
}
return w.GetBase64Memory();
},
readFromBinaryForCopyPaste: function(r, group, drawingObjects)