|
LibreOffice Module sw (master) 1
|
#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <comphelper/propertyvalue.hxx>#include <tools/urlobj.hxx>#include <svl/urihelper.hxx>#include <unotools/pathoptions.hxx>#include <view.hxx>#include <docsh.hxx>#include <IDocumentDeviceAccess.hxx>#include <printdata.hxx>#include <wrtsh.hxx>#include <dbmgr.hxx>#include <swmodule.hxx>#include <modcfg.hxx>#include <mailmergehelper.hxx>#include <mailmrge.hxx>#include <sfx2/docfile.hxx>#include <sfx2/filedlghelper.hxx>#include <comphelper/documentconstants.hxx>#include <comphelper/sequenceashashmap.hxx>#include <com/sun/star/container/XContainerQuery.hpp>#include <com/sun/star/container/XEnumeration.hpp>#include <com/sun/star/form/runtime/XFormController.hpp>#include <com/sun/star/frame/Frame.hpp>#include <com/sun/star/lang/XMultiServiceFactory.hpp>#include <com/sun/star/sdbcx/XRowLocate.hpp>#include <com/sun/star/sdb/XResultSetAccess.hpp>#include <com/sun/star/ui/dialogs/XFolderPicker2.hpp>#include <com/sun/star/view/XSelectionSupplier.hpp>#include <comphelper/processfactory.hxx>#include <cppuhelper/implbase.hxx>#include <algorithm>Go to the source code of this file.
Classes | |
| struct | SwMailMergeDlg_Impl |
| class | SwXSelChgLstnr_Impl |
Functions | |
| IMPL_LINK_NOARG (SwMailMergeDlg, ButtonHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwMailMergeDlg, OutputTypeHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (SwMailMergeDlg, SaveTypeHdl, weld::Toggleable &, void) | |
| IMPL_LINK (SwMailMergeDlg, FilenameHdl, weld::Toggleable &, rBox, void) | |
| IMPL_LINK_NOARG (SwMailMergeDlg, FileFormatHdl, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (SwMailMergeDlg, ModifyHdl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG (SwMailMergeDlg, InsertPathHdl, weld::Button &, void) | |
| IMPL_LINK | ( | SwMailMergeDlg | , |
| FilenameHdl | , | ||
| weld::Toggleable & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 407 of file mailmrge.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| ButtonHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 351 of file mailmrge.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| FileFormatHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 430 of file mailmrge.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| InsertPathHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 570 of file mailmrge.cxx.
References aURL, sfx2::createFolderPicker(), m_xDialog, and RET_OK.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| ModifyHdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 450 of file mailmrge.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| OutputTypeHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 357 of file mailmrge.cxx.
| IMPL_LINK_NOARG | ( | SwMailMergeDlg | , |
| SaveTypeHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 383 of file mailmrge.cxx.