Lines Matching refs:table

389 /* These formats appear to default to other formats in the table */
1239 else sfmt = (o.table != null ? (o.table/*:any*/) : table_fmt)[fmt];
1240 …if(sfmt == null) sfmt = (o.table && o.table[SSF_default_map[fmt]]) || table_fmt[SSF_default_map[fm…
1354 /* table of bad formats written by third-party tools */
1410 var c = 0, table/*:Array<number>*/ = new Array(256);
1422 table[n] = c;
1425 return typeof Int32Array !== 'undefined' ? new Int32Array(table) : table;
1430 …var c = 0, v = 0, n = 0, table/*:Array<number>*/ = typeof Int32Array !== 'undefined' ? new Int32Ar…
1432 for(n = 0; n != 256; ++n) table[n] = T[n];
1435 for(c = 256 + n; c < 4096; c += 256) v = table[c] = (v >>> 8) ^ T[v & 0xFF];
1438 …+n) out[n - 1] = typeof Int32Array !== 'undefined' ? table.subarray(n * 256, n * 256 + 256) : tabl…
1489 CRC32.table = T0;
2992 <table class=3DMsoTableGrid border=3D1 cellspacing=3D0 cellpadding=3D0 width=
5214 "application/vnd.ms-excel.table": "TODO",
5215 "application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml": "TODO",
7723 // 0x43 dBASE IV SQL table files
7728 // case 0xCB dBASE IV SQL table files with memo
10395 throw new Error("RTF missing table");
13114 /* These are duplicated in the PtgTypes table */
18076 …if(opening.indexOf("<?xml") == -1) ["html", "table", "head", "meta", "script", "style", "div"].for…
18224 case 'table' /*case 'Table'*/:
18246 if(state[state.length-1][0] !== /*'Table'*/'table') break;
21614 var mtch/*:any*/ = str.match(/<table/i);
21615 if(!mtch) throw new Error("Invalid HTML: could not find <table>");
21616 var mtch2/*:any*/ = str.match(/<\/table/i);
21705 var mtch = str.match(/<table[\s\S]*?>[\s\S]*?<\/table>/gi);
21706 if(!mtch || mtch.length == 0) throw new Error("Invalid HTML: could not find <table>");
21720 return out.join("") + '<table' + (o && o.id ? ' id="' + o.id + '"' : "") + '>';
21732 out.push("</table>" + footer);
21736 function sheet_add_dom(ws/*:Worksheet*/, table/*:HTMLElement*/, _opts/*:?any*/)/*:Worksheet*/ { argument
21737 var rows/*:HTMLCollection<HTMLTableRowElement>*/ = table.rows;
21740 throw "Unsupported origin when " + table.tagName + " is not a TABLE";
21823 function parse_dom_table(table/*:HTMLElement*/, _opts/*:?any*/)/*:Worksheet*/ { argument
21826 return sheet_add_dom(ws, table, _opts);
21829 function table_to_book(table/*:HTMLElement*/, opts/*:?any*/)/*:Workbook*/ { argument
21830 var o = sheet_to_workbook(parse_dom_table(table, opts), opts);
22121 case 'table': case '工作表': // 9.1.2 <table:table>
22148 case 'table-row-group': // 9.1.9 <table:table-row-group>
22151 case 'table-row': case '行': // 9.1.3 <table:table-row>
22159 case 'covered-table-cell': // 9.1.5 <table:covered-table-cell>
22167 case 'table-cell': case '数据':
22220 /* 19.675.2 table:number-columns-repeated */
22275 break; // 9.1.4 <table:table-cell>
22314 case 'shapes': // 9.2.8 <table:shapes>
22318 case 'data-pilot-tables': // 9.6.2 <table:data-pilot-tables>
22321 case 'dde-links': // 9.8 <table:dde-links>
22357 …if(styletag["family"] == "table-cell" && number_format_map[styletag["data-style-name"]]) styles[st…
22363 case 'table-properties': break; // 17.15 <style:table-properties>
22364 case 'table-column-properties': break; // 17.16 <style:table-column-properties>
22365 case 'table-row-properties': break; // 17.17 <style:table-row-properties>
22366 case 'table-cell-properties': break; // 17.18 <style:table-cell-properties>
22399 case 'named-range': // 9.4.12 <table:named-range>
22414 case 'table-column': break; // 9.1.6 <table:table-column>
22415 case 'table-header-rows': break; // 9.1.7 <table:table-header-rows>
22416 case 'table-rows': break; // 9.1.12 <table:table-rows>
22418 case 'table-column-group': break; // 9.1.10 <table:table-column-group>
22419 case 'table-header-columns': break; // 9.1.11 <table:table-header-columns>
22420 case 'table-columns': break; // 9.1.12 <table:table-columns>
22422 case 'null-date': // 9.4.2 <table:null-date>
22432 case 'calculation-settings': break; // 9.4.1 <table:calculation-settings>
22433 case 'named-expressions': break; // 9.4.11 <table:named-expressions>
22434 case 'label-range': break; // 9.4.9 <table:label-range>
22435 case 'label-ranges': break; // 9.4.10 <table:label-ranges>
22436 case 'named-expression': break; // 9.4.13 <table:named-expression>
22437 case 'sort': break; // 9.4.19 <table:sort>
22438 case 'sort-by': break; // 9.4.20 <table:sort-by>
22439 case 'sort-groups': break; // 9.4.22 <table:sort-groups>
22453 case 'database-range': // 9.4.15 <table:database-range>
22469 case 'table-source': break; // 9.2.6
22472 case 'iteration': break; // 9.4.3 <table:iteration>
22473 case 'content-validations': break; // 9.4.4 <table:
22474 case 'content-validation': break; // 9.4.5 <table:
22475 case 'help-message': break; // 9.4.6 <table:
22476 case 'error-message': break; // 9.4.7 <table:
22477 case 'database-ranges': break; // 9.4.14 <table:database-ranges>
22478 case 'filter': break; // 9.5.2 <table:filter>
22479 case 'filter-and': break; // 9.5.3 <table:filter-and>
22480 case 'filter-or': break; // 9.5.4 <table:filter-or>
22481 case 'filter-condition': break; // 9.5.5 <table:filter-condition>
22534 case 'cell-range-source': break; // 9.3.1 <table:
22535 case 'detective': break; // 9.3.2 <table:
22536 case 'operation': break; // 9.3.3 <table:
22537 case 'highlighted-range': break; // 9.3.4 <table:
22539 /* 9.6 Data Pilot Tables <table: */
22540 case 'data-pilot-table': // 9.6.3
22565 case 'dde-link': // 14.6.4 <table:
22585 case 'table-protection': break;
22586 case 'data-pilot-grand-total': break; // <table:
22647 'xmlns:table': "urn:oasis:names:tc:opendocument:xmlns:table:1.0",
22818 return " <table:named-expressions>\n" + scoped.map(function(name) {
22820 return " " + writextag("table:named-range", null, {
22821 "table:name": name.Name,
22822 "table:cell-range-address": odsref,
22823 "table:base-cell-address": odsref.replace(/[\.]?[^\.]*$/, ".$A$1")
22825 }).join("\n") + "\n </table:named-expressions>\n";
22837 var null_cell_xml = ' <table:table-cell />\n';
22838 var covered_cell_xml = ' <table:covered-table-cell/>\n';
22842 …o.push(' <table:table table:name="' + escapexml(wb.SheetNames[i]) + '" table:style-name="ta1"…
22847 …) o.push(' <table:table-column' + (ws["!cols"][C] ? ' table:style-name="co' + ws["!cols"][C…
22851 H = ROWS[R] ? ' table:style-name="ro' + ROWS[R].ods + '"' : "";
22852 o.push(' <table:table-row' + H + '></table:table-row>\n');
22855 H = ROWS[R] ? ' table:style-name="ro' + ROWS[R].ods + '"' : "";
22856 o.push(' <table:table-row' + H + '>\n');
22866 ct['table:number-columns-spanned'] = (marr[mi].e.c - marr[mi].s.c + 1);
22867 ct['table:number-rows-spanned'] = (marr[mi].e.r - marr[mi].s.r + 1);
22873 ct['table:formula'] = escapexml(csf_to_ods_formula(cell.f));
22877 ct['table:number-matrix-columns-spanned'] = (_Fref.e.c - _Fref.s.c + 1);
22878 ct['table:number-matrix-rows-spanned'] = (_Fref.e.r - _Fref.s.r + 1);
22902 ct['table:style-name'] = "ce1";
22915 if(nfs[cell.z]) ct["table:style-name"] = "ce" + nfs[cell.z].slice(1);
22916 … o.push(' ' + writextag('table:table-cell', writextag('text:p', text_p, {}), ct) + '\n');
22918 o.push(' </table:table-row>\n');
22921 o.push(' </table:table>\n');
22939 o.push(' <style:style style:name="co' + cidx + '" style:family="table-column">\n');
22940 …o.push(' <style:table-column-properties fo:break-before="auto" style:column-width="' + w + '"/>\…
22955 o.push(' <style:style style:name="ro' + ridx + '" style:family="table-row">\n');
22956 … o.push(' <style:table-row-properties fo:break-before="auto" style:row-height="' + h + '"/>\n');
22963 /* table */
22964 o.push(' <style:style style:name="ta1" style:family="table" style:master-page-name="mp1">\n');
22965 o.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n');
22976 /* number formats, table cells, text */
22991 …o.push(' <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default…
22993 …o.push('<style:style style:name="ce' + nfs[nf].slice(1) + '" style:family="table-cell" style:paren…
23007 'xmlns:table': "urn:oasis:names:tc:opendocument:xmlns:table:1.0",
23035 'xmlns:tableooo': "http://openoffice.org/2009/table",
23059table:calculation-settings table:case-sensitive="false" table:search-criteria-must-apply-to-whole-…
26456 if(!end) { end = true; stream.push("</table>" + footer); }