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/basemutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx>
#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 | |
com::sun::star::mail | |
SwMailMergeHelper | |
Functions | |
OUString | SwMailMergeHelper::CallSaveAsDialog (weld::Window *pParent, OUString &rFilter) |
bool | SwMailMergeHelper::CheckMailAddress (const OUString &rMailAddress) |
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) |