#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <tools/long.hxx>
#include <i18nlangtag/lang.h>
#include <com/sun/star/util/Date.hpp>
#include "swdllapi.h"
#include "swdbdata.hxx"
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <memory>
#include <vector>
Go to the source code of this file.
|
enum | DBManagerOptions {
DBMGR_MERGE,
DBMGR_MERGE_PRINTER,
DBMGR_MERGE_EMAIL,
DBMGR_MERGE_FILE,
DBMGR_MERGE_SHELL
} |
|
enum | SwDBSelect {
SwDBSelect::UNKNOWN,
SwDBSelect::TABLE,
SwDBSelect::QUERY
} |
|
enum | sw::DBConnURIType {
sw::DBConnURIType::UNKNOWN = 0,
sw::DBConnURIType::ODB,
sw::DBConnURIType::CALC,
sw::DBConnURIType::DBASE,
sw::DBConnURIType::FLAT,
sw::DBConnURIType::MSJET,
sw::DBConnURIType::MSACE,
sw::DBConnURIType::WRITER
} |
|
Enumerator |
---|
DBMGR_MERGE |
Data records in fields.
|
DBMGR_MERGE_PRINTER |
Print mail merge.
|
DBMGR_MERGE_EMAIL |
Send mail merge as email.
|
DBMGR_MERGE_FILE |
Save mail merge as files.
|
DBMGR_MERGE_SHELL |
Create merge doc and keep the doc shell.
|
Definition at line 86 of file dbmgr.hxx.
Enumerator |
---|
UNKNOWN |
|
TABLE |
|
QUERY |
|
Definition at line 96 of file dbmgr.hxx.