Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-memo-shell-content.c181 if (e_table_selected_count (table) != 1) { in memo_shell_content_cursor_change_cb()
224 if (e_table_selected_count (table) != 1) in memo_shell_content_selection_change_cb()
280 n_selected = e_table_selected_count (E_TABLE (memo_table)); in memo_shell_content_check_state()
H A De-task-shell-content.c180 if (e_table_selected_count (table) != 1) { in task_shell_content_cursor_change_cb()
221 if (e_table_selected_count (table) != 1) in task_shell_content_selection_change_cb()
280 n_selected = e_table_selected_count (E_TABLE (task_table)); in task_shell_content_check_state()
H A De-memo-shell-view-private.c357 n_selected = e_table_selected_count (E_TABLE (memo_table)); in e_memo_shell_view_update_sidebar()
H A De-cal-shell-view-memopad.c334 n_selected = e_table_selected_count (E_TABLE (memo_table)); in e_cal_shell_view_memopad_actions_update()
H A De-cal-shell-view-taskpad.c431 n_selected = e_table_selected_count (E_TABLE (task_table)); in e_cal_shell_view_taskpad_actions_update()
H A De-task-shell-view-private.c566 n_selected = e_table_selected_count (E_TABLE (task_table)); in e_task_shell_view_update_sidebar()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-memo-table.c820 n_selected = e_table_selected_count (E_TABLE (memo_table)); in memo_table_update_actions()
1001 if (e_table_selected_count (E_TABLE (memo_table)) != 1) in get_selected_comp()
1028 n_selected = e_table_selected_count (E_TABLE (memo_table)); in memo_table_delete_selection()
H A De-task-table.c1044 n_selected = e_table_selected_count (E_TABLE (task_table)); in task_table_update_actions()
1239 if (e_table_selected_count (E_TABLE (task_table)) != 1) in get_selected_comp()
1317 n_selected = e_table_selected_count (E_TABLE (task_table)); in task_table_delete_selection()
H A De-cal-list-view.c113 n_selected = e_table_selected_count (e_cal_list_view_get_table (E_CAL_LIST_VIEW (cal_view))); in e_cal_list_view_get_description_text()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table.h298 gint e_table_selected_count (ETable *e_table);
H A De-table.c2055 e_table_selected_count (ETable *e_table) in e_table_selected_count() function