LibreOffice Module sw (master) 1
|
#include <dbmgr.hxx>
Public Member Functions | |
SwMergeDescriptor (const DBManagerOptions nType, SwWrtShell &rShell, const svx::ODataAccessDescriptor &rDesc) | |
Public Attributes | |
const DBManagerOptions | nMergeType |
SwWrtShell & | rSh |
const svx::ODataAccessDescriptor & | rDescriptor |
bool | bCreateSingleFile |
Create a single or multiple results. More... | |
OUString | sSaveToFilter |
OUString | sSaveToFilterOptions |
css::uno::Sequence< css::beans::PropertyValue > | aSaveToFilterData |
OUString | sPrefix |
Basename incl. More... | |
bool | bPrefixIsFilename |
Use the sPrefix as the target filename also overwriting an existing target file. More... | |
OUString | sSubject |
OUString | sMailBody |
OUString | sAttachmentName |
css::uno::Sequence< OUString > | aCopiesTo |
css::uno::Sequence< OUString > | aBlindCopiesTo |
css::uno::Reference< css::mail::XSmtpService > | xSmtpServer |
bool | bSendAsHTML |
bool | bSendAsAttachment |
OUString | sDBcolumn |
DB column to fetch EMail of Filename from. More... | |
OUString | sDBPasswordColumn |
DB column to fetch password. More... | |
css::uno::Sequence< css::beans::PropertyValue > | aPrintOptions |
SwMailMergeConfigItem * | pMailMergeConfigItem |
|
inline |
Definition at line 222 of file dbmgr.hxx.
References bCreateSingleFile, DBMGR_MERGE_PRINTER, DBMGR_MERGE_SHELL, and nType.
bool SwMergeDescriptor::bCreateSingleFile |
Create a single or multiple results.
This currently just affects FILE, as EMAIL is always multiple and SHELL and PRINTER are always single.
Definition at line 151 of file dbmgr.hxx.
Referenced by SwXMailMerge::execute(), SwDBManager::ExecuteFormLetter(), SwDBManager::MergeMailFiles(), SwDBManager::PerformMailMerge(), and SwMergeDescriptor().
const DBManagerOptions SwMergeDescriptor::nMergeType |
Definition at line 141 of file dbmgr.hxx.
Referenced by SwDBManager::Merge(), and SwDBManager::MergeMailFiles().
SwMailMergeConfigItem* SwMergeDescriptor::pMailMergeConfigItem |
Definition at line 220 of file dbmgr.hxx.
Referenced by SwXMailMerge::execute(), lcl_CreateMailFromDoc(), SwDBManager::MergeMailFiles(), and SwDBManager::PerformMailMerge().
const svx::ODataAccessDescriptor& SwMergeDescriptor::rDescriptor |
Definition at line 143 of file dbmgr.hxx.
Referenced by SwDBManager::Merge().
SwWrtShell& SwMergeDescriptor::rSh |
Definition at line 142 of file dbmgr.hxx.
Referenced by SwDBManager::Merge().