Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmoutputtypepage.hxx
blobeced05b180116924a6e475f962ed5636000e0397
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: mmoutputtypepage.hxx,v $
10 * $Revision: 1.4 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _MAILMERGEOUTPUTTYPEPAGE_HXX
31 #define _MAILMERGEOUTPUTTYPEPAGE_HXX
33 #include <svtools/wizardmachine.hxx>
34 #ifndef _SV_BUTTON_HXX
35 #include <vcl/button.hxx>
36 #endif
37 #include <svtools/stdctrl.hxx>
38 #include <mailmergehelper.hxx>
39 class SwMailMergeWizard;
40 /*-- 02.04.2004 09:21:06---------------------------------------------------
42 -----------------------------------------------------------------------*/
43 class SwMailMergeOutputTypePage : public svt::OWizardPage
45 SwBoldFixedInfo m_aHeaderFI;
46 FixedInfo m_aTypeFT;
47 RadioButton m_aLetterRB;
48 RadioButton m_aMailRB;
50 SwBoldFixedInfo m_aHintHeaderFI;
51 FixedInfo m_aHintFI;
52 FixedInfo m_aNoMailHintFI;
54 String m_sLetterHintHeader;
55 String m_sMailHintHeader;
56 String m_sLetterHint;
57 String m_sMailHint;
59 SwMailMergeWizard* m_pWizard;
61 DECL_LINK(TypeHdl_Impl, RadioButton*);
63 public:
64 SwMailMergeOutputTypePage( SwMailMergeWizard* _pParent);
65 ~SwMailMergeOutputTypePage();
68 #endif