LibreOffice Module sw (master) 1
Classes | Namespaces | Functions
mailmergehelper.cxx File Reference
#include <swtypes.hxx>
#include <mailmergehelper.hxx>
#include <mmconfigitem.hxx>
#include <docsh.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/docfile.hxx>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdb/XColumn.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/mail/MailServiceProvider.hpp>
#include <com/sun/star/mail/XSmtpService.hpp>
#include <comphelper/processfactory.hxx>
#include <o3tl/safeint.hxx>
#include <utility>
#include <vcl/event.hxx>
#include <vcl/settings.hxx>
#include <vcl/weldutils.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <o3tl/string_view.hxx>
#include <sfx2/passwd.hxx>
#include <dbui.hrc>
#include <strings.hrc>
Include dependency graph for mailmergehelper.cxx:

Go to the source code of this file.

Classes

struct  SwAddressPreview_Impl
 

Namespaces

namespace  SwMailMergeHelper
 

Functions

OUString SwMailMergeHelper::CallSaveAsDialog (weld::Window *pParent, OUString &rFilter)
 
bool SwMailMergeHelper::CheckMailAddress (std::u16string_view aMailAddress)
 
uno::Reference< mail::XSmtpService > SwMailMergeHelper::ConnectToSmtpServer (SwMailMergeConfigItem const &rConfigItem, uno::Reference< mail::XMailService > &rxInMailService, const OUString &rInMailServerPassword, const OUString &rOutMailServerPassword, weld::Window *pDialogParentWindow)
 
 IMPL_LINK_NOARG (SwAddressPreview, ScrollHdl, weld::ScrolledWindow &, void)
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SwAddressPreview  ,
ScrollHdl  ,
weld::ScrolledWindow ,
void   
)

Definition at line 292 of file mailmergehelper.cxx.