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@48956 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander.Trofimov
parent
9052c99eb0
commit
a35b2b5e27
@ -1627,6 +1627,7 @@ CGroupShape.prototype =
|
||||
|
||||
writeToBinaryForCopyPaste: function(w)
|
||||
{
|
||||
w.WriteLong(CLASS_TYPE_GROUP);
|
||||
this.spPr.Write_ToBinary2(w);
|
||||
w.WriteLong(this.spTree.length);
|
||||
for(var i = 0; i < this.spTree.length; ++i)
|
||||
@ -1684,9 +1685,6 @@ CGroupShape.prototype =
|
||||
if(!isRealObject(group))
|
||||
{
|
||||
this.recalculate();
|
||||
this.recalculateTransform();
|
||||
this.calculateContent();
|
||||
this.calculateTransformTextMatrix();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1077,7 +1077,7 @@ CImageShape.prototype =
|
||||
|
||||
writeToBinaryForCopyPaste: function(w)
|
||||
{
|
||||
|
||||
w.WriteLong(CLASS_TYPE_IMAGE);
|
||||
this.blipFill.Write_ToBinary2(w);
|
||||
this.spPr.Write_ToBinary2(w);
|
||||
return "TeamLabImage" + w.pos + ";" + w.GetBase64Memory();
|
||||
|
||||
@ -2807,6 +2807,7 @@ CShape.prototype =
|
||||
|
||||
writeToBinaryForCopyPaste: function(w)
|
||||
{
|
||||
w.WriteLong(CLASS_TYPE_SHAPE);
|
||||
this.spPr.Write_ToBinary2(w);
|
||||
w.WriteBool(isRealObject(this.style));
|
||||
if(isRealObject(this.style))
|
||||
|
||||
Reference in New Issue
Block a user