Home
last modified time | relevance | path

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

/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-format.h202 gboolean go_format_is_text (GOFormat const *fmt);
H A Dgo-format.c2526 if (go_format_is_text (fmt)) { in go_format_parse()
6461 go_format_is_text (GOFormat const *fmt) in go_format_is_text() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dstf-parse.c1247 if (!go_format_is_text (fmt) && *text == '=' && text[1] != 0) { in stf_cell_set_text()
1388 if (!go_format_is_text (fmt) && in stf_parse_sheet()
H A Dwbc-gtk-edit.c880 go_format_is_text (gnm_cell_get_format (cell)) && in wbcg_edit_start()
H A Dcommands.c861 if ((format == NULL) || !go_format_is_text (format)) { in cmd_set_text_full()
4204 !go_format_is_text (gnm_cell_get_format (cell_res.cell))); in cmd_search_replace_do_cell()
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-expr-entry.c1038 forced_text = ((format != NULL) && go_format_is_text (format)); in gee_update_lexer_items()
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog12116 * goffice/utils/go-format.c (go_format_is_text): Typo.