Home
last modified time | relevance | path

Searched refs:gsb_real_double_to_real (Results 1 – 11 of 11) sorted by relevance

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dbet_finance_ui.c194 … str_capital = utils_real_get_string_with_currency (gsb_real_double_to_real (s_echeance->capital), in bet_finance_fill_data_ligne()
205 str_frais = utils_real_get_string_with_currency (gsb_real_double_to_real (s_echeance->frais), in bet_finance_fill_data_ligne()
430 … amount = utils_real_get_string_with_currency (gsb_real_double_to_real (s_amortissement->echeance), in bet_finance_fill_amortization_array()
1467 str_capital = utils_real_get_string_with_currency (gsb_real_double_to_real (etat.bet_capital), in bet_finance_ui_create_simulator_page()
2179 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->echeance)); in bet_finance_get_loan_amount_at_date()
2188 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->principal)); in bet_finance_get_loan_amount_at_date()
2190 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->interets)); in bet_finance_get_loan_amount_at_date()
2192 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->frais)); in bet_finance_get_loan_amount_at_date()
2278 tmp_str = utils_real_get_string_with_currency (gsb_real_double_to_real (number), in bet_finance_get_number_from_string()
2436 gsb_real_double_to_real (s_amortissement->frais), in bet_finance_update_amortization_tab_with_data()
[all …]
H A Dgsb_real.h35 GsbReal gsb_real_double_to_real (gdouble number);
H A Dparametres.c359 str_capital = utils_real_get_string_with_currency ( gsb_real_double_to_real ( in gsb_localisation_decimal_point_changed()
420 str_capital = utils_real_get_string_with_currency ( gsb_real_double_to_real ( in gsb_localisation_thousands_sep_changed()
H A Dutils_real.c189 real = gsb_real_double_to_real ( number ); in utils_real_get_string_with_currency_from_double()
H A Dgsb_real.c903 GsbReal gsb_real_double_to_real (gdouble number) in gsb_real_double_to_real() function
H A Dsearch_transaction.c254 spin_number = gsb_real_double_to_real (gtk_spin_button_get_value (GTK_SPIN_BUTTON in search_transaction_amount_is_valide()
H A Dgsb_scheduler_list.c1834 …MOUNT] = utils_real_get_string_with_currency (gsb_real_opposite (gsb_real_double_to_real (amount)), in gsb_scheduler_list_set_virtual_amount_with_loan()
/dports/finance/grisbi/grisbi-2.0.5/src/prefs/
H A Dprefs_widget_loan.c538 real = gsb_real_double_to_real (s_loan->capital); in prefs_widget_loan_entry_focus_out()
1455 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->echeance)); in prefs_widget_loan_button_init_scheduled_clicked()
1483 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->principal)); in prefs_widget_loan_button_init_scheduled_clicked()
1515 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->interets)); in prefs_widget_loan_button_init_scheduled_clicked()
1549 amount = gsb_real_opposite (gsb_real_double_to_real (s_amortissement->frais)); in prefs_widget_loan_button_init_scheduled_clicked()
1690 real = gsb_real_double_to_real (s_loan->capital); in prefs_widget_loan_setup_widget()
1713 real = gsb_real_double_to_real (s_loan->fees); in prefs_widget_loan_setup_widget()
1741 real = gsb_real_double_to_real (s_loan->first_capital); in prefs_widget_loan_setup_widget()
1756 real = gsb_real_double_to_real (s_loan->first_interests); in prefs_widget_loan_setup_widget()
H A Dprefs_page_divers.c177 str_capital = utils_real_get_string_with_currency (gsb_real_double_to_real ( in prefs_page_divers_choose_thousands_sep_changed()
221 str_capital = utils_real_get_string_with_currency (gsb_real_double_to_real ( in prefs_page_divers_choose_decimal_point_changed()
/dports/finance/grisbi/grisbi-2.0.5/src/plugins/ofx/
H A Dofx.c356 ope_import->montant = gsb_real_double_to_real (data.amount); in ofx_proc_transaction_cb()
/dports/finance/grisbi/grisbi-2.0.5/src/plugins/gnucash/
H A Dgnucash.c553 return gsb_real_double_to_real (number / mantisse); in gnucash_value()