LibreOffice Module sw (master) 1
|
#include <mmconfigitem.hxx>
#include <comphelper/propertyvalue.hxx>
#include <vector>
#include <swtypes.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/types.hxx>
#include <com/sun/star/sdb/CommandType.hpp>
#include <comphelper/sequence.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <unotools/configitem.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <mailmergehelper.hxx>
#include <swunohelper.hxx>
#include <dbmgr.hxx>
#include <view.hxx>
#include <unodispatch.hxx>
#include <wrtsh.hxx>
#include <dbui.hrc>
Go to the source code of this file.
Classes | |
class | SwMailMergeConfigItem_Impl |
Macros | |
#define | SECURE_PORT 587 |
#define | DEFAULT_PORT 25 |
#define | POP_PORT 110 |
#define | POP_SECURE_PORT 995 |
#define | IMAP_PORT 143 |
#define | IMAP_SECURE_PORT 993 |
Functions | |
static OUString | lcl_CreateNodeName (Sequence< OUString > &rAssignments) |
static void | lcl_ConvertToNumbers (OUString &rBlock, const std::vector< std::pair< OUString, int > > &rHeaders) |
static void | lcl_ConvertFromNumbers (OUString &rBlock, const std::vector< std::pair< OUString, int > > &rHeaders) |
static SwView * | lcl_ExistsView (SwView *pView) |
Variables | |
constexpr OUStringLiteral | cAddressDataAssignments = u"AddressDataAssignments" |
const char | cDBColumnAssignments [] = "DBColumnAssignments" |
const char | cDataSourceName [] = "DataSource/DataSourceName" |
const char | cDataTableName [] = "DataSource/DataTableName" |
const char | cDataCommandType [] = "DataSource/DataCommandType" |
#define DEFAULT_PORT 25 |
Definition at line 66 of file mmconfigitem.cxx.
#define IMAP_PORT 143 |
Definition at line 69 of file mmconfigitem.cxx.
#define IMAP_SECURE_PORT 993 |
Definition at line 70 of file mmconfigitem.cxx.
#define POP_PORT 110 |
Definition at line 67 of file mmconfigitem.cxx.
#define POP_SECURE_PORT 995 |
Definition at line 68 of file mmconfigitem.cxx.
#define SECURE_PORT 587 |
Definition at line 65 of file mmconfigitem.cxx.
|
static |
Definition at line 388 of file mmconfigitem.cxx.
References SwMergeAddressItem::bIsColumn, first, SwAddressIterator::HasMore(), SwAddressIterator::Next(), SAL_WARN, and SwMergeAddressItem::sText.
|
static |
Definition at line 375 of file mmconfigitem.cxx.
References i.
|
static |
Definition at line 358 of file mmconfigitem.cxx.
References comphelper::findValue().
Referenced by SwMailMergeConfigItem_Impl::ImplCommit().
Definition at line 1557 of file mmconfigitem.cxx.
References SfxViewShell::GetFirst(), and SfxViewShell::GetNext().
Referenced by SwMailMergeConfigItem::GetSourceView(), and SwMailMergeConfigItem::GetTargetView().
|
constexpr |
Definition at line 59 of file mmconfigitem.cxx.
Referenced by SwMailMergeConfigItem_Impl::ImplCommit(), and SwMailMergeConfigItem_Impl::SwMailMergeConfigItem_Impl().
const char cDataCommandType[] = "DataSource/DataCommandType" |
Definition at line 63 of file mmconfigitem.cxx.
Referenced by SwMailMergeConfigItem_Impl::ImplCommit(), and SwMailMergeConfigItem_Impl::SwMailMergeConfigItem_Impl().
const char cDataSourceName[] = "DataSource/DataSourceName" |
Definition at line 61 of file mmconfigitem.cxx.
Referenced by SwMailMergeConfigItem_Impl::ImplCommit(), and SwMailMergeConfigItem_Impl::SwMailMergeConfigItem_Impl().
const char cDataTableName[] = "DataSource/DataTableName" |
Definition at line 62 of file mmconfigitem.cxx.
Referenced by SwMailMergeConfigItem_Impl::ImplCommit(), and SwMailMergeConfigItem_Impl::SwMailMergeConfigItem_Impl().
const char cDBColumnAssignments[] = "DBColumnAssignments" |
Definition at line 60 of file mmconfigitem.cxx.
Referenced by SwMailMergeConfigItem_Impl::ImplCommit(), and SwMailMergeConfigItem_Impl::SwMailMergeConfigItem_Impl().