xref: /aoo42x/main/basctl/source/inc/svheader.hxx (revision cdf0e10c)
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #ifndef _SVHEADER_HXX
28 #define _SVHEADER_HXX
29 
30 
31 // SV
32 #define _COLDLG_HXX
33 #define _CONFIG_HXX
34 #define _CURSOR_HXX
35 #define _FONTDLG_HXX
36 #define _PRVWIN_HXX
37 //#define _SELENG_HXX
38 #define _VIRTDEV_HXX
39 
40 // Wenn Brkdlg ohne PCH:
41 // #define _SPIN_HXX
42 // #define _FIELD_HXX
43 
44 // SVTOOLS
45 #define _CTRLBOX_HXX
46 #define _EXTATTR_HXX
47 #define _CTRLTOOL_HXX
48 #define _CTRLBOX_HXX
49 #define _STDMENU_HXX
50 #define _VALUESET_HXX
51 #define _RULER_HXX
52 #define _SCRWIN_HXX
53 
54 // SFX
55 #define _SFXAPPWIN_HXX
56 #define _SFX_RESMGR_HXX
57 #define _SFX_PRNMON_HXX
58 #define _INTRO_HXX
59 #define _SFXMSGDESCR_HXX
60 #define _SFXMSGPOOL_HXX
61 // #define _PASSWD_HXX
62 #define _SFXMNUMGR_HXX
63 
64 // SFXDLG
65 // #define _SFXTABDLG_HXX
66 // #define _SFX_DINFDLG_HXX
67 #define _SFX_MGETEMPL_HXX
68 #define _SFX_STYLEDLG_HXX
69 #define _SFX_TPLPITEM_HXX
70 #define _NEWSTYLE_HXX
71 #define _SFXDOCTEMPL_HXX
72 #define _SFXDOCTDLG_HXX
73 #define _SFX_TEMPLDLG_HXX
74 #define _SFXNEW_HXX
75 
76 // SFXDOC
77 // #define _SFXDOCINF_HXX
78 //#define _SFX_DOCFILT_HXX
79 #define _SFX_IPFRM_HXX
80 #define _SFX_INTERNO_HXX
81 
82 // SVCONTNR
83 #define _SVICNVW_HXX
84 
85 #define _SBSTDOBJ1_HXX
86 #define _SBXMSTRM_HXX
87 
88 #endif
89 
90