Searched refs:html_table (Results 1 – 5 of 5) sorted by relevance
243 html_table::html_table (simple_output *op, int linelen) in html_table() function in html_table249 html_table::~html_table () in ~html_table()267 void html_table::remove_cols (cols *c) in remove_cols()284 void html_table::set_linelength (int linelen) in set_linelength()307 int html_table::get_effective_linelength (void) in get_effective_linelength()319 void html_table::add_indent (int indent) in add_indent()329 void html_table::emit_table_header (int space) in emit_table_header()360 int html_table::get_right (cols *c) in get_right()374 void html_table::set_space (int space) in set_space()383 void html_table::emit_col (int n) in emit_col()[all …]
72 class html_table {74 html_table (simple_output *op, int linelen);75 ~html_table (void);131 html_table *table;
494 void remember_table (html_table *t);495 html_table *get_table (void);506 html_table *tab; // table description904 void text_glob::remember_table (html_table *t) in remember_table()915 html_table *text_glob::get_table (void) in get_table()1974 html_table *table;2993 html_table *t = g->get_table(); in do_tab_ts()3523 html_table *tbl = new html_table(&html, -1); in lookahead_for_tables()3574 tbl = new html_table(&html, -1); in lookahead_for_tables()3601 tbl = new html_table(&html, -1); in lookahead_for_tables()[all …]
684 (html_table::emit_table_header, html_table::emit_new_row):686 (html_table::set_space): New function.692 (html_table): Make `out' public.1022 (html_table::emit_table_header): Don't emit `cols' attribute which1178 (html_table::emit_table_header): Emit style data.1179 (html_table::insert_column): Improved.3824 * src/devices/grohtml/html-table.cc (html_table::emit_col,3825 html_table::is_gap): Compute table widths after converting border3836 (html_table::set_linelength): Don't add 1.3837 (html_table::add_indent): Don't subtract 1.[all …]
435 * src/devices/grohtml/html-table.cc (html_table::finish_row):