Lines Matching defs:cell

4227 function shift_cell_xls(cell/*:CellAddress*/, tgt/*:any*/, opts/*:?any*/)/*:CellAddress*/ {  argument
4243 function shift_range_xls(cell, range, opts) { argument
4294 function encode_cell(cell/*:CellAddress*/)/*:string*/ { argument
4363 function safe_format_cell(cell/*:Cell*/, v/*:any*/) { argument
4369 function format_cell(cell/*:Cell*/, v/*:any*/, o/*:any*/) { argument
4412 var cell/*:Cell*/ = ({v: data[R][C] }/*:any*/); class
4537 function write_XLSBCell(cell/*:any*/, o/*:?Block*/) { argument
4552 function write_XLSBShortCell(cell/*:any*/, o/*:?Block*/) { argument
4604 var cell/*:Range*/ = ({ s: {}, e: {} }/*:any*/); class in parse_RfX
10415 var cell = { v: payload.join(""), t: "s" }; class in AnonymousFunction701aad5b3900
12170 cell = ({t:"z"}/*:any*/); class in AnonymousFunction701aad5b4b00
12550 function shift_formula_xlsx(f/*:string*/, range/*:string*/, cell/*:string*/)/*:string*/ { argument
13302 function stringify_formula(formula/*Array<any>*/, range, cell/*:any*/, supbooks, opts)/*:string*/ { argument
13695 function write_Formula(cell/*:Cell*/, R/*:number*/, C/*:number*/, opts, os/*:number*/) { argument
15172 function get_cell_style(styles/*:Array<any>*/, cell/*:Cell*/, opts) { argument
15499 function write_ws_xml_cell(cell/*:Cell*/, ref, ws, opts/*::, idx, wb*/)/*:string*/ { argument
16010 function write_BrtCellBlank(cell, ncell, o) { argument
16018 function write_BrtShortBlank(cell, ncell, o) { argument
16029 function write_BrtCellBool(cell, ncell, o) { argument
16040 function write_BrtShortBool(cell, ncell, o) { argument
16053 function write_BrtCellError(cell, ncell, o) { argument
16064 function write_BrtShortError(cell, ncell, o) { argument
16080 function write_BrtCellIsst(cell, ncell, o) { argument
16091 function write_BrtShortIsst(cell, ncell, o) { argument
16104 function write_BrtCellReal(cell, ncell, o) { argument
16115 function write_BrtShortReal(cell, ncell, o) { argument
16128 function write_BrtCellRk(cell, ncell, o) { argument
16139 function write_BrtShortRk(cell, ncell, o) { argument
16159 function write_BrtCellSt(cell, ncell, o) { argument
16171 function write_BrtShortSt(cell, ncell, o) { argument
16706 function write_ws_bin_cell(ba/*:BufArray*/, cell/*:Cell*/, R/*:number*/, C/*:number*/, opts, ws/*:W… argument
17954 function safe_format_xlml(cell/*:Cell*/, nf, o) { argument
17987 function parse_xlml_data(xml, ss, data, cell/*:any*/, base, styles, csty, row, arrayf, o) { argument
18103 var cell = ({}/*:any*/), row = {};// eslint-disable-line no-unused-vars variable
19004 function write_ws_xlml_cell(cell, ref/*:string*/, ws, opts, idx/*:number*/, wb, addr)/*:string*/{ argument
19269 var process_cell_style = function pcs(cell, line/*:any*/, options) { argument
19278 var addcell = function addcell(cell/*:any*/, line/*:any*/, options/*:any*/) { argument
21262 function write_ws_biff2_cell(ba/*:BufArray*/, cell/*:Cell*/, R/*:number*/, C/*:number*//*::, opts*/… argument
21379 function write_ws_biff8_cell(ba/*:BufArray*/, cell/*:Cell*/, R/*:number*/, C/*:number*/, opts) { argument
21681 var cell = o.dense ? (ws[R]||[])[C] : ws[coord]; variable
23577 function numbers_format_cell(cell, t, flags, ofmt, nfmt) { argument
23836 function write_new_storage(cell, sst) { argument
23868 function write_old_storage(cell, sst) { argument
24027 x.cells.forEach(function(cell, C) { argument
26322 function cell_set_number_format(cell/*:Cell*/, fmt/*:string|number*/) { argument
26328 function cell_set_hyperlink(cell/*:Cell*/, target/*:string*/, tooltip/*:?string*/) { argument
26337 function cell_set_internal_link(cell/*:Cell*/, range/*:string*/, tooltip/*:?string*/) { return cell… argument
26340 function cell_add_comment(cell/*:Cell*/, text/*:string*/, author/*:?string*/) { argument