Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-qofquerycore.cpp107 QOF_COMPARE_GT, in TEST()
111 EXPECT_EQ (QOF_COMPARE_GT, pdata->pd.how); in TEST()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-date.c176 if (fe->how == QOF_COMPARE_LTE || fe->how == QOF_COMPARE_GT) in gnc_search_date_set_date_from_edit()
200 gnc_combo_box_search_add(combo, _("is after"), QOF_COMPARE_GT); in make_menu()
H A Dsearch-int64.c191 gnc_combo_box_search_add(combo, _("is greater than"), QOF_COMPARE_GT); in make_menu()
H A Dsearch-double.c189 gnc_combo_box_search_add(combo, _("is greater than"), QOF_COMPARE_GT); in make_menu()
H A Dsearch-numeric.c231 QOF_COMPARE_GT); in make_how_menu()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquerycore.h59 QOF_COMPARE_GT, enumerator
H A Dqofquerycore.cpp367 case QOF_COMPARE_GT: in date_match_predicate()
507 case QOF_COMPARE_GT: in numeric_match_predicate()
793 case QOF_COMPARE_GT: in int32_match_predicate()
885 case QOF_COMPARE_GT: in int64_match_predicate()
977 case QOF_COMPARE_GT: in double_match_predicate()
H A Dqofquery.cpp1758 case QOF_COMPARE_GT: in qof_query_printStringForHow()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquerycore.h56 QOF_COMPARE_GT, enumerator
H A Dqofquerycore.c307 case QOF_COMPARE_GT: in time_match_predicate()
456 case QOF_COMPARE_GT: in numeric_match_predicate()
745 case QOF_COMPARE_GT: in int32_match_predicate()
842 case QOF_COMPARE_GT: in int64_match_predicate()
938 case QOF_COMPARE_GT: in double_match_predicate()
1227 case QOF_COMPARE_GT: in kvp_match_predicate()
H A Dqofsql.c293 qop = QOF_COMPARE_GT; in handle_single_condition()
H A Dqofquery.c1816 AS_STRING_CASE(QOF_COMPARE_GT,) in qof_query_printStringForHow()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-transaction-sql.cpp734 || (isInverted && pPredData->how == QOF_COMPARE_GT)) in convert_query_comparison_to_sql()
739 else if (pPredData->how == QOF_COMPARE_GT in convert_query_comparison_to_sql()
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.py909 QOF_COMPARE_GT, \
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/rest-api/
H A Dgnucash_rest.py61 QOF_COMPARE_GT, \