Lines Matching defs:ws

8340 	function sheet_to_dif(ws/*:Worksheet*//*::, opts:?any*/)/*:string*/ {  argument
8444 function sheet_to_eth_data(ws/*:Worksheet*/)/*:string*/ { argument
8481 function sheet_to_eth(ws/*:Worksheet*//*::, opts:?any*/)/*:string*/ { argument
10449 function sheet_to_rtf(ws, opts) { argument
15235 function check_ws(ws/*:Worksheet*/, sname/*:string*/, i/*:number*/) { argument
15241 function parse_ws_xml_dim(ws/*:Worksheet*/, s/*:string*/) { argument
15352 function write_ws_xml_sheetpr(ws, wb, idx, opts, o) { argument
15446 function write_ws_xml_cols(ws, cols)/*:string*/ { argument
15460 function write_ws_xml_autofilter(data, ws, wb, idx)/*:string*/ { argument
15492 function write_ws_xml_sheetviews(ws, opts, idx, wb)/*:string*/ { argument
15499 function write_ws_xml_cell(cell/*:Cell*/, ref, ws, opts/*::, idx, wb*/)/*:string*/ { argument
15737 function write_ws_xml_data(ws/*:Worksheet*/, opts, idx/*:number*/, wb/*:Workbook*//*::, rels*/)/*:s… argument
15916 function write_BrtRowHdr(R/*:number*/, range, ws) { argument
15964 function write_row_header(ba, ws, range, R) { argument
16345 function write_BrtBeginWsView(ws, Workbook, o) { argument
16706 function write_ws_bin_cell(ba/*:BufArray*/, cell/*:Cell*/, R/*:number*/, C/*:number*/, opts, ws/*:W… argument
16763 function write_CELLTABLE(ba, ws/*:Worksheet*/, idx/*:number*/, opts/*::, wb:Workbook*/) { argument
16788 function write_MERGECELLS(ba, ws/*:Worksheet*/) { argument
16795 function write_COLINFOS(ba, ws/*:Worksheet*//*::, idx:number, opts, wb:Workbook*/) { argument
16802 function write_IGNOREECS(ba, ws/*:Worksheet*/) { argument
16809 function write_HLINKS(ba, ws/*:Worksheet*/, rels) { argument
16818 function write_LEGACYDRAWING(ba, ws/*:Worksheet*/, idx/*:number*/, rels) { argument
16827 function write_AUTOFILTER(ba, ws, wb, idx) { argument
16853 function write_WSVIEWS2(ba, ws, Workbook) { argument
16873 function write_SHEETPROTECT(ba, ws) { argument
18871 function write_ws_xlml_names(ws/*:Worksheet*/, opts, idx/*:number*/, wb/*:Workbook*/)/*:string*/ { argument
18889 function write_ws_xlml_wsopts(ws/*:Worksheet*/, opts, idx/*:number*/, wb/*:Workbook*/)/*:string*/ { argument
19004 function write_ws_xlml_cell(cell, ref/*:string*/, ws, opts, idx/*:number*/, wb, addr)/*:string*/{ argument
19058 function write_ws_xlml_table(ws/*:Worksheet*/, opts, idx/*:number*/, wb/*:Workbook*/)/*:string*/ { argument
21280 function write_ws_biff2(ba/*:BufArray*/, ws/*:Worksheet*/, idx/*:number*/, opts/*::, wb:Workbook*/)… argument
21337 function write_FEAT(ba, ws) { argument
21360 function write_ws_biff8_hlinks(ba/*:BufArray*/, ws) { argument
21667 function make_html_row(ws/*:Worksheet*/, r/*:Range*/, R/*:number*/, o/*:Sheet2HTMLOpts*/)/*:string*… argument
21718 function make_html_preamble(ws/*:Worksheet*/, R/*:Range*/, o/*:Sheet2HTMLOpts*/)/*:string*/ { argument
21723 function sheet_to_html(ws/*:Worksheet*/, opts/*:?Sheet2HTMLOpts*//*, wb:?Workbook*/)/*:string*/ { argument
21736 function sheet_add_dom(ws/*:Worksheet*/, table/*:HTMLElement*/, _opts/*:?any*/)/*:Worksheet*/ { argument
22098 var ws = opts.dense ? ([]/*:any*/) : ({}/*:any*/); variable
22162 if(opts.dense) { if(!ws[R]) ws[R] = []; ws[R][C] = {t:'z'}; } class
22839 var write_ws = function(ws, wb/*:Workbook*/, i/*:number*/, opts, nfs)/*:string*/ { argument
22930 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) { argument
22949 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) { argument
22979 wb.SheetNames.map(function(n) { return wb.Sheets[n]; }).forEach(function(ws) { argument
24036 function parse_TST_TableModelArchive(M, root, ws) { argument
24751 function write_numbers_ws(cfb, deps, ws, wsname, sheetidx, rootref) { argument
24768 function write_numbers_tma(cfb, deps, ws, tmaroot, tmafile, tmaref) { argument
26251 function ws_get_cell_stub(ws/*:Worksheet*/, R, C/*:?number*/)/*:Cell*/ { argument
26286 function book_append_sheet(wb/*:Workbook*/, ws/*:Worksheet*/, name/*:?string*/, roll/*:?boolean*/)/… argument
26346 function sheet_set_array_formula(ws/*:Worksheet*/, range, formula/*:string*/, dynamic/*:boolean*/) { argument
26442 function write_html_stream(ws/*:Worksheet*/, opts/*:?Sheet2HTMLOpts*/) { argument