summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mailmergehelper.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-28 14:31:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-28 14:31:31 +0000
commiteff41793c4f5139d17fc8149fdc4882e957a9720 (patch)
treef22799d7e192525c1afd87f350bee4501487faed /sw/source/ui/inc/mailmergehelper.hxx
parent3d53e6677b6d11b58be5a5eafd6828a7a045092f (diff)
INTEGRATION: CWS os47 (1.3.190); FILE MERGED
2004/12/30 12:52:14 os 1.3.190.1: #i30916# mail merge API: added e-Mail, merge to single file, more printer properties
Diffstat (limited to 'sw/source/ui/inc/mailmergehelper.hxx')
-rw-r--r--sw/source/ui/inc/mailmergehelper.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/source/ui/inc/mailmergehelper.hxx b/sw/source/ui/inc/mailmergehelper.hxx
index 2e22615402..9db096e2e2 100644
--- a/sw/source/ui/inc/mailmergehelper.hxx
+++ b/sw/source/ui/inc/mailmergehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mailmergehelper.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-09-27 11:43:58 $
+ * last change: $Author: rt $ $Date: 2005-01-28 15:31:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,10 @@ namespace com{ namespace sun{ namespace star{
namespace lang{
class XMultiServiceFactory;
}
+ namespace mail{
+ class XSmtpService;
+ class XMailService;
+ }
}}}
/*-- 14.06.2004 12:27:42---------------------------------------------------
@@ -115,6 +119,12 @@ namespace SwMailMergeHelper
{
SW_DLLPUBLIC String CallSaveAsDialog(String& rFilter);
SW_DLLPUBLIC bool CheckMailAddress( const ::rtl::OUString& rMailAddress );
+ SW_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::mail::XSmtpService >
+ ConnectToSmtpServer( SwMailMergeConfigItem& rConfigItem,
+ com::sun::star::uno::Reference< com::sun::star::mail::XMailService >& xInMailService,
+ const String& rInMailServerPassword,
+ const String& rOutMailServerPassword,
+ Window* pDialogParentWindow = 0 );
}
/* -----------------06.04.2004 10:29-----------------