Kaydet (Commit) 00c97555 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS asyncdialogs (1.5.424); FILE MERGED

2005/12/06 21:08:53 kso 1.5.424.2: RESYNC: (1.5-1.7); FILE MERGED
2005/11/17 15:37:25 kso 1.5.424.1: #i57125# - MailMergeWizard is now asynchronous (adaption for Threading Framework).
üst 7763fc20
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: swdlgfact.hxx,v $ * $RCSfile: swdlgfact.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-10-19 08:30:27 $ * last change: $Author: vg $ $Date: 2006-11-22 10:25:35 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -421,7 +421,18 @@ class AbstractAuthMarkFloatDlg_Impl : public AbstractMarkFloatDlg ...@@ -421,7 +421,18 @@ class AbstractAuthMarkFloatDlg_Impl : public AbstractMarkFloatDlg
class SwMailMergeWizard; class SwMailMergeWizard;
class AbstractMailMergeWizard_Impl : public AbstractMailMergeWizard class AbstractMailMergeWizard_Impl : public AbstractMailMergeWizard
{ {
DECL_ABSTDLG_BASE(AbstractMailMergeWizard_Impl, SwMailMergeWizard); SwMailMergeWizard* pDlg;
Link aEndDlgHdl;
DECL_LINK( EndDialogHdl, SwMailMergeWizard* );
public:
AbstractMailMergeWizard_Impl( SwMailMergeWizard* p )
: pDlg(p)
{}
virtual ~AbstractMailMergeWizard_Impl();
virtual void StartExecuteModal( const Link& rEndDialogHdl );
virtual long GetResult();
virtual void SetReloadDocument(const String& rURL); virtual void SetReloadDocument(const String& rURL);
virtual const String& GetReloadDocument() const; virtual const String& GetReloadDocument() const;
virtual BOOL ShowPage( USHORT nLevel ); virtual BOOL ShowPage( USHORT nLevel );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment