Home
last modified time | relevance | path

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

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-style.h84 gboolean auto_fill_color; member
H A Dgo-style.c790 style->marker.auto_fill_color = is_auto; in cb_marker_fill_color_changed()
836 go_marker_selector_set_auto_fill (GO_SELECTOR (selector), style->marker.auto_fill_color); in marker_init()
1284 if (dst->marker.auto_fill_color) in go_style_apply_theme()
1534 gsf_xml_out_add_bool (output, "auto-fill", style->marker.auto_fill_color); in go_style_marker_sax_save()
1535 if (!style->marker.auto_fill_color) in go_style_marker_sax_save()
1707 } else if (bool_sax_prop ("auto-fill", attrs[0], attrs[1], &style->marker.auto_fill_color)) in go_style_sax_load_marker()
1932 style->marker.auto_fill_color = in go_style_force_auto()
1965 style->marker.auto_fill_color = in go_style_clear_auto()
1986 style->marker.auto_fill_color && style->line.auto_dash && in go_style_is_auto()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-read-color.c218 state->cur_style->marker.auto_fill_color = FALSE; in color_set_helper()
H A Dms-chart.c1542 s->style->marker.auto_fill_color = (back == 31 + s->series->len); in BC_R()
1545 s->style->marker.auto_fill_color = auto_marker; in BC_R()
4293 style->marker.auto_fill_color && style->marker.auto_shape && in chart_write_MARKERFORMAT()
4619 !style->marker.auto_fill_color) in style_is_completely_auto()
5895 style->marker.auto_fill_color = FALSE; in ms_excel_chart_write()
5915 style->marker.auto_fill_color = FALSE; in ms_excel_chart_write()
5970 style->marker.auto_fill_color = FALSE; in ms_excel_chart_write()
5990 style->marker.auto_fill_color = FALSE; in ms_excel_chart_write()
H A Dxlsx-write-drawing.c268 need_spPr = (!style->marker.auto_fill_color || in xlsx_write_go_style_marker()
282 if (!style->marker.auto_fill_color) { in xlsx_write_go_style_marker()
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dplot.c666 style->marker.auto_fill_color = FALSE; in plot_new_gplot()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-renderer.c808 if (rend->cur_style->marker.auto_fill_color && in gog_renderer_draw_marker()
H A Dgog-theme.c1034 if (mark->auto_fill_color) in map_marker()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c7757 is_auto = style->marker.auto_fill_color; in odf_write_gog_style_graphic()
7779 style->marker.auto_fill_color); in odf_write_gog_style_graphic()
H A Dopenoffice-read.c1209 style->marker.auto_fill_color = gnm_auto_marker_fill_color_value_set ? in odf_apply_style_props()