Home
last modified time | relevance | path

Searched refs:gncCustomerSetActive (Results 1 – 7 of 7) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-customer.c88 test_bool_fcn (book, "Active", gncCustomerSetActive, gncCustomerGetActive); in test_customer()
160 gncCustomerSetActive (customer, FALSE); in test_string_fcn()
185 gncCustomerSetActive (customer, FALSE); in test_numeric_fcn()
212 gncCustomerSetActive (customer, FALSE); in test_bool_fcn()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncCustomer.h97 void gncCustomerSetActive (GncCustomer *customer, gboolean active);
H A DgncCustomer.c431 void gncCustomerSetActive (GncCustomer *cust, gboolean active) in gncCustomerSetActive() function
947 …TIVE, QOF_TYPE_BOOLEAN, (QofAccessFunc)gncCustomerGetActive, (QofSetterFunc)gncCustomerSetActive }, in gncCustomerRegister()
H A DgncOwner.c547 gncCustomerSetActive (owner->owner.customer, active); in gncOwnerSetActive()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/customer-import/
H A Ddialog-customer-import.c382 gncCustomerSetActive (customer, TRUE); in gnc_customer_import_create_customers()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-customer-xml-v2.cpp288 return set_boolean (node, pdata->customer, gncCustomerSetActive); in customer_active_handler()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-customer.c255 gncCustomerSetActive (cust, gtk_toggle_button_get_active in gnc_ui_to_customer()