Home
last modified time | relevance | path

Searched refs:gnm_func_lookup (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/gnumeric/gnumeric-1.12.50/plugins/lotus-123/
H A Dlotus-formula.c384 GnmFunc *func = gnm_func_lookup (gname, NULL); in lotus_placeholder()
411 ? gnm_func_lookup (f->gnumeric_name, NULL) in wk1_std_func()
466 func = gnm_func_lookup (f->gnumeric_name, NULL); in wk1_fin_func()
574 GnmFunc *func = gnm_func_lookup (gname, NULL); in handle_named_func()
919 !gnm_func_lookup (f->gnumeric_name, NULL)) { in lotus_formula_init()
939 !gnm_func_lookup (f->gnumeric_name, NULL)) { in lotus_formula_init()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/qpro/
H A Dqpro-read.c354 f = gnm_func_lookup (name, NULL); in dump_missing_functions()
532 GnmFunc *f = gnm_func_lookup (op == QPRO_OP_OR ? "or" : "and", in qpro_parse_formula()
541 GnmFunc *f = gnm_func_lookup ("NOT", NULL); in qpro_parse_formula()
570 f = gnm_func_lookup (name, NULL); in qpro_parse_formula()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dfunc-builtin.c566 g_signal_connect (gnm_func_lookup ("table", NULL), in gnm_func_builtin_init()
569 g_signal_connect (gnm_func_lookup ("sum", NULL), in gnm_func_builtin_init()
582 GnmFunc *func = gnm_func_lookup (builtins[i].name, NULL); in gnm_func_builtin_shutdown()
H A Dfunc.c80 fn_if = gnm_func_lookup ("if", NULL); in gnm_func_init_()
543 gnm_func_lookup (char const *name, Workbook *scope) in gnm_func_lookup() function
851 g_return_val_if_fail (gname == NULL || gnm_func_lookup (gname, scope) == NULL, NULL); in gnm_func_add_placeholder_full()
957 GnmFunc * f = gnm_func_lookup (name, NULL); in gnm_func_lookup_or_add_placeholder()
1511 fn_def = gnm_func_lookup (fn_name, NULL); in function_call_with_values()
H A Dfunc.h253 GnmFunc *gnm_func_lookup (char const *name, Workbook *scope);
H A Dparser.y295 and_func = gnm_func_lookup ("AND", NULL); in build_logical()
297 or_func = gnm_func_lookup ("OR", NULL); in build_logical()
313 not_func = gnm_func_lookup ("NOT", NULL); in build_not()
H A Dssgrep.c215 GnmFunc *func = gnm_func_lookup (clean, state->wb); in cb_check_func()
H A Dexpr-deriv.c554 GnmFunc *fln = gnm_func_lookup ("ln", NULL); in gnm_expr_deriv()
H A Dparser.c360 and_func = gnm_func_lookup ("AND", NULL); in build_logical()
362 or_func = gnm_func_lookup ("OR", NULL); in build_logical()
378 not_func = gnm_func_lookup ("NOT", NULL); in build_not()
H A Dsheet-conditions.c741 GnmFunc *f = gnm_func_lookup ("SUM", NULL); in update_group()
H A Dgnm-plugin.c251 GnmFunc *func = gnm_func_lookup (fname, NULL); in plugin_service_function_group_deactivate()
H A Dworkbook-view.c854 wb_view_auto_expr_func (wbv, gnm_func_lookup ("sum", NULL)); in wb_view_constructor()
H A Dparse-util.c1475 : gnm_func_lookup (name, scope); in std_func_map()
H A Dexpr.c1689 f_if = gnm_func_lookup ("if", NULL); in gnm_expr_simplify_if()
H A Dsstest.c1113 if (!gnm_func_lookup (ref, NULL)) { in gnm_func_sanity_check1()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-formula-read.c519 return gnm_func_lookup (names[ui].oldname, wb); in xl2010_synonyms()
724 name = gnm_func_lookup (f_name + 6, wb); in make_function()
731 (name = gnm_func_lookup (f_name + 9, wb))) { in make_function()
737 name = gnm_func_lookup (f_name, wb); in make_function()
773 name = gnm_func_lookup (fd->name, wb); in make_function()
H A Dms-excel-read.c2850 texpr = gnm_expr_top_new (gnm_expr_new_funcall (gnm_func_lookup ("table", NULL), args)); in excel_formula_shared()
7468 GnmFunc *func = gnm_func_lookup (name, NULL); in excel_read_init()
7485 GnmFunc *func = gnm_func_lookup (gnm_name, NULL); in excel_read_init()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/sample_datasource/
H A Dsample_datasource.c244 GnmFunc *atl_last = gnm_func_lookup ("atl_last", NULL); in go_plugin_init()
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-consolidate.c155 gnm_consolidate_set_function (cs, gnm_func_lookup (func, NULL)); in construct_consolidate()
H A Ddialog-function-select.c267 fd = gnm_func_lookup (name, NULL); in dialog_function_load_recent_funcs()
946 fd = gnm_func_lookup (name, state->wb); in dialog_function_select_find_func()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dpy-gnumeric.c625 fn_def = gnm_func_lookup (fn_name, NULL); in py_GnumericFuncDict_subscript()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-math/
H A Dfunctions.c1804 GnmFunc *fsum = gnm_func_lookup ("SUM", NULL); in gnumeric_sumsq_equiv()
3809 g_signal_connect (gnm_func_lookup ("sumsq", NULL), in go_plugin_init()
3811 g_signal_connect (gnm_func_lookup ("exp", NULL), in go_plugin_init()
3813 g_signal_connect (gnm_func_lookup ("ln", NULL), in go_plugin_init()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/sc/
H A Dsc.c982 if (NULL == (f = gnm_func_lookup (name, scope))) in sc_func_map_in()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/applix/
H A Dapplix-read.c1638 if (NULL == (f = gnm_func_lookup (name, scope))) in applix_func_map_in()
/dports/math/gnumeric/gnumeric-1.12.50/src/widgets/
H A Dgnm-expr-entry.c1188 : gnm_func_lookup (name, NULL); in gee_check_tooltip()

12