Searched refs:gdate_to_time64 (Results 1 – 15 of 15) sorted by relevance
365 tmp_time = gdate_to_time64 (*gdate_p); in gnc_dup_trans_dialog_gdate()388 tmp_time = gdate_to_time64 (*gdate_p); in gnc_dup_date_dialog()
1733 time = gdate_to_time64 (date); in gnc_xfer_dialog_response_cb()
309 time64 gdate_to_time64 (GDate d);
608 return gdate_to_time64(sx->start_date); in xaccSchedXactionGetStartDateTT()696 return gdate_to_time64(sx->last_date); in xaccSchedXactionGetLastOccurDateTT()
78 return r ? gdate_to_time64(r->start) : INT64_MAX; in recurrenceGetTime()
1256 time64 gdate_to_time64 (GDate d) in gdate_to_time64() function
2047 gdate_to_time64(date)); in xaccTransSetDatePostedGDate()2504 if (! g_date_valid (&result) || gdate_to_time64 (result) == INT64_MAX) in xaccTransGetDatePostedGDate()
1497 time64 time = gdate_to_time64(date); in xaccTransScrubPostedDate()
509 gncEntrySetDate(entry, time64CanonicalDayTime(gdate_to_time64(*date))); in gncEntrySetDateGDate()
496 gncInvoiceSetDateOpened(invoice, time64CanonicalDayTime (gdate_to_time64 (*date))); in gncInvoiceSetDateOpenedGDate()
503 tmp = gdate_to_time64 (tmp_date); in gnc_prices_dialog_remove_old_clicked()511 tmp = gdate_to_time64 (tmp_date); in gnc_prices_dialog_remove_old_clicked()
1002 t = gdate_to_time64 (date); in gnc_payment_ok_cb()
3038 entry_date = gnc_time64_get_day_neutral (gdate_to_time64 (*new_date)); in gnc_ui_invoice_duplicate()
511 autoreadonly_time = d ? gdate_to_time64 (*d) : 0; in gnc_split_register_load()
1681 r_t = gdate_to_time64(gd); in test_gdate_to_time64()