Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-cell-format-cond.c451 sc = gnm_style_get_conditions (state->style); in cb_c_fmt_dialog_copy_button()
500 ? gnm_style_get_conditions (state->style) in cb_c_fmt_dialog_copy_button()
658 NULL != (old_cond = gnm_style_get_conditions (sr->style))) in c_fmt_dialog_condition_setter_tiled()
682 old_cond = gnm_style_get_conditions (state->style); in c_fmt_dialog_set_conditions()
711 sc = gnm_style_conditions_dup (gnm_style_get_conditions (state->style)); in c_fmt_dialog_apply_add_choice()
770 (gnm_style_get_conditions (state->style)); in cb_c_fmt_dialog_remove_clicked()
1022 NULL != (sc = gnm_style_get_conditions (style)) && in c_fmt_dialog_conditions_page_load_conditions()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmstyle.h164 GnmStyleConditions *gnm_style_get_conditions (GnmStyle const *style);
H A Dsheet-conditions.c331 GnmStyleConditions const *conds = gnm_style_get_conditions (style); in find_group()
350 g->conds = gnm_style_get_conditions (style); in sheet_conditions_add()
H A Dprint-cell.c242 conds = gnm_style_get_conditions (style); in print_merged_range_gtk()
H A Dmstyle.c2289 gnm_style_get_conditions (GnmStyle const *style) in gnm_style_get_conditions() function
2336 ? gnm_style_get_conditions (style) in gnm_style_link_dependents()
2362 ? gnm_style_get_conditions (style) in gnm_style_unlink_dependents()
H A Dsheet-style.c1436 ? gnm_style_get_conditions (style) in style_row()
2861 return gnm_style_get_conditions (a) == gnm_style_get_conditions (b); in style_conditions_equal()
2867 return gnm_style_get_conditions (style) != NULL; in style_conditions_filter()
H A Dcell.c1021 conds = gnm_style_get_conditions (mstyle); in gnm_cell_get_effective_style()
H A Dclipboard.c1035 ? gnm_style_get_conditions (style) in cellregion_invalidate_sheet()
H A Ditem-grid.c320 conds = gnm_style_get_conditions (style); in item_grid_draw_merged_range()
H A Dxml-sax-write.c629 NULL != (sc = gnm_style_get_conditions (style))) { in xml_write_style()
H A Dxml-sax-read.c1753 NULL == (sc = gnm_style_get_conditions (state->style))) in xml_sax_condition_end()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-write.c1452 sc = gnm_style_get_conditions (sr->style); in excel_write_conditions()
1793 NULL == gnm_style_get_conditions (sr->style)) in excel_write_prep_conditions()
1796 gnm_style_get_conditions (sr->style)); in excel_write_prep_conditions()
2125 NULL != gnm_style_get_conditions (st)) { in put_colors()
2127 gnm_style_get_conditions (st)); in put_colors()
H A Dxlsx-write.c1916 GnmStyleConditions *sc = gnm_style_get_conditions (sr->style); in xlsx_write_conditional_formatting()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/openoffice/
H A Dopenoffice-write.c1675 NULL != (sc = gnm_style_get_conditions (style)) && in odf_write_style()
1819 NULL != (sc = gnm_style_get_conditions (style))) { in odf_store_this_named_style()
1845 NULL != (sc = gnm_style_get_conditions (sr->style))) { in odf_save_this_style()
H A Dopenoffice-read.c3611 (sc = gnm_style_get_conditions (style)) != NULL) in odf_style_add_condition()