Home
last modified time | relevance | path

Searched refs:shipaddr (Results 1 – 5 of 5) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/customer-import/
H A Ddialog-customer-import.c268 GncAddress *addr, *shipaddr; in gnc_customer_import_create_customers() local
275 shipaddr = NULL; in gnc_customer_import_create_customers()
354 shipaddr = gncCustomerGetShipAddr (customer); in gnc_customer_import_create_customers()
374 gncAddressSetName (shipaddr, shipname); in gnc_customer_import_create_customers()
375 gncAddressSetAddr1 (shipaddr, shipaddr1); in gnc_customer_import_create_customers()
376 gncAddressSetAddr2 (shipaddr, shipaddr2); in gnc_customer_import_create_customers()
377 gncAddressSetAddr3 (shipaddr, shipaddr3); in gnc_customer_import_create_customers()
378 gncAddressSetAddr4 (shipaddr, shipaddr4); in gnc_customer_import_create_customers()
379 gncAddressSetPhone (shipaddr, shipphone); in gnc_customer_import_create_customers()
380 gncAddressSetFax (shipaddr, shipfax); in gnc_customer_import_create_customers()
[all …]
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncCustomer.c72 GncAddress * shipaddr; member
354 gncAddressBeginEdit (cust->shipaddr); in gncCustomerFree()
355 gncAddressDestroy (cust->shipaddr); in gncCustomerFree()
544 gncAddressClearDirty (cust->shipaddr); in gncCustomerOnDone()
615 if (ship_addr == cust->shipaddr) in qofCustomerSetShipAddr()
619 if (cust->shipaddr != NULL) in qofCustomerSetShipAddr()
621 gncAddressBeginEdit(cust->shipaddr); in qofCustomerSetShipAddr()
622 gncAddressDestroy(cust->shipaddr); in qofCustomerSetShipAddr()
625 cust->shipaddr = ship_addr; in qofCustomerSetShipAddr()
632 return cust->shipaddr; in gncCustomerGetShipAddr()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-customer.c204 GncAddress *addr, *shipaddr; in gnc_ui_to_customer() local
207 shipaddr = gncCustomerGetShipAddr (cust); in gnc_ui_to_customer()
238 gncAddressSetName (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
240 gncAddressSetAddr1 (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
242 gncAddressSetAddr2 (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
244 gncAddressSetAddr3 (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
246 gncAddressSetAddr4 (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
248 gncAddressSetPhone (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
250 gncAddressSetFax (shipaddr, gtk_editable_get_chars in gnc_ui_to_customer()
657 GncAddress *addr, *shipaddr; in gnc_customer_new_window() local
[all …]
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20123112 dialog-customer-import.c:399:36: error: 'shipaddr' may be used
H A DChangeLog.20063998 s/gnc:customer-get-shipaddr /gncCustomerGetShipAddr /g