Home
last modified time | relevance | path

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

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-style.c1375 bool_sax_prop (char const *name, xmlChar const *id, xmlChar const *val, gboolean *res) in bool_sax_prop() function
1585 else if (bool_sax_prop ("auto-dash", attrs[0], attrs[1], &line->auto_dash)) in go_style_sax_load_line()
1596 } else if (bool_sax_prop ("auto-width", attrs[0], attrs[1], &line->auto_width)) { in go_style_sax_load_line()
1600 else if (bool_sax_prop ("auto-color", attrs[0], attrs[1], &line->auto_color)) in go_style_sax_load_line()
1625 else if (bool_sax_prop ("auto-pattern", attrs[0], attrs[1], &style->fill.auto_pattern)) in go_style_sax_load_fill_pattern()
1683 } else if (bool_sax_prop ("auto-type", attrs[0], attrs[1], &style->fill.auto_type)) in go_style_sax_load_fill()
1685 else if (bool_sax_prop ("is-auto", attrs[0], attrs[1], &style->fill.auto_back)) in go_style_sax_load_fill()
1687 else if (bool_sax_prop ("auto-fore", attrs[0], attrs[1], &style->fill.auto_fore)) in go_style_sax_load_fill()
1698 if (bool_sax_prop ("auto-shape", attrs[0], attrs[1], &style->marker.auto_shape)) in go_style_sax_load_marker()
1731 } else if (bool_sax_prop ("auto-font", attrs[0], attrs[1], &style->font.auto_font)) { in go_style_sax_load_font()
[all …]