Lines Matching +defs:color +defs:name
1867 name: name, property
1869 color: blob.read_shift(1), property
4685 function write_BrtColor(color, o) { argument
9423 function write_XFORMAT_SHEETNAME(name, wsidx) { argument
11313 color: {theme:1}, property
11314 name: "Calibri", property
11370 name:"Normal" property
11815 function write_BrtBeginEsfmd(cnt, name) { argument
11831 function parse_xlmeta_bin(data, name, _opts) { argument
11840 out.Types.push({ name: val.name }); property
11877 name: "XLDAPR", property
11896 function parse_xlmeta_xml(data, name, opts) { argument
11915 out.Types.push({ name: y.name }); property
12016 function parse_cc_bin(data, name, opts) { argument
12040 function parse_xlink_bin(data, rel, name/*:string*/, _opts) { argument
12352 case '<person': out.push({name: y.displayname, id: y.id }); break; property
13291 …case 0x3A01: return supbooks[XTI[0]].slice(1).map(function(name) { return name.Name; }).join(";;")… argument
16955 function parse_chart(data/*:?string*/, name/*:string*/, opts, rels, wb, csheet) { argument
17442 var sht = ({name:escapexml(wb.SheetNames[i].slice(0,31))}/*:any*/); property
17459 var d/*:any*/ = {name:n.Name}; property
17569 function write_BrtName(name, wb) { argument
17714 var d = { Hidden: viz, iTabID: idx+1, strRelID: 'rId' + (idx+1), name: wb.SheetNames[idx] }; property
17764 wb.Workbook.Names.forEach(function(name) { try { argument
17839 function parse_wb(data, name/*:string*/, opts)/*:WorkbookFile*/ { argument
17844 function parse_ws(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17849 function parse_cs(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17854 function parse_ms(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17859 function parse_ds(data, name/*:string*/, idx/*:number*/, opts, rels, wb, themes, styles)/*:Workshee… argument
17864 function parse_sty(data, name/*:string*/, themes, opts) { argument
17869 function parse_sst(data, name/*:string*/, opts)/*:SST*/ { argument
17874 function parse_cmnt(data, name/*:string*/, opts)/*:Array<RawComment>*/ { argument
17879 function parse_cc(data, name/*:string*/, opts) { argument
17884 function parse_xlink(data, rel, name/*:string*/, opts) { argument
17889 function parse_xlmeta(data, name/*:string*/, opts) { argument
18220 wsprops = {name:sheetname, Hidden:0}; property
19497 var fakebs8 = {pos: blob.l - length, name:cur_sheet}; property
19501 else cur_sheet = (Directory[s] || {name:""}).name; property
19509 wsprops = {Hidden:(Directory[s]||{hs:0}).hs, name:cur_sheet }; property
21321 color: {theme:1}, property
21322 name: "Arial", property
21549 … BoundSheet8 */, write_BoundSheet8({pos:start, hs:_sheet.Hidden||0, dt:0, name:wb.SheetNames[j]}, … property
22816 var scoped = Names.filter(function(name) { return name.Sheet == (idx == -1 ? null : idx); }); argument
22818 return " <table:named-expressions>\n" + scoped.map(function(name) { argument
24121 name: ((_a = pb[1]) == null ? void 0 : _a[0]) ? u8str(pb[1][0].data) : "", property
24362 wb.SheetNames.forEach(function(name, idx) { argument
26286 function book_append_sheet(wb/*:Workbook*/, ws/*:Worksheet*/, name/*:?string*/, roll/*:?boolean*/)/… argument