LibreOffice Module sw (master) 1
|
#include <swtypes.hxx>
#include <mailconfigpage.hxx>
#include <mmconfigitem.hxx>
#include <mailmergehelper.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/mail/MailServiceType.hpp>
#include <com/sun/star/mail/XMailService.hpp>
#include <com/sun/star/mail/MailServiceProvider.hpp>
#include <strings.hrc>
Go to the source code of this file.
Classes | |
class | SwTestAccountSettingsDialog |
Functions | |
IMPL_LINK (SwMailConfigPage, ReplyToHdl, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (SwMailConfigPage, AuthenticationHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwMailConfigPage, TestHdl, weld::Button &, void) | |
IMPL_LINK (SwMailConfigPage, SecureHdl, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (SwTestAccountSettingsDialog, StopHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwTestAccountSettingsDialog, TestHdl, void *, void) | |
IMPL_LINK_NOARG (SwAuthenticationSettingsDialog, OKHdl_Impl, weld::Button &, void) | |
IMPL_LINK (SwAuthenticationSettingsDialog, CheckBoxHdl_Impl, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (SwAuthenticationSettingsDialog, RadioButtonHdl_Impl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (SwAuthenticationSettingsDialog, InServerHdl_Impl, weld::Toggleable &, void) | |
IMPL_LINK | ( | SwAuthenticationSettingsDialog | , |
CheckBoxHdl_Impl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 426 of file mailconfigpage.cxx.
IMPL_LINK | ( | SwMailConfigPage | , |
ReplyToHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 176 of file mailconfigpage.cxx.
IMPL_LINK | ( | SwMailConfigPage | , |
SecureHdl | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 197 of file mailconfigpage.cxx.
IMPL_LINK_NOARG | ( | SwAuthenticationSettingsDialog | , |
InServerHdl_Impl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 471 of file mailconfigpage.cxx.
IMPL_LINK_NOARG | ( | SwAuthenticationSettingsDialog | , |
OKHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 412 of file mailconfigpage.cxx.
IMPL_LINK_NOARG | ( | SwAuthenticationSettingsDialog | , |
RadioButtonHdl_Impl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 434 of file mailconfigpage.cxx.
References bIsEnabled.
IMPL_LINK_NOARG | ( | SwMailConfigPage | , |
AuthenticationHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 183 of file mailconfigpage.cxx.
References GetFrameWeld().
IMPL_LINK_NOARG | ( | SwMailConfigPage | , |
TestHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 191 of file mailconfigpage.cxx.
IMPL_LINK_NOARG | ( | SwTestAccountSettingsDialog | , |
StopHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 238 of file mailconfigpage.cxx.
IMPL_LINK_NOARG | ( | SwTestAccountSettingsDialog | , |
TestHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 243 of file mailconfigpage.cxx.
References m_xDialog.