Home
last modified time | relevance | path

Searched refs:is_elt_type (Results 1 – 2 of 2) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/html/
H A Dhtml_read.c381 is_elt_type (htmlNodePtr ptr, char const ** types) in is_elt_type() function
399 is_elt_type (ptr, table_start_elt_types)); in starts_inferred_table()
406 !(is_elt_type (ptr, table_start_elt_types) || in ends_inferred_table()
407 is_elt_type (ptr, cont_elt_types))); in ends_inferred_table()
414 is_elt_type (ptr, row_start_elt_types)); in starts_inferred_row()
421 !(is_elt_type (ptr, row_start_elt_types) || in ends_inferred_row()
422 is_elt_type (ptr, cont_elt_types))); in ends_inferred_row()
H A DChangeLog899 * html_read.c (is_elt_type, starts_inferred_table,