Home
last modified time | relevance | path

Searched refs:E_CAL_COMPONENT_EVENT (Results 1 – 20 of 20) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libecal/
H A Dtest-cal-component.c760 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_struct_alarms()
2175 E_CAL_COMPONENT_EVENT, in test_component_vtype()
2219 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_uid()
2340 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_classification()
2435 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_text_list()
2486 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_icaltime()
2551 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_datetime()
2689 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_rules()
2886 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_exdates()
2971 comp = e_cal_component_new_vtype (E_CAL_COMPONENT_EVENT); in test_component_geo()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-enums.h82 E_CAL_COMPONENT_EVENT, enumerator
H A De-cal-component.c473 case E_CAL_COMPONENT_EVENT: in e_cal_component_set_new_vtype()
531 return E_CAL_COMPONENT_EVENT; in e_cal_component_get_vtype()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-cal-dialogs.c87 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_cancel_component()
405 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_delete_component()
441 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_delete_component()
503 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_prompt_retract()
869 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_recur_component()
1127 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_send_component()
1223 case E_CAL_COMPONENT_EVENT: in e_cal_dialogs_send_dragged_or_resized_component()
H A De-cal-component-preview.c560 if (vtype == E_CAL_COMPONENT_EVENT) in cal_component_preview_web_process_crashed_cb()
H A Ditip-utils.c1226 case E_CAL_COMPONENT_EVENT: in comp_subject()
1392 case E_CAL_COMPONENT_EVENT: in comp_description()
2352 if (e_cal_component_get_vtype (ccd->send_comps->data) == E_CAL_COMPONENT_EVENT) { in itip_send_component_composer_created_cb()
2742 if (e_cal_component_get_vtype (ecomps->data) == E_CAL_COMPONENT_EVENT) { in reply_to_calendar_comp()
H A Dcomp-util.c353 …comp = cal_comp_util_ref_default_object (client, I_CAL_VEVENT_COMPONENT, E_CAL_COMPONENT_EVENT, ca… in cal_comp_event_new_with_defaults_sync()
H A De-to-do-pane.c2237 if (e_cal_component_get_vtype (comp) == E_CAL_COMPONENT_EVENT && in etdp_fill_popup_menu()
H A Dprint.c3585 if (vtype == E_CAL_COMPONENT_EVENT) in print_comp_draw_real()
/dports/mail/evolution/evolution-3.42.1/src/modules/alarm-notify/
H A Dalarm-notify.c124 case E_CAL_COMPONENT_EVENT: in alarm_notify_module_row_activated_cb()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-cache-intervals.c152 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in create_test_component()
H A Dtest-intervaltree.c147 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in create_test_component()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/utils/
H A Dgcal-utils.c386 e_cal_component_set_new_vtype (event, E_CAL_COMPONENT_EVENT); in build_component_from_details()
/dports/mail/evolution/evolution-3.42.1/src/plugins/pst-import/
H A Dpst-importer.c1200 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in pst_process_email()
2039 pst_process_component (m, item, "appointment", E_CAL_COMPONENT_EVENT, m->calendar); in pst_process_appointment()
/dports/mail/evolution/evolution-3.42.1/src/plugins/mail-to-task/
H A Dmail-to-task.c938 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in do_mail_to_event()
/dports/mail/evolution/evolution-3.42.1/src/calendar/importers/
H A Dicalendar-importer.c1282 case E_CAL_COMPONENT_EVENT: in preview_comp()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-reminders-widget.c918 case E_CAL_COMPONENT_EVENT: in reminders_widget_row_activated_cb()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/file/
H A De-cal-backend-file.c489 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in e_cal_backend_file_get_backend_property()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-meta-backend.c2920 e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_EVENT); in ecmb_get_backend_property()
/dports/mail/evolution/evolution-3.42.1/src/modules/itip-formatter/
H A Ditip-view.c3739 e_cal_component_get_vtype (view->priv->comp) != E_CAL_COMPONENT_EVENT) in itip_comp_older_than_stored()