1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: opthtml.hxx,v $
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 _OFA_OPTHTML_HXX
31 #define _OFA_OPTHTML_HXX
35 #include <vcl/button.hxx>
38 #include <vcl/field.hxx>
41 #include <vcl/fixed.hxx>
43 #ifndef _VCL_LSTBOX_HXX
44 #include <vcl/lstbox.hxx>
47 #include <vcl/group.hxx>
49 #include <sfx2/tabdlg.hxx>
50 #include "txencbox.hxx"
53 class OfaHtmlTabPage
: public SfxTabPage
55 FixedLine aFontSizeGB
;
57 NumericField aSize1NF
;
59 NumericField aSize2NF
;
61 NumericField aSize3NF
;
63 NumericField aSize4NF
;
65 NumericField aSize5NF
;
67 NumericField aSize6NF
;
69 NumericField aSize7NF
;
72 CheckBox aNumbersEnglishUSCB
;
73 CheckBox aUnknownTagCB
;
74 CheckBox aIgnoreFontNamesCB
;
78 CheckBox aStarBasicCB
;
79 CheckBox aStarBasicWarningCB
;
80 CheckBox aPrintExtensionCB
;
81 CheckBox aSaveGrfLocalCB
;
83 SvxTextEncodingBox aCharSetLB
;
85 DECL_LINK(ExportHdl_Impl
, ListBox
*);
86 DECL_LINK(CheckBoxHdl_Impl
, CheckBox
*);
88 OfaHtmlTabPage(Window
* pParent
, const SfxItemSet
& rSet
);
89 virtual ~OfaHtmlTabPage();
92 static SfxTabPage
* Create( Window
* pParent
,
93 const SfxItemSet
& rAttrSet
);
95 virtual BOOL
FillItemSet( SfxItemSet
& rSet
);
96 virtual void Reset( const SfxItemSet
& rSet
);