Lines Matching refs:fmtid
5821 'fmtid': '{D5CDD505-2E9C-101B-9397-08002B2CF9AE}',
15196 function safe_format(p/*:Cell*/, fmtid/*:number*/, fillid/*:?number*/, opts, themes, styles) { argument
15198 if(opts.cellNF) p.z = table_fmt[fmtid];
15203 if(table_fmt[fmtid] == null) SSF__load(SSFImplicit[fmtid] || "General", fmtid);
15205 else if(fmtid === 0) {
15218 else if(p.t === 'd') p.w = SSF_format(fmtid,datenum(p.v),_ssfopts);
15219 else p.w = SSF_format(fmtid,p.v,_ssfopts);
15560 var fmtid = 0, fillid = 0;
15710 fmtid = fillid = 0;
15715 if(cf.numFmtId != null) fmtid = cf.numFmtId;
15721 safe_format(p, fmtid, fillid, opts, themes, styles);
15722 …if(opts.cellDates && do_format && p.t == 'n' && fmt_is_date(table_fmt[fmtid])) { p.t = 'd'; p.v = …
19219 var fmtid = 0;
19221 fmtid = p.z || p.XF.numFmtId || 0;
19222 if(opts.cellNF) p.z = table_fmt[fmtid];
19226 else if(fmtid === 0 || fmtid == "General") {
19233 else p.w = SSF_format(fmtid,p.v, {date1904:!!date1904, dateNF: opts && opts.dateNF});
19235 if(opts.cellDates && fmtid && p.t == 'n' && fmt_is_date(table_fmt[fmtid] || String(fmtid))) {