Home
last modified time | relevance | path

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

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofclass.h181 gint (*QofSortFunc) (gconstpointer, gconstpointer); typedef
201 QofSortFunc default_sort_fcn,
H A Dqofclass-p.h38 QofSortFunc qof_class_get_default_sort (QofIdTypeConst obj_name);
H A Dqofclass.c82 QofSortFunc
95 QofSortFunc default_sort_function, const QofParam * params) in qof_class_register()
H A Dqofquery.c70 QofSortFunc obj_cmp; /* In case you are comparing objects */
89 QofSortFunc defaultSort; /* <- Computed from search_for */
289 cmp_func (QofQuerySort * sort, QofSortFunc default_sort, in cmp_func()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofclass.h195 typedef int (*QofSortFunc)(gconstpointer, gconstpointer); typedef
211 QofSortFunc default_sort_fcn,
H A Dqofclass.cpp74 QofSortFunc
78 return reinterpret_cast<QofSortFunc>(g_hash_table_lookup (sortTable, in qof_class_get_default_sort()
87 QofSortFunc default_sort_function, in qof_class_register()
H A Dqofclass-p.h38 QofSortFunc qof_class_get_default_sort (QofIdTypeConst obj_name);
H A DSplit.c2350 qof_class_register (GNC_ID_SPLIT, (QofSortFunc)xaccSplitOrder, params); in xaccSplitRegister()
2352 (QofSortFunc)xaccSplitCompareAccountFullNames, NULL); in xaccSplitRegister()
2354 (QofSortFunc)xaccSplitCompareOtherAccountFullNames, in xaccSplitRegister()
2357 (QofSortFunc)xaccSplitCompareOtherAccountCodes, NULL); in xaccSplitRegister()
H A Dqofquery.cpp72 QofSortFunc obj_cmp; /* In case you are comparing objects */
91 QofSortFunc defaultSort; /* <- Computed from search_for */
279 static int cmp_func (const QofQuerySort *sort, QofSortFunc default_sort, in cmp_func()
H A DgncJob.c593 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncJobCompare, params); in gncJobRegister()
H A DgncOrder.c584 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncOrderCompare, params); in gncOrderRegister()
H A DgncAddress.c663 qof_class_register (GNC_ID_ADDRESS, (QofSortFunc)gncAddressCompare, params); in gncAddressRegister()
H A DgncBillTerm.c885 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncBillTermCompare, params); in gncBillTermRegister()
H A DgncEmployee.c943 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncEmployeeCompare, params); in gncEmployeeRegister()
H A Dgnc-budget.c836 qof_class_register(GNC_ID_BUDGET, (QofSortFunc) NULL, params); in gnc_budget_register()
H A DgncCustomer.c961 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncCustomerCompare, params); in gncCustomerRegister()
H A DgncVendor.c1021 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncVendorCompare, params); in gncVendorRegister()
H A DgncTaxTable.c1056 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncTaxTableCompare, params); in gncTaxTableRegister()
H A DgncOwner.c1623 qof_class_register (GNC_ID_OWNER, (QofSortFunc)gncOwnerCompare, params); in gncOwnerRegister()
H A DgncEntry.c1728 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncEntryCompare, params); in gncEntryRegister()
H A DgncInvoice.c2286 qof_class_register (_GNC_MOD_NAME, (QofSortFunc)gncInvoiceCompare, params); in gncInvoiceRegister()
H A DTransaction.c3266 qof_class_register (GNC_ID_TRANS, (QofSortFunc)xaccTransOrder, params); in xaccTransRegister()
H A DAccount.cpp6224 qof_class_register (GNC_ID_ACCOUNT, (QofSortFunc) qof_xaccAccountOrder, params); in xaccAccountRegister()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-querynew.c96 qof_class_register (TEST_MODULE_NAME, (QofSortFunc) test_sort, params); in test_class()
118 (QofSortFunc) test_sort, "qof_class_get_default_sort"); in test_class()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-querynew.c67 qof_class_register (TEST_MODULE_NAME, (QofSortFunc)test_sort, params); in test_class()