Home
last modified time | relevance | path

Searched refs:gncfreq (Results 1 – 2 of 2) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-sx-editor2.c113 GncFrequency *gncfreq; member
418 gnc_frequency_save_to_recurrence (sxed->gncfreq, &dialog_schedule, &dialog_start_date); in gnc_sxed_check_changed()
839 gnc_frequency_save_to_recurrence (sxed->gncfreq, &schedule, &startDate); in gnc_sxed_check_consistent()
970 gnc_frequency_save_to_recurrence (sxed->gncfreq, &schedule, &gdate); in gnc_sxed_save_sx()
1255 sxed->gncfreq = in schedXact_editor_create_freq_sel()
1258 g_assert (sxed->gncfreq); in schedXact_editor_create_freq_sel()
1259 g_signal_connect (sxed->gncfreq, "changed", in schedXact_editor_create_freq_sel()
1262 gtk_container_add (GTK_CONTAINER (b), GTK_WIDGET (sxed->gncfreq) ); in schedXact_editor_create_freq_sel()
1560 gnc_frequency_save_to_recurrence (sxed->gncfreq, &recurrences, &start_date); in gnc_sxed_update_cal()
H A Ddialog-sx-editor.c113 GncFrequency *gncfreq; member
360 gnc_frequency_save_to_recurrence (sxed->gncfreq, &dialog_schedule, in gnc_sxed_check_dates_changed()
582 gnc_frequency_save_to_recurrence (sxed->gncfreq, &schedule, &startDate); in gnc_sxed_check_endpoint()
1000 gnc_frequency_save_to_recurrence (sxed->gncfreq, &schedule, &gdate); in gnc_sxed_save_sx()
1308 sxed->gncfreq = in schedXact_editor_create_freq_sel()
1311 g_assert (sxed->gncfreq); in schedXact_editor_create_freq_sel()
1312 g_signal_connect (sxed->gncfreq, "changed", in schedXact_editor_create_freq_sel()
1316 gtk_box_pack_start (GTK_BOX (b), GTK_WIDGET (sxed->gncfreq), TRUE, TRUE, 0); in schedXact_editor_create_freq_sel()
1609 gnc_frequency_save_to_recurrence (sxed->gncfreq, &recurrences, &start_date); in gnc_sxed_update_cal()