Searched refs:type_of_col (Results 1 – 1 of 1) sorted by relevance
2086 …void update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g…3469 void html_printer::update_min_max (colType type_of_col, int *minimum, int *maximum, text_glob *g) in update_min_max() argument3471 switch (type_of_col) { in update_min_max()3516 colType type_of_col = none; in lookahead_for_tables() local3570 if (type_of_col == tab_tag && start_of_table != NULL) { in lookahead_for_tables()3581 type_of_col = col_tag; in lookahead_for_tables()3588 type_of_col = tab_tag; in lookahead_for_tables()3597 if (type_of_col == col_tag && start_of_table != NULL) { in lookahead_for_tables()3609 type_of_col = tab0_tag; in lookahead_for_tables()3614 update_min_max(type_of_col, &colmin, &colmax, g); in lookahead_for_tables()[all …]