Lines Matching refs:undefined

110 …for(var y = 0; y != opts_fmt.length; ++y) if(o[opts_fmt[y][0]]===undefined) o[opts_fmt[y][0]]=opts…
719 case 'X': out[i] = undefined; break;
732 out[jj] = undefined; ++jj;
850 SSF.load_table = function load_table(tbl) { for(var i=0; i!=0x0188; ++i) if(tbl[i] !== undefined) S…
1182 …if(sector_list[o.start] === undefined) sector_list[o.start] = get_sector_list(sectors, o.start, se…
1204 if(fs === undefined) fs = require('fs');
1209 switch(options !== undefined && options.type !== undefined ? options.type : "base64") {
1256 function isval(x) { return x !== undefined && x !== null; }
1452 if(mtcache[t] !== undefined) return mtcache[t];
1459 if(vt_cache[bt] !== undefined) return vt_cache[bt];
1515 if(isLE === undefined) isLE = true;
1801 make_offcrypto(OFFCRYPTO, typeof crypto !== "undefined" ? crypto : undefined);
1848 o.write_shift(3, cell.iStyleRef === undefined ? cell.iStyleRef : cell.s);
2416 … if(ct[ct2type[y.ContentType]] !== undefined) ct[ct2type[y.ContentType]].push(y.PartName);
2676 if(cp[f[1]] === undefined) return;
2682 if(v !== undefined) o[o.length] = (W(f[0], v));
3078 if(opts === undefined || opts.biff !== 5) {
3119 var cch = blob.read_shift(opts !== undefined && opts.biff > 0 && opts.biff < 8 ? 1 : 2);
7352 if(!s[addr]) s[addr] = {t:"stub",v:undefined};
7391 if(cell.v === undefined) return "";
7478 if(tag.t === undefined && p.v === undefined) {
7513 if(do_format && tag.s !== undefined) {
7534 if(ws[ref] === undefined) continue;
7551 if(ws === undefined) ws = {};
7552 var ref = ws['!ref']; if(ref === undefined) ref = 'A1';
7555 …if(ws['!cols'] !== undefined && ws['!cols'].length > 0) o[o.length] = (write_ws_xml_cols(ws, ws['!…
7557 if(ws['!ref'] !== undefined) {
7563 …if(ws['!merges'] !== undefined && ws['!merges'].length > 0) o[o.length] = (write_ws_xml_merges(ws[…
7760 p = {t:'s',v:undefined};
7782 if(!s[addr]) s[addr] = {t:'s',v:undefined};
7918 if(cell.v === undefined) return "";
8564 if(sid === undefined && row) sid = row.StyleID;
8565 if(sid === undefined && csty) sid = csty.StyleID;
8566 while(styles[sid] !== undefined) {
8588 if(cell.v === undefined) cell.v=+xml;
8597 cell.Formula = undefined;
8605 cell.ixfe = cell.StyleID !== undefined ? cell.StyleID : 'Default';
8610 comment.v = comment.w = comment.ixfe = undefined;
8645 …if((!opts.sheetRows || opts.sheetRows > r) && cell.v !== undefined) cursheet[encode_col(c) + encod…
8648 cell.HRef = cell.HRefScreenTip = undefined;
9803 if(country !== undefined) wb.Metadata.Country = country;
11093 if(opts[d[0]] === undefined) opts[d[0]] = d[1];
11456 if(ce === undefined || typeof ce === 'number') return encode_range(cs.s, cs.e);
11494 if(cell.z !== undefined) try { return (cell.w = SSF.format(cell.z, v)); } catch(e) { }
11501 if(cell.w !== undefined) return cell.w;
11502 if(v === undefined) return safe_format_cell(cell, cell.v);
11511 range = o.range !== undefined ? o.range : sheet["!ref"];
11533 if(val === undefined) continue;
11549 if(val === undefined || val.t === undefined) continue;
11557 if(v !== undefined) {
11575 var FS = o.FS !== undefined ? o.FS : ",", fs = FS.charCodeAt(0);
11576 var RS = o.RS !== undefined ? o.RS : "\n", rs = RS.charCodeAt(0);
11586 txt = val !== undefined ? ''+format_cell(val) : "";
11610 if(x === undefined) continue;
11612 else if(x.w !== undefined) val = "'" + x.w;
11613 else if(x.v === undefined) continue;