Pman.Gnumeric.js
authoredward <edward@roojs.com>
Wed, 6 Sep 2017 05:21:48 +0000 (13:21 +0800)
committeredward <edward@roojs.com>
Wed, 6 Sep 2017 05:21:48 +0000 (13:21 +0800)
Pman.Gnumeric.js

index e54d657..bd6c7c5 100644 (file)
@@ -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 image-type="jpeg" size-bytes="3900">......  < / Content>
-                
         var name = 'Image' + Math.random().toString(36).substring(2);
         var content = this.doc.createElement('Content');
         content.setAttribute('image-type', type ? type : 'jpeg');