Home
last modified time | relevance | path

Searched refs:QOF_NUMERIC_MATCH_ANY (Results 1 – 8 of 8) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-numeric.c95 o->option = QOF_NUMERIC_MATCH_ANY; in gnc_search_numeric_init()
250 gnc_combo_box_search_add(combo, _("has credits or debits"), QOF_NUMERIC_MATCH_ANY); in make_option_menu()
254 gnc_combo_box_search_set_active(combo, fi->option ? fi->option : QOF_NUMERIC_MATCH_ANY); in make_option_menu()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquerycore.h105 QOF_NUMERIC_MATCH_ANY enumerator
H A DQuery.c646 xaccQueryAddNumericMatch ((q), (amt), QOF_NUMERIC_MATCH_ANY, (how), (op), in xaccQueryAddSharePriceMatch()
654 xaccQueryAddNumericMatch ((q), (amt), QOF_NUMERIC_MATCH_ANY, (how), (op), in xaccQueryAddSharesMatch()
662 (q), gnc_numeric_zero(), QOF_NUMERIC_MATCH_ANY, in xaccQueryAddBalanceMatch()
H A Dqofquery.cpp1905 case QOF_NUMERIC_MATCH_ANY: in qof_query_printNumericMatch()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquerycore.h100 QOF_NUMERIC_MATCH_ANY enumerator
H A Dqofsql.c393 qof_query_numeric_predicate (qop, QOF_NUMERIC_MATCH_ANY, ival); in handle_single_condition()
401 qof_query_numeric_predicate (qop, QOF_NUMERIC_MATCH_ANY, ival); in handle_single_condition()
H A Dqofquery.c1966 AS_STRING_CASE(QOF_NUMERIC_MATCH_ANY,) in qof_query_printNumericMatch()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test-core/
H A Dtest-engine-stuff.cpp1837 compare_param<QofNumericMatch> (QOF_NUMERIC_MATCH_ANY), in get_random_query()
2001 xaccQueryAddValueMatch (q, n, QOF_NUMERIC_MATCH_ANY, in make_trans_query()