summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/mailmrge.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-06 05:20:21 +0000
committerOliver Specht <os@openoffice.org>2001-06-06 05:20:21 +0000
commit8b5e9d0c78f2ca208ffb6adaf1b77d93b4b8c557 (patch)
tree97f57b98c69dc07a9b310375dd2291e243d06678 /sw/source/ui/inc/mailmrge.hxx
parent7bab8398fa5c5c6ccbc13f25ef66ae37555fcd6e (diff)
#84686# form letter dialog works with local grid control
Diffstat (limited to 'sw/source/ui/inc/mailmrge.hxx')
-rw-r--r--sw/source/ui/inc/mailmrge.hxx23
1 files changed, 19 insertions, 4 deletions
diff --git a/sw/source/ui/inc/mailmrge.hxx b/sw/source/ui/inc/mailmrge.hxx
index 381efad587f1..a36317d2e9c5 100644
--- a/sw/source/ui/inc/mailmrge.hxx
+++ b/sw/source/ui/inc/mailmrge.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mailmrge.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: fme $ $Date: 2001-06-01 10:20:44 $
+ * last change: $Author: os $ $Date: 2001-06-06 06:20:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,11 +92,20 @@
class SwWrtShell;
class SwModuleOptions;
-namespace com{namespace sun{namespace star{namespace frame{
+class SwXSelChgLstnr_Impl;
+struct SwMailMergeDlg_Impl;
+namespace com{namespace sun{namespace star{
+ namespace frame{
class XFrame;
- }}}}
+ }
+ namespace sdbc{
+ class XResultSet;
+ }
+}}}
class SwMailMergeDlg : public SvxStandardDialog
{
+ friend class SwXSelChgLstnr_Impl;
+
Window* pBeamerWin;
RadioButton aAllRB;
@@ -107,6 +116,8 @@ class SwMailMergeDlg : public SvxStandardDialog
NumericField aToNF;
FixedLine aRecordFL;
+ FixedLine aSeparatorFL;
+
RadioButton aPrinterRB;
RadioButton aMailingRB;
RadioButton aFileRB;
@@ -139,6 +150,8 @@ class SwMailMergeDlg : public SvxStandardDialog
CancelButton aCancelBTN;
HelpButton aHelpBTN;
+ SwMailMergeDlg_Impl* pImpl;
+
SwWrtShell& rSh;
SwModuleOptions* pModOpt;
const String& rDBName;
@@ -170,6 +183,8 @@ public:
inline USHORT GetMergeType() { return nMergeType; }
const ::com::sun::star::uno::Sequence< sal_Int32 > GetSelection() const{return aSelection;}
+ ::com::sun::star::uno::Reference<::com::sun::star::sdbc::XResultSet> GetResultSet();
+
};
#endif