mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
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:
committed by
Alexander.Trofimov
parent
269b87cefc
commit
ec51ba530c
@ -1635,6 +1635,7 @@ CGroupShape.prototype =
|
||||
w.WriteLong(this.spTree[i].getObjectType());
|
||||
this.spTree[i].writeToBinaryForCopyPaste(w);
|
||||
}
|
||||
return w.GetBase64Memory();
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -1063,6 +1063,7 @@ CImageShape.prototype =
|
||||
w.WriteLong(CLASS_TYPE_IMAGE);
|
||||
this.blipFill.Write_ToBinary2(w);
|
||||
this.spPr.Write_ToBinary2(w);
|
||||
return w.GetBase64Memory();
|
||||
|
||||
},
|
||||
|
||||
|
||||
@ -2802,6 +2802,7 @@ CShape.prototype =
|
||||
{
|
||||
this.txBody.writeToBinaryForCopyPaste(w);
|
||||
}
|
||||
return w.GetBase64Memory();
|
||||
},
|
||||
|
||||
readFromBinaryForCopyPaste: function(r, group, drawingObjects)
|
||||
|
||||
Reference in New Issue
Block a user