Home
last modified time | relevance | path

Searched refs:interesting_fields (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-series-lines.c37 style->interesting_fields = (GOG_SERIES_LINES (gso)->use_markers) in gog_series_lines_init_style()
41 style, GOG_OBJECT (gso), 0, style->interesting_fields); in gog_series_lines_init_style()
109 if ((style->interesting_fields & GO_STYLE_MARKER) != 0) in gog_series_lines_stroke()
H A Dgog-styled-object.c70 if ((style->interesting_fields & GO_STYLE_FILL) && in gog_styled_object_document_changed()
156 if (style->interesting_fields != 0) { in styled_object_populate_editor()
183 style->interesting_fields = GO_STYLE_OUTLINE | GO_STYLE_FILL; /* default */ in gog_styled_object_init_style()
185 style, GOG_OBJECT (gso), 0, style->interesting_fields); in gog_styled_object_init_style()
H A Dgog-legend.c185 style->interesting_fields = GO_STYLE_OUTLINE | GO_STYLE_FILL | GO_STYLE_FONT; in gog_legend_init_style()
291 if (!glv->uses_lines && (style->interesting_fields & GO_STYLE_LINE)) in cb_size_elements()
403 if (style->interesting_fields & (GO_STYLE_LINE | GO_STYLE_OUTLINE)) in cb_swatch_scale()
464 …if ((base_style->interesting_fields & (GO_STYLE_LINE | GO_STYLE_OUTLINE)) == GO_STYLE_LINE) { /* l… in cb_render_elements()
477 if (style->interesting_fields & GO_STYLE_FILL) { in cb_render_elements()
486 if (base_style->interesting_fields & GO_STYLE_MARKER) { in cb_render_elements()
492 } else if (base_style->interesting_fields & GO_STYLE_FILL) { /* area swatch */ in cb_render_elements()
505 } else if (base_style->interesting_fields & GO_STYLE_MARKER) { /* markers only */ in cb_render_elements()
H A Dgog-renderer.c739 style->interesting_fields = GO_STYLE_FILL | GO_STYLE_OUTLINE; in gog_renderer_draw_grip()
766 style->interesting_fields = GO_STYLE_OUTLINE; in gog_renderer_draw_selection_rectangle()
1169 rect.width = (legend_style->interesting_fields & GO_STYLE_LINE)? 2 * ih: ih; in gog_renderer_draw_data_label()
1225 if (style->interesting_fields & GO_STYLE_LINE) { /* line and marker */ in gog_renderer_draw_data_label()
1236 if (style->interesting_fields & GO_STYLE_FILL) { in gog_renderer_draw_data_label()
1246 } else if (style->interesting_fields & GO_STYLE_FILL) {/* area */ in gog_renderer_draw_data_label()
1257 } else if (style->interesting_fields & GO_STYLE_MARKER) { /* markers only */ in gog_renderer_draw_data_label()
H A Dgog-trend-line.c124 style->interesting_fields = GO_STYLE_LINE; in gog_trend_line_init_style()
H A Dgog-series.c261 style->interesting_fields = parent_style->interesting_fields; in gog_series_element_init_style()
264 style->interesting_fields); in gog_series_element_init_style()
764 style->interesting_fields = series->plot->desc.series.style_fields; in gog_series_init_style()
767 style->interesting_fields); in gog_series_init_style()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dfilter/
H A Ddfilter.c139 g_free(df->interesting_fields);
179 if (dfw->interesting_fields) {
180 g_hash_table_destroy(dfw->interesting_fields);
384 dfilter->interesting_fields = dfw_interesting_fields(dfw,
450 proto_tree_prime_with_hfid(tree, df->interesting_fields[i]);
H A Ddfilter-int.h27 int *interesting_fields; in UI_UTIL_read_pw_string()
40 GHashTable *interesting_fields; in UI_UTIL_read_pw()
H A Dgencode.c91 g_hash_table_insert(dfw->interesting_fields, in dfw_append_read_tree()
472 g_hash_table_insert(dfw->interesting_fields, in gen_test()
583 dfw->interesting_fields = g_hash_table_new(g_direct_hash, g_direct_equal); in dfw_gencode()
680 int num_fields = g_hash_table_size(dfw->interesting_fields); in dfw_interesting_fields()
692 g_hash_table_foreach(dfw->interesting_fields, get_hash_key, &hki); in dfw_interesting_fields()
/dports/net/wireshark/wireshark-3.6.1/epan/dfilter/
H A Ddfilter.c139 g_free(df->interesting_fields); in dfilter_free()
179 if (dfw->interesting_fields) { in dfwork_free()
180 g_hash_table_destroy(dfw->interesting_fields); in dfwork_free()
384 dfilter->interesting_fields = dfw_interesting_fields(dfw, in dfilter_compile()
450 proto_tree_prime_with_hfid(tree, df->interesting_fields[i]); in dfilter_prime_proto_tree()
H A Ddfilter-int.h27 int *interesting_fields; member
40 GHashTable *interesting_fields; member
H A Dgencode.c91 g_hash_table_insert(dfw->interesting_fields, in negotiate_err_set()
472 g_hash_table_insert(dfw->interesting_fields,
583 dfw->interesting_fields = g_hash_table_new(g_direct_hash, g_direct_equal);
680 int num_fields = g_hash_table_size(dfw->interesting_fields);
692 g_hash_table_foreach(dfw->interesting_fields, get_hash_key, &hki);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dfilter/
H A Ddfilter.c139 g_free(df->interesting_fields); in decode_as_default_reset()
179 if (dfw->interesting_fields) {
180 g_hash_table_destroy(dfw->interesting_fields);
384 dfilter->interesting_fields = dfw_interesting_fields(dfw, in decode_as_print_rows()
450 proto_tree_prime_with_hfid(tree, df->interesting_fields[i]); in decode_build_reset_list()
H A Ddfilter-int.h27 int *interesting_fields;
40 GHashTable *interesting_fields;
H A Dgencode.c91 g_hash_table_insert(dfw->interesting_fields,
472 g_hash_table_insert(dfw->interesting_fields,
583 dfw->interesting_fields = g_hash_table_new(g_direct_hash, g_direct_equal);
680 int num_fields = g_hash_table_size(dfw->interesting_fields);
692 g_hash_table_foreach(dfw->interesting_fields, get_hash_key, &hki);
/dports/net/tshark/wireshark-3.6.1/epan/dfilter/
H A Ddfilter.c139 g_free(df->interesting_fields); in dfilter_free()
179 if (dfw->interesting_fields) { in dfwork_free()
180 g_hash_table_destroy(dfw->interesting_fields); in dfwork_free()
384 dfilter->interesting_fields = dfw_interesting_fields(dfw, in dfilter_compile()
450 proto_tree_prime_with_hfid(tree, df->interesting_fields[i]); in dfilter_prime_proto_tree()
H A Ddfilter-int.h27 int *interesting_fields; member
40 GHashTable *interesting_fields; member
H A Dgencode.c91 g_hash_table_insert(dfw->interesting_fields, in dfw_append_read_tree()
472 g_hash_table_insert(dfw->interesting_fields, in gen_test()
583 dfw->interesting_fields = g_hash_table_new(g_direct_hash, g_direct_equal); in dfw_gencode()
680 int num_fields = g_hash_table_size(dfw->interesting_fields); in dfw_interesting_fields()
692 g_hash_table_foreach(dfw->interesting_fields, get_hash_key, &hki); in dfw_interesting_fields()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-style.c1025 if (style->interesting_fields & GO_STYLE_FILL) in cb_style_changed()
1027 if (style->interesting_fields & GO_STYLE_LINE) { in cb_style_changed()
1035 if (style->interesting_fields & GO_STYLE_OUTLINE) { in cb_style_changed()
1043 if (style->interesting_fields & GO_STYLE_MARKER) { in cb_style_changed()
1089 enable = style->interesting_fields; in go_style_populate_editor()
1232 dst->interesting_fields = src->interesting_fields; in go_style_assign()
1339 style->interesting_fields = GO_STYLE_ALL; in go_style_init()
1785 if (style->interesting_fields & GO_STYLE_LINE) in go_style_persist_sax_save()
1790 if (style->interesting_fields & GO_STYLE_FILL) in go_style_persist_sax_save()
1792 if (style->interesting_fields & GO_STYLE_MARKER) in go_style_persist_sax_save()
[all …]
H A Dgo-style.h90 GOStyleFlag interesting_fields; member
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dgnm-so-polygon.c115 res->interesting_fields = GO_STYLE_OUTLINE | GO_STYLE_FILL; in sop_default_style()
216 style->interesting_fields = GO_STYLE_OUTLINE | GO_STYLE_FILL; in gnm_so_polygon_set_property()
H A Dgnm-so-line.c106 res->interesting_fields = GO_STYLE_LINE; in sol_default_style()
363 style->interesting_fields = GO_STYLE_LINE; in gnm_so_line_set_property()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dxlsx-write-drawing.c140 if (!(style->interesting_fields & GO_STYLE_FONT)) in xlsx_go_style_has_font()
149 gboolean has_font_color = ((style->interesting_fields & GO_STYLE_FONT) && in xlsx_write_rpr()
243 if ((style->interesting_fields & GO_STYLE_MARKER) == 0) in xlsx_write_go_style_marker()
323 gboolean has_font_color = ((style->interesting_fields & GO_STYLE_FONT) && in xlsx_write_go_style_full()
326 gboolean has_layout_angle = ((style->interesting_fields & GO_STYLE_TEXT_LAYOUT) && in xlsx_write_go_style_full()
355 if (style->interesting_fields & GO_STYLE_FILL) { in xlsx_write_go_style_full()
474 if ((style->interesting_fields & (GO_STYLE_LINE | GO_STYLE_OUTLINE)) && in xlsx_write_go_style_full()
653 gboolean has_font_color = ((style->interesting_fields & GO_STYLE_FONT) && in xlsx_write_chart_text()
688 style_minus_font->interesting_fields &= ~GO_STYLE_FONT; in xlsx_write_chart_text()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_radar/
H A Dgog-radar.c1160 if (parent_style->interesting_fields & GO_STYLE_MARKER) in gog_rt_series_element_init_style()
1161 …style->interesting_fields = parent_style->interesting_fields & (GO_STYLE_MARKER | GO_STYLE_MARKER_… in gog_rt_series_element_init_style()
1163 style->interesting_fields = parent_style->interesting_fields; in gog_rt_series_element_init_style()
1165 style, GOG_OBJECT (gso), GOG_SERIES_ELEMENT (gso)->index, style->interesting_fields); in gog_rt_series_element_init_style()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_xy/
H A Dgog-xy.c1352 model->base.index_num + i - 1, style->interesting_fields); in gog_xy_view_render()
1495 if (style->interesting_fields & GO_STYLE_MARKER) in gog_xy_view_render()
1580 cur_offset += (style->interesting_fields & GO_STYLE_MARKER)? in gog_xy_view_render()
1761 if (parent_style->interesting_fields & GO_STYLE_MARKER) in gog_xy_series_element_init_style()
1762 …style->interesting_fields = parent_style->interesting_fields & (GO_STYLE_MARKER | GO_STYLE_MARKER_… in gog_xy_series_element_init_style()
1764 style->interesting_fields = parent_style->interesting_fields; in gog_xy_series_element_init_style()
1766 style, GOG_OBJECT (gso), GOG_SERIES_ELEMENT (gso)->index, style->interesting_fields); in gog_xy_series_element_init_style()

123