LibreOffice Module sfx2 (master) 1
|
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/container/XContainerQuery.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XStatusListener.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/system/SimpleSystemMail.hpp>
#include <com/sun/star/system/SimpleCommandMail.hpp>
#include <com/sun/star/system/XSimpleMailClientSupplier.hpp>
#include <com/sun/star/system/SimpleMailClientFlags.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <vcl/weld.hxx>
#include <osl/diagnose.h>
#include <sfx2/mailmodelapi.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/strings.hrc>
#include <unotools/tempfile.hxx>
#include <tools/urlobj.hxx>
#include <unotools/useroptions.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/string.hxx>
#include <vcl/svapp.hxx>
#include <cppuhelper/implbase.hxx>
Go to the source code of this file.
Functions | |
bool | CreateFromAddress_Impl (OUString &rFrom) |
Variables | |
const char16_t | PDF_DOCUMENT_TYPE [] = u"pdf_Portable_Document_Format" |
bool CreateFromAddress_Impl | ( | OUString & | rFrom | ) |
Definition at line 800 of file mailmodel.cxx.
References aName, SvtUserOptions::GetEmail(), SvtUserOptions::GetFirstName(), SvtUserOptions::GetLastName(), and comphelper::string::strip().
Referenced by SfxMailModel::Send().
const char16_t PDF_DOCUMENT_TYPE[] = u"pdf_Portable_Document_Format" |
Definition at line 111 of file mailmodel.cxx.
Referenced by SfxMailModel::SaveDocumentAsFormat(), and SfxMailModel::ShowFilterOptionsDialog().