Home
last modified time | relevance | path

Searched refs:xaccAccountOrder (Results 1 – 6 of 6) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Account.cpp1561 g_assert (xaccAccountOrder (aa, ab) == 0); in test_xaccAccountOrder()
1563 g_assert (xaccAccountOrder (aa, ab) == -1); in test_xaccAccountOrder()
1564 g_assert (xaccAccountOrder (ab, aa) == 1); in test_xaccAccountOrder()
1581 g_assert_cmpint (xaccAccountOrder (aa, ab), == , in test_xaccAccountOrder()
1584 g_assert_cmpint (xaccAccountOrder (aa, ab), > , 0); in test_xaccAccountOrder()
1586 g_assert_cmpint (xaccAccountOrder (aa, ab), < , 0); in test_xaccAccountOrder()
1592 g_assert_cmpint (xaccAccountOrder (aa, ab), < , 0); in test_xaccAccountOrder()
1594 g_assert_cmpint (xaccAccountOrder (aa, ab), > , 0); in test_xaccAccountOrder()
1599 g_assert_cmpint (xaccAccountOrder (aa, ab), < , 0); in test_xaccAccountOrder()
1604 g_assert_cmpint (xaccAccountOrder (aa, ab), > , 0); in test_xaccAccountOrder()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-tree-view-account.c322 return xaccAccountOrder (account1, account2); in sort_by_last_reconcile_date()
349 return xaccAccountOrder(account1, account2); in sort_by_string()
363 return xaccAccountOrder(account_a, account_b); in sort_by_code()
389 return xaccAccountOrder(account_a, account_b); in sort_by_xxx_value()
472 return xaccAccountOrder (account_a, account_b); in sort_by_hidden()
495 return xaccAccountOrder(account_a, account_b); in sort_by_placeholder()
518 return xaccAccountOrder(account_a, account_b); in sort_by_opening_balance()
544 return xaccAccountOrder(acct1, acct2); in sort_by_xxx_period_value()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DAccount.h226 int xaccAccountOrder (const Account *account_1, const Account *account_2);
H A DAccount.cpp2361 xaccAccountOrder (const Account *aa, const Account *ab) in xaccAccountOrder() function
2418 return xaccAccountOrder(*aa, *ab); in qof_xaccAccountOrder()
2783 children = g_list_sort (children, (GCompareFunc)xaccAccountOrder); in account_foreach_descendant()
2947 return g_list_sort(g_list_copy(priv->children), (GCompareFunc)xaccAccountOrder); in gnc_account_get_children_sorted()
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20206271 * Bug 797576 - xaccAccountOrder shouldn't sort account codes as base-36
H A DChangeLog.2005103 was xaccAccountOrder(), the only one using const Account **