LibreOffice Module sw (master) 1
|
#include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/mail/XAuthenticator.hpp>
#include <com/sun/star/mail/XConnectionListener.hpp>
#include <com/sun/star/uno/XCurrentContext.hpp>
#include <com/sun/star/mail/XMailMessage.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/compbase.hxx>
#include <utility>
#include <vcl/customweld.hxx>
#include <vcl/weld.hxx>
#include <rtl/ustring.hxx>
#include <swdllapi.h>
Go to the source code of this file.
Classes | |
class | SwAddressPreview |
struct | SwMergeAddressItem |
class | SwAddressIterator |
class | SwAuthenticator |
class | SwConnectionContext |
class | SwConnectionListener |
class | SwMailTransferable |
class | SwMailMessage |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::mail |
namespace | SwMailMergeHelper |
Functions | |
OUString | SwMailMergeHelper::CallSaveAsDialog (weld::Window *pParent, OUString &rFilter) |
bool | SwMailMergeHelper::CheckMailAddress (std::u16string_view aMailAddress) |
SW_DLLPUBLIC css::uno::Reference< css::mail::XSmtpService > | SwMailMergeHelper::ConnectToSmtpServer (SwMailMergeConfigItem const &rConfigItem, css::uno::Reference< css::mail::XMailService > &xInMailService, const OUString &rInMailServerPassword, const OUString &rOutMailServerPassword, weld::Window *pDialogParentWindow=nullptr) |