Home
last modified time | relevance | path

Searched refs:SchedXaction (Results 1 – 25 of 43) sorted by relevance

12

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DSchedXaction.h64 typedef struct _SchedXaction SchedXaction; typedef
139 SchedXaction *xaccSchedXactionMalloc(QofBook *book);
146 void xaccSchedXactionDestroy( SchedXaction *sx );
148 void gnc_sx_begin_edit (SchedXaction *sx);
149 void gnc_sx_commit_edit (SchedXaction *sx);
153 GList* gnc_sx_get_schedule(const SchedXaction *sx);
157 gchar *xaccSchedXactionGetName( const SchedXaction *sx );
168 int xaccSchedXactionHasEndDate( const SchedXaction *sx );
225 void xaccSchedXactionSetAutoCreate( SchedXaction *sx,
284 void xaccSchedXactionSetTemplateTrans( SchedXaction *sx,
[all …]
H A DSchedXaction.c67 gnc_schedxaction_init(SchedXaction* sx) in gnc_schedxaction_init()
109 SchedXaction *sx; in gnc_schedxaction_get_property()
173 SchedXaction *sx; in gnc_schedxaction_set_property()
404 SchedXaction*
407 SchedXaction *sx; in xaccSchedXactionMalloc()
429 delete_template_trans(SchedXaction *sx) in delete_template_trans()
475 xaccSchedXactionDestroy( SchedXaction *sx ) in xaccSchedXactionDestroy()
482 xaccSchedXactionFree( SchedXaction *sx ) in xaccSchedXactionFree()
530 gnc_sx_begin_edit (SchedXaction *sx) in gnc_sx_begin_edit()
552 gnc_sx_commit_edit (SchedXaction *sx) in gnc_sx_commit_edit()
[all …]
H A DSX-book.c212 gnc_sxes_add_sx(SchedXactions *sxes, SchedXaction *sx) in gnc_sxes_add_sx()
221 gnc_sxes_del_sx(SchedXactions *sxes, SchedXaction *sx) in gnc_sxes_del_sx()
255 SchedXaction *sx = (SchedXaction *) data; in mark_sx_clean()
316 SchedXaction *sx; in book_sxlist_notsaved()
317 sx = (SchedXaction *) (sxlist->data); in book_sxlist_notsaved()
375 SchedXaction *sx = (SchedXaction*)sx_list->data; in gnc_sx_get_sxes_referencing_account()
H A DSX-book.h84 void gnc_sxes_add_sx(SchedXactions* sxes, SchedXaction* sx);
85 void gnc_sxes_del_sx(SchedXactions* sxes, SchedXaction* sx);
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-schedxaction-xml-v2.cpp204 SchedXaction* sx;
215 SchedXaction* sx = pdata->sx; in sx_id_handler()
230 SchedXaction* sx = pdata->sx; in sx_name_handler()
243 SchedXaction* sx = pdata->sx; in sx_enabled_handler()
256 SchedXaction* sx = pdata->sx; in sx_autoCreate_handler()
269 SchedXaction* sx = pdata->sx; in sx_notify_handler()
282 SchedXaction* sx = pdata->sx; in sx_advCreate_handler()
298 SchedXaction* sx = pdata->sx; in sx_advRemind_handler()
329 SchedXaction* sx = pdata->sx; in sx_instcount_handler()
346 SchedXaction* sx = pdata->sx; in sx_start_handler()
[all …]
H A Dgnc-xml.h59 xmlNodePtr gnc_schedXaction_dom_tree_create (SchedXaction* sx);
H A Dio-gncxml-v2.cpp306 add_schedXaction_local (sixtp_gdv2* data, SchedXaction* sx) in add_schedXaction_local()
590 add_schedXaction_local (gd, (SchedXaction*)data); in book_callback()
1219 SchedXaction* tmpSX; in write_schedXactions()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/sql/
H A Dgnc-schedxaction-sql.cpp92 static SchedXaction*
96 SchedXaction* pSx; in load_single_sx()
119 static inline SchedXaction*
122 QOF_BOOK_RETURN_ENTITY(book, guid, GNC_ID_SCHEDXACTION, SchedXaction); in gnc_sx_lookup()
139 SchedXaction* sx; in load_all()
157 SchedXaction* pSx; in commit()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Dgnc-sx-instance-model.h74 SchedXaction *sx;
136 void gnc_sx_instance_model_update_sx_instances(GncSxInstanceModel *model, SchedXaction *sx);
137 void gnc_sx_instance_model_remove_sx_instances(GncSxInstanceModel *model, SchedXaction *sx);
149 Account* gnc_sx_get_template_transaction_account(const SchedXaction *sx);
227 void gnc_sx_get_variables(SchedXaction *sx, GHashTable *var_hash);
H A Dgnc-sx-instance-model.c358 gnc_sx_get_variables(SchedXaction *sx, GHashTable *var_hash) in gnc_sx_get_variables()
453 SchedXaction *sx = (SchedXaction*)data; in _gnc_sx_gen_instances()
555 SchedXaction *sx = (SchedXaction*)sx_iter->data; in gnc_sx_get_instances()
752 SchedXaction *sx; in _gnc_sx_instance_event_handler()
790 SchedXaction *sx = GNC_SX(evt_data); in _gnc_sx_instance_event_handler()
1002 _get_template_split_account(const SchedXaction* sx, in _get_template_split_account()
1029 _get_sx_formula_value(const SchedXaction* sx, in _get_sx_formula_value()
1113 SchedXaction *sx = creation_data->instance->parent->sx; in split_apply_formulas()
1657 const SchedXaction *sx;
1816 instantiate_cashflow_internal(const SchedXaction* sx, in instantiate_cashflow_internal()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-page-sx-list.c356 gppsl_update_selected_list (GncPluginPageSxList *page, gboolean reset, SchedXaction *sx) in gppsl_update_selected_list()
382 SchedXaction *sx = list->data; in gppsl_model_populated_cb()
388 SchedXaction *sx_tmp = gnc_tree_view_sx_list_get_sx_from_path ( in gppsl_model_populated_cb()
665 SchedXaction *new_sx; in gnc_plugin_page_sx_list_cmd_new()
691 SchedXaction *new_sx; in gnc_plugin_page_sx_list_cmd_new2()
727 (SchedXaction*)data, FALSE); in _edit_sx()
736 (SchedXaction*)data, FALSE); in _edit_sx2()
741 static SchedXaction*
772 DEBUG ("to-edit [%s]\n", xaccSchedXactionGetName ((SchedXaction*)list->data)); in gnc_plugin_page_sx_list_cmd_edit()
822 SchedXaction *sx = gnc_tree_view_sx_list_get_sx_from_path ( in gppsl_row_activated_cb()
[all …]
H A Ddialog-sx-editor2.h40 SchedXaction *sx, gboolean newSX);
H A Ddialog-sx-editor.h41 SchedXaction *sx, gboolean newSX);
H A Ddialog-sx-editor2.c106 SchedXaction *sx;
731 xaccSchedXactionGetName ((SchedXaction*)sxList->data); in gnc_sxed_check_consistent()
1091 SchedXaction *sx, gboolean newSX) in gnc_ui_scheduled_xaction_editor_dialog_create2()
1545 return ((SchedXaction*)find_data in editor_component_sx_equality()
1684 (SchedXaction*)sx_iter->data, FALSE); in _open_editors()
1742 SchedXaction *sx; in _sx_engine_event_handler()
1746 sx = (SchedXaction*)sx_iter->data; in _sx_engine_event_handler()
H A Ddialog-sx-editor.c106 SchedXaction *sx;
509 existingName = xaccSchedXactionGetName ((SchedXaction*)sxList->data); in gnc_sxed_check_names()
1141 SchedXaction *sx, gboolean newSX) in gnc_ui_scheduled_xaction_editor_dialog_create()
1597 return ((SchedXaction*)find_data in editor_component_sx_equality()
1746 (SchedXaction*)sx_iter->data, FALSE); in _open_editors()
1804 SchedXaction *sx; in _sx_engine_event_handler()
1808 sx = (SchedXaction*)sx_iter->data; in _sx_engine_event_handler()
H A Ddialog-sx-from-trans.c91 SchedXaction *sx;
455 SchedXaction *sx = sxfti->sx; in sxftd_compute_sx()
H A Ddialog-sx-since-last-run.c732 gsslrtma_added_cb (GncSxInstanceModel *instances, SchedXaction *added_sx, gpointer user_data) in gsslrtma_added_cb()
740 gsslrtma_updated_cb (GncSxInstanceModel *instances, SchedXaction *updated_sx, gpointer user_data) in gsslrtma_updated_cb()
748 gsslrtma_removing_cb (GncSxInstanceModel *instances, SchedXaction *to_remove_sx, gpointer user_data) in gsslrtma_removing_cb()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test-core/
H A Dtest-engine-stuff.h121 SchedXaction* add_daily_sx(const gchar *name, const GDate *start,
123 SchedXaction* add_once_sx(const gchar *name, const GDate *when);
124 void remove_sx(SchedXaction *sx);
H A Dtest-engine-stuff.cpp2119 static SchedXaction*
2124 SchedXaction *sx = xaccSchedXactionMalloc(book); in add_sx()
2142 SchedXaction*
2149 SchedXaction*
2156 remove_sx(SchedXaction *sx) in remove_sx()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/dbi/test/
H A Dtest-dbi-stuff.cpp93 static SchedXaction*
103 return static_cast<SchedXaction*> (sxitem->data); in get_sx_by_guid()
146 SchedXaction* sx_1 = GNC_SCHEDXACTION (inst); in compare_single_sx()
147 SchedXaction* sx_2 = get_sx_by_guid (info->book_2, in compare_single_sx()
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/test/
H A Dtest-sx.cpp41 SchedXaction *one_sx; in test_basic()
105 SchedXaction *lonely; in test_once()
149 SchedXaction *foo; in test_state_changes()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-sx-instance-dense-cal-adapter.c96 gsidca_instances_added_cb(GncSxInstanceModel *model, SchedXaction *sx_added, gpointer user_data) in gsidca_instances_added_cb()
107 gsidca_instances_updated_cb(GncSxInstanceModel *model, SchedXaction *sx_updated, gpointer user_data) in gsidca_instances_updated_cb()
123 gsidca_instances_removing_cb(GncSxInstanceModel *model, SchedXaction *sx_to_be_removed, gpointer us… in gsidca_instances_removing_cb()
H A Dgnc-tree-view-sx-list.h61 SchedXaction* gnc_tree_view_sx_list_get_sx_from_path(GncTreeViewSxList *view, GtkTreePath *path);
H A Dgnc-sx-list-tree-model-adapter.c554 gsltma_added_cb (GncSxInstanceModel *instances, SchedXaction *sx_added, gpointer user_data) in gsltma_added_cb()
562 gsltma_updated_cb (GncSxInstanceModel *instances, SchedXaction *sx_updated, gpointer user_data) in gsltma_updated_cb()
571 gsltma_removing_cb (GncSxInstanceModel *instances, SchedXaction *sx_removing, gpointer user_data) in gsltma_removing_cb()
H A Dgnc-tree-view-sx-list.c168 SchedXaction*

12