Home
last modified time | relevance | path

Searched refs:QOF_TYPE_DOUBLE (Results 1 – 23 of 23) sorted by relevance

/dports/databases/qof/qof-0.8.8/qof/
H A Dkvputil.c232 if (0 == safe_strcmp (QOF_TYPE_DOUBLE, type_string)) in qof_id_to_kvp_value_type()
257 return QOF_TYPE_DOUBLE; in kvp_value_type_to_qof_id()
H A Dqofclass.h89 #define QOF_TYPE_DOUBLE "double" macro
H A Dqofgobj.c283 qpar->param_type = QOF_TYPE_DOUBLE; in qof_gobject_register()
H A Dqofclass.c317 if (0 == safe_strcmp (param->param_type, QOF_TYPE_DOUBLE)) in find_reference_param_cb()
H A Dqofutil.c534 if (safe_strcmp (paramType, QOF_TYPE_DOUBLE) == 0) in qof_util_param_to_string()
750 if (safe_strcmp (param->param_type, QOF_TYPE_DOUBLE) == 0) in qof_util_param_set_string()
H A Dqofsql.c366 else if (!strcmp (param_type, QOF_TYPE_DOUBLE)) in handle_single_condition()
757 if (safe_strcmp (param->param_type, QOF_TYPE_DOUBLE) == 0) in qof_sql_insertCB()
1158 || (0 == safe_strcmp (param->param_type, QOF_TYPE_DOUBLE)) in string_param_to_sql()
H A Dqofbookmerge.c212 if (safe_strcmp (mergeType, QOF_TYPE_DOUBLE) == 0) in qof_book_merge_compare()
809 if (safe_strcmp (rule->mergeType, QOF_TYPE_DOUBLE) == 0) in qof_book_merge_commit_rule_loop()
H A Dqofquerycore.c77 static const gchar *query_double_type = QOF_TYPE_DOUBLE;
1788 QOF_TYPE_DOUBLE, double_match_predicate, double_compare_func, in init_tables()
H A Dqofsession.c427 if (safe_strcmp (cm_param->param_type, QOF_TYPE_DOUBLE) == 0) in qof_entity_foreach_copy()
H A Dqofquery.c1886 if (!safe_strcmp (pd->type_name, QOF_TYPE_DOUBLE)) in qof_query_printValueForParam()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofclass.h97 #define QOF_TYPE_DOUBLE "double" macro
H A Dqofclass.cpp314 if (0 == g_strcmp0(param->param_type, QOF_TYPE_DOUBLE)) in find_reference_param_cb()
H A Dqofquerycore.cpp77 static const char * query_double_type = QOF_TYPE_DOUBLE;
1663 QOF_TYPE_DOUBLE, double_match_predicate, double_compare_func, in init_tables()
H A Dqofquery.cpp1823 if (!g_strcmp0 (pd->type_name, QOF_TYPE_DOUBLE)) in qof_query_printValueForParam()
H A DSplit.c2272 "d-share-amount", QOF_TYPE_DOUBLE, in xaccSplitRegister()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dsearch-core-type.c248 gnc_search_core_register_type (QOF_TYPE_DOUBLE, in init_table()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dgtest-qofquerycore.cpp122 EXPECT_STREQ (QOF_TYPE_DOUBLE, pdata->pd.type_name); in TEST()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-recursive.c695 {OBJ_DISCOUNT, QOF_TYPE_DOUBLE, (QofAccessFunc) grand_getDiscount, in mygrandRegister()
747 {OBJ_DISCOUNT, QOF_TYPE_DOUBLE, (QofAccessFunc) parent_getDiscount, in myparentRegister()
796 {OBJ_DISCOUNT, QOF_TYPE_DOUBLE, (QofAccessFunc) child_getDiscount, in mychildRegister()
H A Dtest-event.c234 {OBJ_DISCOUNT, QOF_TYPE_DOUBLE, (QofAccessFunc) event_getDiscount, in event_objRegister()
H A Dtest-book-merge.c255 {OBJ_DISCOUNT, QOF_TYPE_DOUBLE, (QofAccessFunc) obj_getDiscount, in myobjRegister()
/dports/finance/gnucash/gnucash-4.9/bindings/guile/
H A Dgnc-engine-guile.c473 else if (!g_strcmp0 (pd->type_name, QOF_TYPE_DOUBLE)) in gnc_queryterm2scm()
646 else if (!g_strcmp0 (type, QOF_TYPE_DOUBLE)) in gnc_scm2query_term_query_v2()
/dports/databases/qof/qof-0.8.8/backend/file/
H A Dqsf-backend.c222 g_slist_append (params->supported_types, QOF_TYPE_DOUBLE); in qsf_param_init()
1417 if (safe_strcmp (qof_type, QOF_TYPE_DOUBLE) == 0) in qsf_object_commitCB()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-transaction-sql.cpp869 else if (strcmp (pPredData->type_name, QOF_TYPE_DOUBLE) == 0) in convert_query_term_to_sql()