From: Edward Date: Mon, 15 Apr 2019 03:36:38 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=2083a758d56851de19430d07626534ff630893a8 Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 1a130d1a..7f7d3c7d 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1188,17 +1188,17 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { // step 1 - work out how many columns it will span.. // lets hope the spreadsheet is big enought.. - var colwidth = 0; - var endcol=col; - for ( endcol=col;endcol <100; endcol++) { - if (!this.colInfo[endcol]) { - this.colInfo[endcol] = 100; // eak fudge - } - colwidth += this.colInfo[endcol]; - if (colwidth > width) { - break; - } - } +// var colwidth = 0; +// var endcol=col; +// for ( endcol=col;endcol <100; endcol++) { +// if (!this.colInfo[endcol]) { +// this.colInfo[endcol] = 100; // eak fudge +// } +// colwidth += this.colInfo[endcol]; +// if (colwidth > width) { +// break; +// } +// } soi.setAttribute('ObjectBound', //gnumeric_colRowToName(row,col) + ':' + gnumeric_colRowToName(row+1,col+1));