Home
last modified time | relevance | path

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

12

/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/test/
H A Dutest-split-register-copy-ops.c274 g_assert_cmpstr (fs->m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_split_to_float_split()
294 g_assert_cmpstr ("Memo1", ==, xaccSplitGetMemo (s)); in test_gnc_float_split_to_split()
392 g_assert_cmpstr (fs->m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_txn_to_float_txn()
408 g_assert_cmpstr (fs->m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_txn_to_float_txn()
449 g_assert_cmpstr (fs->m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_txn_to_float_txn_cut_semantics()
465 g_assert_cmpstr (fs->m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_txn_to_float_txn_cut_semantics()
567 g_assert_cmpstr (fixture->fs1.m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_float_txn_to_txn_swap_accounts()
580 g_assert_cmpstr (fixture->fs2.m_memo, ==, xaccSplitGetMemo (s)); in test_gnc_float_txn_to_txn_swap_accounts()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-backend.c482 text = xaccSplitGetMemo(split->data); in TransactionGetTokens()
610 memo = xaccSplitGetMemo in matchmap_store_destination()
763 const char *memo = xaccSplitGetMemo(new_trans_fsplit); in split_find_match()
766 if (safe_strcasecmp(memo, xaccSplitGetMemo(split)) == 0) in split_find_match()
772 else if ((strncasecmp(memo, xaccSplitGetMemo(split), in split_find_match()
773 strlen(xaccSplitGetMemo(split)) / 2) in split_find_match()
H A Dimport-match-picker.c164 ro_text = xaccSplitGetMemo(split); in downloaded_transaction_append()
247 ro_text = xaccSplitGetMemo(gnc_import_MatchInfo_get_split(match_info) ); in match_update_match_model()
H A Dimport-main-matcher.c1432 const gchar *memo = xaccSplitGetMemo (sel_match->split); in update_child_row()
1541 ro_text = xaccSplitGetMemo (split); in refresh_model_row()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/mocks/
H A Dgmock-Split.cpp99 xaccSplitGetMemo (const Split *split) in xaccSplitGetMemo() function
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DSplit.h158 const char * xaccSplitGetMemo (const Split *split);
H A DSplit.c644 xaccSplitSetMemo(to_split, xaccSplitGetMemo(from_split)); in xaccSplitCopyOnto()
1896 xaccSplitGetMemo (const Split *split) in xaccSplitGetMemo() function
2213 DI(.printable = ) (const char * (*)(gpointer)) xaccSplitGetMemo,
2293 (QofAccessFunc)xaccSplitGetMemo, (QofSetterFunc)qofSplitSetMemo in xaccSplitRegister()
H A Dcap-gains.c393 xaccSplitSetMemo (new_split, xaccSplitGetMemo (split)); in xaccSplitAssignToLot()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-sx-editor.c676 key, xaccSplitGetMemo (s)); in gnc_sxed_split_calculate_formula()
740 xaccSplitGetMemo (s)); in check_transaction_splits()
755 xaccSplitGetMemo (s)); in check_transaction_splits()
771 xaccSplitGetMemo (s)); in check_transaction_splits()
H A Ddialog-sx-editor2.c638 xaccSplitGetMemo( s ) ); in gnc_sxed_check_consistent()
660 xaccSplitGetMemo( s ) ); in gnc_sxed_check_consistent()
H A Ddialog-sx-from-trans.c233 gnc_ttsplitinfo_set_memo(ttsi, xaccSplitGetMemo(sp)); in sxftd_add_template_trans()
H A Ddialog-print-check.c438 split_memo = xaccSplitGetMemo(split); in get_check_splits_memo()
2153 draw_text(context, xaccSplitGetMemo(pcd->split), item, default_desc); in draw_page_items()
2381 draw_text(context, xaccSplitGetMemo(pcd->split), &item, desc); in draw_check_custom()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-exp/
H A Dcsv-transactions-export.c261 memo = xaccSplitGetMemo (split) ? xaccSplitGetMemo (split) : "" ; in add_memo()
/dports/finance/gnucash/gnucash-4.9/gnucash/report/reports/standard/
H A Dregister.scm201 (and split-info? memo? (xaccSplitGetMemo split))))))
205 "text-cell" (and transaction-info? (xaccSplitGetMemo split)))))
H A Djob-report.scm258 type-str (xaccSplitGetMemo split)
H A Downer-report.scm384 type-str (xaccSplitGetMemo split)
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/test/
H A Dtest-xml-transaction.cpp129 if (g_strcmp0 (memo, xaccSplitGetMemo (spl)) != 0) in equals_node_val_vs_split_internal()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test-core/
H A Dtest-engine-stuff.cpp2018 if (xaccSplitGetMemo(s) && *xaccSplitGetMemo(s) != '\0') in make_trans_query()
2020 … xaccQueryAddMemoMatch (q, xaccSplitGetMemo (s), TRUE, FALSE, QOF_COMPARE_CONTAINS, QOF_QUERY_AND); in make_trans_query()
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A Dsplit-register-copy-ops.c155 fs->m_memo = CACHE_INSERT (xaccSplitGetMemo (split)); in gnc_split_to_float_split()
H A Dsplit-register-control.c657 if (g_strcmp0 (memo, xaccSplitGetMemo (split)) == 0) in gnc_find_split_in_trans_by_memo()
1247 const char *str = xaccSplitGetMemo(split); in gnc_split_register_xfer_dialog()
H A Dsplit-register-load.c261 xaccSplitGetMemo (s)); in add_quickfill_completions()
/dports/finance/gnucash/gnucash-4.9/gnucash/report/
H A Dtrep-engine.scm252 (cons 'split-sortvalue xaccSplitGetMemo)
254 (cons 'renderer-fn xaccSplitGetMemo))
2106 (match? (xaccSplitGetMemo split))))
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-transaction-xml-v2.cpp78 char* memo = g_strdup (xaccSplitGetMemo (spl)); in split_to_dom_tree()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Dgnc-sx-instance-model.c1165 xaccSplitGetMemo (split)); in split_apply_exchange_rate()
1325 xaccSplitGetMemo (copying_split)); in create_each_transaction_helper()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-tree-util-split-reg.c192 gnc_xfer_dialog_set_memo (xfer, xaccSplitGetMemo (split)); in gtu_sr_handle_exchange_rate()

12