Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-qofquerycore.cpp52 QOF_COMPARE_LT, in TEST()
57 EXPECT_EQ (QOF_COMPARE_LT, pdata->pd.how); in TEST()
157 QOF_COMPARE_LT, in TEST()
175 QOF_COMPARE_LT, in TEST()
190 QOF_COMPARE_LT, in TEST()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-date.c92 o->how = QOF_COMPARE_LT; in gnc_search_date_init()
196 gnc_combo_box_search_add(combo, _("is before"), QOF_COMPARE_LT); in make_menu()
203 gnc_combo_box_search_set_active(combo, fi->how ? fi->how : QOF_COMPARE_LT); in make_menu()
H A Dsearch-int64.c187 gnc_combo_box_search_add(combo, _("is less than"), QOF_COMPARE_LT); in make_menu()
194 gnc_combo_box_search_set_active(combo, fi->how ? fi->how : QOF_COMPARE_LT); in make_menu()
H A Dsearch-double.c185 gnc_combo_box_search_add(combo, _("is less than"), QOF_COMPARE_LT); in make_menu()
192 gnc_combo_box_search_set_active(combo, fi->how ? fi->how : QOF_COMPARE_LT); in make_menu()
H A Dsearch-numeric.c218 QOF_COMPARE_LT); in make_how_menu()
238 gnc_combo_box_search_set_active(combo, fi->how ? fi->how : QOF_COMPARE_LT); in make_how_menu()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofquerycore.h56 QOF_COMPARE_LT = 1, enumerator
H A Dqofquerycore.cpp361 case QOF_COMPARE_LT: in date_match_predicate()
501 case QOF_COMPARE_LT: in numeric_match_predicate()
787 case QOF_COMPARE_LT: in int32_match_predicate()
879 case QOF_COMPARE_LT: in int64_match_predicate()
971 case QOF_COMPARE_LT: in double_match_predicate()
H A Dqofquery.cpp1752 case QOF_COMPARE_LT: in qof_query_printStringForHow()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofquerycore.h53 QOF_COMPARE_LT = 1, enumerator
H A Dqofquerycore.c301 case QOF_COMPARE_LT: in time_match_predicate()
450 case QOF_COMPARE_LT: in numeric_match_predicate()
739 case QOF_COMPARE_LT: in int32_match_predicate()
836 case QOF_COMPARE_LT: in int64_match_predicate()
932 case QOF_COMPARE_LT: in double_match_predicate()
1219 case QOF_COMPARE_LT: in kvp_match_predicate()
H A Dqofsql.c296 qop = QOF_COMPARE_LT; in handle_single_condition()
H A Dqofquery.c1813 AS_STRING_CASE(QOF_COMPARE_LT,) in qof_query_printStringForHow()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-transaction-sql.cpp730 if (pPredData->how == QOF_COMPARE_LT in convert_query_comparison_to_sql()
743 || (isInverted && pPredData->how == QOF_COMPARE_LT)) in convert_query_comparison_to_sql()
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_core.py906 QOF_COMPARE_LT, \
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/rest-api/
H A Dgnucash_rest.py58 QOF_COMPARE_LT, \