summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/dbtablepreviewdialog.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 12:12:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 12:12:05 +0000
commiteb3e6ce71270f13ff1432bdea88466e8a2723028 (patch)
tree157477aee97dd5e0e8b67cf80ae0530b50991098 /sw/source/ui/dbui/dbtablepreviewdialog.hxx
parentd65d6c4e80e52ee89daead107bcd5fbda2755a6a (diff)
INTEGRATION: CWS swmailmerge (1.1.2); FILE ADDED
2004/04/30 14:32:21 os 1.1.2.2: #i25107# intermediate check-in 2004/04/13 15:36:15 os 1.1.2.1: #i25107# mail merge progress
Diffstat (limited to 'sw/source/ui/dbui/dbtablepreviewdialog.hxx')
-rw-r--r--sw/source/ui/dbui/dbtablepreviewdialog.hxx100
1 files changed, 100 insertions, 0 deletions
diff --git a/sw/source/ui/dbui/dbtablepreviewdialog.hxx b/sw/source/ui/dbui/dbtablepreviewdialog.hxx
new file mode 100644
index 000000000000..61fab899a15b
--- /dev/null
+++ b/sw/source/ui/dbui/dbtablepreviewdialog.hxx
@@ -0,0 +1,100 @@
+/*************************************************************************
+ *
+ * $RCSfile: dbtablepreviewdialog.hxx,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: rt $ $Date: 2004-09-20 13:12:05 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * 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.
+ *
+ * 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.
+ *
+ * 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
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
+#ifndef _DBTABLEPREVIEWDIALOG_HXX
+#define _DBTABLEPREVIEWDIALOG_HXX
+
+#ifndef _BASEDLGS_HXX
+#include <sfx2/basedlgs.hxx>
+#endif
+#ifndef _STDCTRL_HXX
+#include <svtools/stdctrl.hxx>
+#endif
+#ifndef _SV_BUTTON_HXX
+#include <vcl/button.hxx>
+#endif
+#ifndef _COM_SUN_STAR_UNO_SEQUENCE_H_
+#include <com/sun/star/uno/Sequence.h>
+#endif
+
+namespace com{ namespace sun{ namespace star{
+ namespace beans{ struct PropertyValue; }
+ namespace frame{ class XFrame; }
+ }}}
+
+
+/*-- 08.04.2004 14:04:29---------------------------------------------------
+
+ -----------------------------------------------------------------------*/
+class SwDBTablePreviewDialog : public SfxModalDialog
+{
+ FixedInfo m_aDescriptionFI;
+ Window* m_pBeamerWIN;
+ OKButton m_aOK;
+
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > m_xFrame;
+public:
+ SwDBTablePreviewDialog(Window* pParent,
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rValues );
+ ~SwDBTablePreviewDialog();
+
+};
+#endif
+