LibreOffice Module sw (master) 1
Classes | Functions
mmoutputtypepage.cxx File Reference
#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>
Include dependency graph for mmoutputtypepage.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

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() [2/2]

IMPL_LINK ( SwSendMailDialog  ,
StopHdl_Impl  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 287 of file mmoutputtypepage.cxx.

References m_pImpl.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SwMailMergeOutputTypePage  ,
TypeHdl_Impl  ,
weld::Toggleable ,
void   
)

Definition at line 66 of file mmoutputtypepage.cxx.

◆ IMPL_LINK_NOARG() [2/2]

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() [1/2]

IMPL_STATIC_LINK ( SwSendMailDialog  ,
StartSendMails  ,
void *  ,
pDialog  ,
void   
)

Definition at line 320 of file mmoutputtypepage.cxx.

◆ IMPL_STATIC_LINK() [2/2]

IMPL_STATIC_LINK ( SwSendMailDialog  ,
StopSendMails  ,
void *  ,
p  ,
void   
)