|
LibreOffice Module sw (master) 1
|
#include "mmoutputtypepage.hxx"#include <mailmergewizard.hxx>#include <mmconfigitem.hxx>#include <strings.hrc>#include <bitmaps.hlst>#include <swtypes.hxx>#include <osl/diagnose.h>#include <rtl/ref.hxx>#include <com/sun/star/mail/XSmtpService.hpp>#include <vcl/idle.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <swunohelper.hxx>#include <mmresultdialogs.hxx>#include <maildispatcher.hxx>#include <imaildsplistener.hxx>#include <mutex>Go to the source code of this file.
Classes | |
| struct | SwSendMailDialog_Impl |
Functions | |
| IMPL_LINK_NOARG (SwMailMergeOutputTypePage, TypeHdl_Impl, weld::Toggleable &, void) | |
| IMPL_LINK (SwSendMailDialog, StopHdl_Impl, weld::Button &, rButton, void) | |
| IMPL_LINK_NOARG (SwSendMailDialog, CancelHdl_Impl, weld::Button &, void) | |
| IMPL_STATIC_LINK (SwSendMailDialog, StartSendMails, void *, pDialog, void) | |
| IMPL_LINK (SwSendMailDialog, RemoveThis, Timer *, pTimer, void) | |
| IMPL_STATIC_LINK (SwSendMailDialog, StopSendMails, void *, p, void) | |
| IMPL_LINK | ( | SwSendMailDialog | , |
| RemoveThis | , | ||
| Timer * | , | ||
| pTimer | , | ||
| void | |||
| ) |
Definition at line 325 of file mmoutputtypepage.cxx.
References m_pImpl, m_xDialog, and RET_CANCEL.
| IMPL_LINK | ( | SwSendMailDialog | , |
| StopHdl_Impl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 287 of file mmoutputtypepage.cxx.
References m_pImpl.
| IMPL_LINK_NOARG | ( | SwMailMergeOutputTypePage | , |
| TypeHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 66 of file mmoutputtypepage.cxx.
| IMPL_LINK_NOARG | ( | SwSendMailDialog | , |
| CancelHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 307 of file mmoutputtypepage.cxx.
References LINK, m_pImpl, m_xDialog, and RET_CANCEL.
| IMPL_STATIC_LINK | ( | SwSendMailDialog | , |
| StartSendMails | , | ||
| void * | , | ||
| pDialog | , | ||
| void | |||
| ) |
Definition at line 320 of file mmoutputtypepage.cxx.
| IMPL_STATIC_LINK | ( | SwSendMailDialog | , |
| StopSendMails | , | ||
| void * | , | ||
| p | , | ||
| void | |||
| ) |
Definition at line 347 of file mmoutputtypepage.cxx.
References SwSendMailDialog::m_pImpl, SwSendMailDialog::m_sContinue, SwSendMailDialog::m_xPaused, SwSendMailDialog::m_xStop, and p.