2004-09-20 12:18:32 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* $RCSfile: mmoutputpage.hxx,v $
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* $Revision: 1.5 $
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* last change: $Author: rt $ $Date: 2005-09-09 07:04:21 $
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
2005-09-09 06:04:21 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
2004-09-20 12:18:32 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#ifndef _MAILMERGEOUTPUTPAGE_HXX
|
|
|
|
#define _MAILMERGEOUTPUTPAGE_HXX
|
|
|
|
|
|
|
|
#ifndef _SVTOOLS_WIZARDMACHINE_HXX_
|
|
|
|
#include <svtools/wizardmachine.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_BUTTON_HXX
|
|
|
|
#include <vcl/button.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _STDCTRL_HXX
|
|
|
|
#include <svtools/stdctrl.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_COMBOBOX_HXX
|
|
|
|
#include <vcl/combobox.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_FIELD_HXX
|
|
|
|
#include <vcl/field.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SV_LSTBOX_HXX
|
|
|
|
#include <vcl/lstbox.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFX_OBJSH_HXX
|
|
|
|
#include <sfx2/objsh.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _BASEDLGS_HXX
|
|
|
|
#include <sfx2/basedlgs.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVTABBX_HXX
|
|
|
|
#include <svtools/svtabbx.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _HEADBAR_HXX
|
|
|
|
#include <svtools/headbar.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _PRGSBAR_HXX
|
|
|
|
#include <svtools/prgsbar.hxx>
|
|
|
|
#endif
|
|
|
|
|
2004-10-22 09:58:10 +00:00
|
|
|
#ifndef INCLUDED_SWDLLAPI_H
|
|
|
|
#include "swdllapi.h"
|
|
|
|
#endif
|
|
|
|
#ifndef _MAILMERGEHELPER_HXX
|
|
|
|
#include "mailmergehelper.hxx"
|
|
|
|
#endif
|
2004-09-20 12:18:32 +00:00
|
|
|
|
|
|
|
class SwMailMergeWizard;
|
|
|
|
class SfxPrinter;
|
2005-03-01 14:27:15 +00:00
|
|
|
class SwSendMailDialog;
|
2004-09-20 12:18:32 +00:00
|
|
|
|
|
|
|
namespace com{ namespace sun{ namespace star{
|
|
|
|
namespace mail{
|
|
|
|
class XMailMessage;
|
|
|
|
}
|
|
|
|
}}}
|
|
|
|
/*-- 02.04.2004 09:21:06---------------------------------------------------
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------*/
|
|
|
|
class SwMailMergeOutputPage : public svt::OWizardPage
|
|
|
|
{
|
|
|
|
SwBoldFixedInfo m_aHeaderFI;
|
|
|
|
FixedInfo m_aOptionsFI;
|
|
|
|
RadioButton m_aSaveStartDocRB;
|
|
|
|
RadioButton m_aSaveMergedDocRB;
|
|
|
|
RadioButton m_aPrintRB;
|
|
|
|
RadioButton m_aSendMailRB;
|
|
|
|
|
|
|
|
FixedLine m_aSeparatorFL;
|
|
|
|
|
|
|
|
PushButton m_aSaveStartDocPB;
|
|
|
|
|
|
|
|
RadioButton m_aSaveAsOneRB;
|
|
|
|
RadioButton m_aSaveIndividualRB;
|
|
|
|
RadioButton m_aPrintAllRB; //has to be here for tab control reasons
|
|
|
|
RadioButton m_aSendAllRB; //has to be here for tab control reasons
|
|
|
|
//this group is used in save and print
|
|
|
|
RadioButton m_aFromRB;
|
|
|
|
NumericField m_aFromNF;
|
|
|
|
FixedText m_aToFT;
|
|
|
|
NumericField m_aToNF;
|
|
|
|
PushButton m_aSaveNowPB;
|
|
|
|
|
|
|
|
FixedText m_aPrinterFT;
|
|
|
|
ListBox m_aPrinterLB;
|
|
|
|
PushButton m_aPrinterSettingsPB;
|
|
|
|
PushButton m_aPrintNowPB;
|
|
|
|
|
|
|
|
FixedText m_aMailToFT;
|
|
|
|
ListBox m_aMailToLB;
|
|
|
|
PushButton m_aCopyToPB;
|
|
|
|
FixedText m_aSubjectFT;
|
|
|
|
Edit m_aSubjectED;
|
|
|
|
FixedText m_aSendAsFT;
|
|
|
|
ListBox m_aSendAsLB;
|
|
|
|
FixedText m_aAttachmentFT;
|
|
|
|
Edit m_aAttachmentED;
|
|
|
|
PushButton m_aSendAsPB;
|
|
|
|
PushButton m_aSendDocumentsPB;
|
|
|
|
|
|
|
|
SwMailMergeWizard* m_pWizard;
|
|
|
|
|
|
|
|
|
|
|
|
//some FixedLine labels
|
|
|
|
String m_sSaveStartST;
|
|
|
|
String m_sSaveMergedST;
|
|
|
|
String m_sPrintST;
|
|
|
|
String m_sSendMailST;
|
|
|
|
|
|
|
|
//misc strings
|
|
|
|
String m_sDefaultAttachmentST;
|
|
|
|
String m_sNoSubjectQueryST;
|
|
|
|
String m_sNoSubjectST;
|
|
|
|
String m_sNoAttachmentNameST;
|
|
|
|
String m_sConfigureMail;
|
|
|
|
|
|
|
|
String m_sBody;
|
|
|
|
|
|
|
|
long m_nFromToRBPos;
|
|
|
|
long m_nFromToFTPos;
|
|
|
|
long m_nFromToNFPos;
|
|
|
|
long m_nRBOffset;
|
|
|
|
|
|
|
|
//some dialog data
|
|
|
|
Printer* m_pTempPrinter;
|
|
|
|
SfxPrinter* m_pDocumentPrinterCopy;
|
|
|
|
String m_sCC;
|
|
|
|
String m_sBCC;
|
|
|
|
|
|
|
|
|
|
|
|
DECL_LINK(OutputTypeHdl_Impl, RadioButton*);
|
|
|
|
DECL_LINK(CopyToHdl_Impl, PushButton*);
|
|
|
|
DECL_LINK(SaveStartHdl_Impl, PushButton* );
|
|
|
|
DECL_LINK(SaveOutputHdl_Impl, PushButton* );
|
|
|
|
DECL_LINK(PrinterChangeHdl_Impl, ListBox* );
|
|
|
|
DECL_LINK(PrintHdl_Impl, PushButton* );
|
|
|
|
DECL_LINK(PrinterSetupHdl_Impl, PushButton* );
|
|
|
|
DECL_LINK(SendTypeHdl_Impl, ListBox*);
|
|
|
|
DECL_LINK(SendAsHdl_Impl, PushButton*);
|
|
|
|
DECL_LINK(SendDocumentsHdl_Impl, PushButton*);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
virtual sal_Bool determineNextButtonState();
|
2005-03-01 14:27:15 +00:00
|
|
|
virtual void ActivatePage();
|
2004-09-20 12:18:32 +00:00
|
|
|
public:
|
|
|
|
SwMailMergeOutputPage( SwMailMergeWizard* _pParent);
|
|
|
|
~SwMailMergeOutputPage();
|
|
|
|
|
|
|
|
};
|
|
|
|
/*-- 21.05.2004 12:48:50---------------------------------------------------
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------*/
|
|
|
|
struct SwMailDescriptor
|
|
|
|
{
|
|
|
|
::rtl::OUString sEMail;
|
|
|
|
::rtl::OUString sAttachmentURL;
|
|
|
|
::rtl::OUString sAttachmentName;
|
|
|
|
::rtl::OUString sMimeType;
|
|
|
|
::rtl::OUString sSubject;
|
|
|
|
::rtl::OUString sBodyMimeType;
|
|
|
|
::rtl::OUString sBodyContent;
|
|
|
|
|
|
|
|
|
|
|
|
::rtl::OUString sCC;
|
|
|
|
::rtl::OUString sBCC;
|
|
|
|
};
|
|
|
|
struct SwSendMailDialog_Impl;
|
|
|
|
class MailProgressBar_Impl;
|
|
|
|
class SwMailMergeConfigItem;
|
2005-03-01 14:27:15 +00:00
|
|
|
class SW_DLLPUBLIC SwSendMailDialog : public ModelessDialog //SfxModalDialog
|
2004-09-20 12:18:32 +00:00
|
|
|
{
|
|
|
|
FixedLine m_aStatusFL;
|
|
|
|
FixedText m_aStatusFT;
|
|
|
|
|
|
|
|
FixedLine m_aTransferStatusFL;
|
|
|
|
FixedText m_aTransferStatusFT;
|
|
|
|
FixedInfo m_PausedFI;
|
|
|
|
ProgressBar m_aProgressBar;
|
|
|
|
FixedText m_aErrorStatusFT;
|
|
|
|
|
|
|
|
PushButton m_aDetailsPB;
|
|
|
|
HeaderBar m_aStatusHB;
|
|
|
|
SvTabListBox m_aStatusLB;
|
|
|
|
|
|
|
|
FixedLine m_aSeparatorFL;
|
|
|
|
|
|
|
|
PushButton m_aStopPB;
|
|
|
|
PushButton m_aClosePB;
|
|
|
|
|
|
|
|
String m_sMore;
|
|
|
|
String m_sLess;
|
|
|
|
String m_sContinue;
|
|
|
|
String m_sStop;
|
|
|
|
String m_sSend;
|
|
|
|
String m_sTransferStatus;
|
|
|
|
String m_sErrorStatus;
|
|
|
|
String m_sSendingTo;
|
|
|
|
String m_sCompleted;
|
|
|
|
String m_sFailed;
|
|
|
|
String m_sTerminateQuery;
|
|
|
|
|
|
|
|
bool m_bCancel;
|
2005-03-01 14:27:15 +00:00
|
|
|
bool m_bDesctructionEnabled;
|
2004-09-20 12:18:32 +00:00
|
|
|
|
|
|
|
ImageList m_aImageList;
|
|
|
|
ImageList m_aImageListHC;
|
|
|
|
|
|
|
|
SwSendMailDialog_Impl* m_pImpl;
|
|
|
|
SwMailMergeConfigItem* m_pConfigItem;
|
|
|
|
sal_Int32 m_nStatusHeight;
|
|
|
|
sal_Int32 m_nSendCount;
|
|
|
|
sal_Int32 m_nErrorCount;
|
|
|
|
|
2004-10-22 09:58:10 +00:00
|
|
|
SW_DLLPRIVATE DECL_LINK( DetailsHdl_Impl, PushButton* );
|
|
|
|
SW_DLLPRIVATE DECL_LINK( StopHdl_Impl, PushButton* );
|
|
|
|
SW_DLLPRIVATE DECL_LINK( CloseHdl_Impl, PushButton* );
|
|
|
|
SW_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, StartSendMails, SwSendMailDialog* );
|
|
|
|
SW_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, StopSendMails, SwSendMailDialog* );
|
2005-03-01 14:27:15 +00:00
|
|
|
SW_DLLPRIVATE DECL_STATIC_LINK( SwSendMailDialog, RemoveThis, Timer* );
|
2004-09-20 12:18:32 +00:00
|
|
|
|
2005-03-01 14:27:15 +00:00
|
|
|
SW_DLLPRIVATE void IterateMails();
|
2004-10-22 09:58:10 +00:00
|
|
|
SW_DLLPRIVATE void SendMails();
|
|
|
|
SW_DLLPRIVATE void UpdateTransferStatus();
|
2005-03-01 14:27:15 +00:00
|
|
|
|
|
|
|
virtual void StateChanged( StateChangedType nStateChange );
|
|
|
|
|
2004-09-20 12:18:32 +00:00
|
|
|
public:
|
|
|
|
SwSendMailDialog( Window* pParent, SwMailMergeConfigItem& );
|
|
|
|
~SwSendMailDialog();
|
|
|
|
|
|
|
|
void AddDocument( SwMailDescriptor& rDesc );
|
2005-03-01 14:27:15 +00:00
|
|
|
void SetDocumentCount( sal_Int32 nAllDocuments );
|
|
|
|
void EnableDesctruction() {m_bDesctructionEnabled = true;}
|
|
|
|
void Show();
|
2004-09-20 12:18:32 +00:00
|
|
|
|
|
|
|
void DocumentSent( ::com::sun::star::uno::Reference< ::com::sun::star::mail::XMailMessage>,
|
|
|
|
bool bResult,
|
|
|
|
const ::rtl::OUString* pError );
|
|
|
|
void AllMailsSent();
|
|
|
|
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|