Home
last modified time | relevance | path

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

/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-so-list.c86 output = gnm_expr_entry_parse (state->link_entry, in cb_so_list_response()
88 content = gnm_expr_entry_parse (state->content_entry, in cb_so_list_response()
H A Ddialog-cell-format-cond.c170 GnmExprTop const *texpr = gnm_expr_entry_parse (GNM_EXPR_ENTRY (state->editor.expr_x), &pp, in c_fmt_dialog_set_sensitive()
178 GnmExprTop const *texpr = gnm_expr_entry_parse (GNM_EXPR_ENTRY (state->editor.expr_y), &pp, in c_fmt_dialog_set_sensitive()
414 GnmExprTop const *texpr = gnm_expr_entry_parse (GNM_EXPR_ENTRY (state->editor.expr_x), &pp, in c_fmt_dialog_get_condition()
421 GnmExprTop const *texpr = gnm_expr_entry_parse (GNM_EXPR_ENTRY (state->editor.expr_y), &pp, in c_fmt_dialog_get_condition()
H A Ddialog-cell-format.c1604 return gnm_expr_entry_parse (gee, &pp, NULL, FALSE, GNM_EXPR_PARSE_DEFAULT); in validation_entry_to_expr()
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-expr-entry.h56 GnmExprTop const *gnm_expr_entry_parse (GnmExprEntry *gee,
H A Dgnm-expr-entry.c2590 gnm_expr_entry_parse (GnmExprEntry *gee, GnmParsePos const *pp, in gnm_expr_entry_parse() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-object-widget.c1000 GnmExprTop const *texpr = gnm_expr_entry_parse in cb_button_set_focus()
1026 GnmExprTop const *texpr = gnm_expr_entry_parse (state->expression, in cb_button_config_ok_clicked()
1605 GnmExprTop const *texpr = gnm_expr_entry_parse ( in cb_adjustment_set_focus()
1631 GnmExprTop const *texpr = gnm_expr_entry_parse (state->expression, in cb_adjustment_config_ok_clicked()
2452 GnmExprTop const *texpr = gnm_expr_entry_parse ( in cb_checkbox_set_focus()
2478 GnmExprTop const *texpr = gnm_expr_entry_parse (state->expression, in cb_checkbox_config_ok_clicked()
3164 GnmExprTop const *texpr = gnm_expr_entry_parse ( in cb_radio_button_set_focus()
3202 GnmExprTop const *texpr = gnm_expr_entry_parse in cb_radio_button_config_ok_clicked()
H A Dwbc-gtk.c4653 texpr = gnm_expr_entry_parse (editor->entry, in cb_graph_dim_editor_update()