From: edward Date: Wed, 6 Sep 2017 05:21:48 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4eb069056fd1a4a5693aff45a4cde80a86fa0a0d Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index e54d6573..bd6c7c5a 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1253,24 +1253,6 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { soi.setAttribute('ObjectBound',this.RCtoCell(startRow, startCol) + ':' + this.RCtoCell(endRow, endCol)); - var ww = 0.01; // offset a bit... - var hh = 0.01; // - - var ww2 = 1 - ((colwidth - width) / this.colInfo[endcol]); - var hh2 = 0.99; - - var offset_str = ww + ' ' + hh + ' ' + ww2 + ' '+hh2; - //console.log(offset_str ); - //alert(offset_str); - soi.setAttribute('ObjectOffset', offset_str); - soi.setAttribute('ObjectAnchorType','16 16 16 16'); - soi.setAttribute('Direction','17'); - soi.setAttribute('crop-top','0.000000'); - soi.setAttribute('crop-bottom','0.000000'); - soi.setAttribute('crop-left','0.000000'); - soi.setAttribute('crop-right','0.000000'); - // ...... < / Content> - var name = 'Image' + Math.random().toString(36).substring(2); var content = this.doc.createElement('Content'); content.setAttribute('image-type', type ? type : 'jpeg');