1*cdf0e10cSrcweir /*************************************************************************
2*cdf0e10cSrcweir  *
3*cdf0e10cSrcweir  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir  *
5*cdf0e10cSrcweir  * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir  *
7*cdf0e10cSrcweir  * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir  *
9*cdf0e10cSrcweir  * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir  *
11*cdf0e10cSrcweir  * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir  * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir  * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir  *
15*cdf0e10cSrcweir  * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir  * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir  * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir  *
21*cdf0e10cSrcweir  * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir  * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir  * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir  * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir  *
26*cdf0e10cSrcweir  ************************************************************************/
27*cdf0e10cSrcweir 
28*cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:30.436716
29*cdf0e10cSrcweir 
30*cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS
31*cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleEventId.hpp"
32*cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleRole.hpp"
33*cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleStateType.hpp"
34*cdf0e10cSrcweir #include "com/sun/star/awt/XDialog.hpp"
35*cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp"
36*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp"
37*cdf0e10cSrcweir #include "com/sun/star/beans/Property.hpp"
38*cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp"
39*cdf0e10cSrcweir #include "com/sun/star/document/MacroExecMode.hpp"
40*cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProvider.hpp"
41*cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManager.hpp"
42*cdf0e10cSrcweir #include "com/sun/star/resource/XStringResourcePersistence.hpp"
43*cdf0e10cSrcweir #include "com/sun/star/script/XLibraryContainer.hpp"
44*cdf0e10cSrcweir #include "com/sun/star/script/XLibraryContainerPassword.hpp"
45*cdf0e10cSrcweir #ifndef _COM_SUN_STAR_SCRIPT_XLIBRYARYCONTAINER2_HPP_
46*cdf0e10cSrcweir #include "com/sun/star/script/XLibraryContainer2.hpp"
47*cdf0e10cSrcweir #endif
48*cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicator.hpp"
49*cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorFactory.hpp"
50*cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePicker.hpp"
51*cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp"
52*cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilterManager.hpp"
53*cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
54*cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp"
55*cdf0e10cSrcweir #include "com/sun/star/util/XCloneable.hpp"
56*cdf0e10cSrcweir 
57*cdf0e10cSrcweir #include "comphelper/types.hxx"
58*cdf0e10cSrcweir #include "comphelper/processfactory.hxx"
59*cdf0e10cSrcweir 
60*cdf0e10cSrcweir #include "toolkit/awt/vclxfont.hxx"
61*cdf0e10cSrcweir #include "toolkit/helper/externallock.hxx"
62*cdf0e10cSrcweir #include "toolkit/helper/convert.hxx"
63*cdf0e10cSrcweir #include "toolkit/helper/vclunohelper.hxx"
64*cdf0e10cSrcweir 
65*cdf0e10cSrcweir #include "tools/debug.hxx"
66*cdf0e10cSrcweir #include "tools/diagnose_ex.h"
67*cdf0e10cSrcweir #include "tools/urlobj.hxx"
68*cdf0e10cSrcweir 
69*cdf0e10cSrcweir #include "vcl/wrkwin.hxx"
70*cdf0e10cSrcweir #include "vcl/msgbox.hxx"
71*cdf0e10cSrcweir #include "vcl/menu.hxx"
72*cdf0e10cSrcweir #include "vcl/status.hxx"
73*cdf0e10cSrcweir #include "vcl/sound.hxx"
74*cdf0e10cSrcweir #include "vcl/svapp.hxx"
75*cdf0e10cSrcweir #include "vcl/scrbar.hxx"
76*cdf0e10cSrcweir 
77*cdf0e10cSrcweir #include "svl/svarray.hxx"
78*cdf0e10cSrcweir #include "svl/itempool.hxx"
79*cdf0e10cSrcweir #include "svl/itemset.hxx"
80*cdf0e10cSrcweir #include "svl/aeitem.hxx"
81*cdf0e10cSrcweir #include "svl/stritem.hxx"
82*cdf0e10cSrcweir #include "svl/whiter.hxx"
83*cdf0e10cSrcweir #include "svtools/langtab.hxx"
84*cdf0e10cSrcweir #include "svtools/texteng.hxx"
85*cdf0e10cSrcweir #include "svtools/textview.hxx"
86*cdf0e10cSrcweir #include "svtools/xtextedt.hxx"
87*cdf0e10cSrcweir #include "svtools/txtattr.hxx"
88*cdf0e10cSrcweir #include "svtools/textwindowpeer.hxx"
89*cdf0e10cSrcweir #include "svl/urihelper.hxx"
90*cdf0e10cSrcweir 
91*cdf0e10cSrcweir #define _BASIC_TEXTPORTIONS
92*cdf0e10cSrcweir #include "basic/sbdef.hxx"
93*cdf0e10cSrcweir #include "basic/sbstar.hxx"
94*cdf0e10cSrcweir #include "basic/sbmeth.hxx"
95*cdf0e10cSrcweir #include "basic/sbmod.hxx"
96*cdf0e10cSrcweir #include "basic/basmgr.hxx"
97*cdf0e10cSrcweir #include "basic/sbuno.hxx"
98*cdf0e10cSrcweir #include "basic/basrdll.hxx"
99*cdf0e10cSrcweir #include "basic/sbx.hxx"
100*cdf0e10cSrcweir 
101*cdf0e10cSrcweir #include "sfx2/app.hxx"
102*cdf0e10cSrcweir #include "sfx2/objface.hxx"
103*cdf0e10cSrcweir #include "sfx2/printer.hxx"
104*cdf0e10cSrcweir #include "sfx2/viewsh.hxx"
105*cdf0e10cSrcweir #include "sfx2/event.hxx"
106*cdf0e10cSrcweir #include "sfx2/bindings.hxx"
107*cdf0e10cSrcweir #include "sfx2/request.hxx"
108*cdf0e10cSrcweir #include "sfx2/childwin.hxx"
109*cdf0e10cSrcweir #include "sfx2/viewfrm.hxx"
110*cdf0e10cSrcweir #include "sfx2/dispatch.hxx"
111*cdf0e10cSrcweir #include "sfx2/objsh.hxx"
112*cdf0e10cSrcweir #include "sfx2/genlink.hxx"
113*cdf0e10cSrcweir #include "sfx2/dispatch.hxx"
114*cdf0e10cSrcweir #include "sfx2/minfitem.hxx"
115*cdf0e10cSrcweir #include "sfx2/dinfdlg.hxx"
116*cdf0e10cSrcweir #include "sfx2/docfac.hxx"
117*cdf0e10cSrcweir #include "sfx2/progress.hxx"
118*cdf0e10cSrcweir #include "sfx2/docfile.hxx"
119*cdf0e10cSrcweir #include "sfx2/docfac.hxx"
120*cdf0e10cSrcweir 
121*cdf0e10cSrcweir 
122*cdf0e10cSrcweir #define ITEMID_FONT 			0
123*cdf0e10cSrcweir #define ITEMID_POSTURE			0
124*cdf0e10cSrcweir #define ITEMID_WEIGHT			0
125*cdf0e10cSrcweir #define ITEMID_SHADOWED			0
126*cdf0e10cSrcweir #define ITEMID_CONTOUR			0
127*cdf0e10cSrcweir #define ITEMID_CROSSEDOUT		0
128*cdf0e10cSrcweir #define ITEMID_UNDERLINE		0
129*cdf0e10cSrcweir #define ITEMID_FONTHEIGHT		0
130*cdf0e10cSrcweir #define ITEMID_COLOR 			0
131*cdf0e10cSrcweir #define ITEMID_ADJUST			0
132*cdf0e10cSrcweir #define ITEMID_LINESPACING		0
133*cdf0e10cSrcweir #define ITEMID_TABSTOP			0
134*cdf0e10cSrcweir #define ITEMID_LRSPACE			0
135*cdf0e10cSrcweir #define ITEMID_ULSPACE			0
136*cdf0e10cSrcweir #define ITEMID_SEARCH			0
137*cdf0e10cSrcweir #define ITEMID_SEARCH			0
138*cdf0e10cSrcweir #define ITEMID_SIZE				0
139*cdf0e10cSrcweir #define ITEMID_FONTLIST		0
140*cdf0e10cSrcweir #define ITEMID_AUTOKERN		0
141*cdf0e10cSrcweir #define ITEMID_WORDLINEMODE	0
142*cdf0e10cSrcweir #define ITEMID_PROPSIZE		0
143*cdf0e10cSrcweir #define ITEMID_CHARSETCOLOR	0
144*cdf0e10cSrcweir #define ITEMID_KERNING		0
145*cdf0e10cSrcweir #define ITEMID_CASEMAP		0
146*cdf0e10cSrcweir #define ITEMID_ESCAPEMENT	0
147*cdf0e10cSrcweir #define ITEMID_LANGUAGE		0
148*cdf0e10cSrcweir #define ITEMID_NOLINEBREAK	0
149*cdf0e10cSrcweir #define ITEMID_NOHYPHENHERE	0
150*cdf0e10cSrcweir #define ITEMID_BLINK		0
151*cdf0e10cSrcweir #define ITEMID_PAPERBIN		0
152*cdf0e10cSrcweir #define ITEMID_PRINT		0
153*cdf0e10cSrcweir #define ITEMID_OPAQUE		0
154*cdf0e10cSrcweir #define ITEMID_PROTECT		0
155*cdf0e10cSrcweir #define ITEMID_SHADOW		0
156*cdf0e10cSrcweir #define ITEMID_BOX		    0
157*cdf0e10cSrcweir #define ITEMID_BOXINFO		0
158*cdf0e10cSrcweir #define ITEMID_FMTBREAK		0
159*cdf0e10cSrcweir #define ITEMID_FMTKEEP		0
160*cdf0e10cSrcweir #define ITEMID_LINE		    0
161*cdf0e10cSrcweir #define ITEMID_BRUSH		0
162*cdf0e10cSrcweir 
163*cdf0e10cSrcweir #include "svl/srchitem.hxx"
164*cdf0e10cSrcweir #include "editeng/flstitem.hxx"
165*cdf0e10cSrcweir #include "editeng/fontitem.hxx"
166*cdf0e10cSrcweir #include "editeng/postitem.hxx"
167*cdf0e10cSrcweir #include "editeng/wghtitem.hxx"
168*cdf0e10cSrcweir #include "editeng/fhgtitem.hxx"
169*cdf0e10cSrcweir #include "editeng/fwdtitem.hxx"
170*cdf0e10cSrcweir #include "editeng/udlnitem.hxx"
171*cdf0e10cSrcweir #include "editeng/crsditem.hxx"
172*cdf0e10cSrcweir #include "editeng/shdditem.hxx"
173*cdf0e10cSrcweir #include "editeng/akrnitem.hxx"
174*cdf0e10cSrcweir #include "editeng/wrlmitem.hxx"
175*cdf0e10cSrcweir #include "editeng/cntritem.hxx"
176*cdf0e10cSrcweir #include "editeng/prszitem.hxx"
177*cdf0e10cSrcweir #include "editeng/colritem.hxx"
178*cdf0e10cSrcweir #include "editeng/cscoitem.hxx"
179*cdf0e10cSrcweir #include "editeng/kernitem.hxx"
180*cdf0e10cSrcweir 
181*cdf0e10cSrcweir #include "editeng/cmapitem.hxx"
182*cdf0e10cSrcweir #include "editeng/escpitem.hxx"
183*cdf0e10cSrcweir #include "editeng/langitem.hxx"
184*cdf0e10cSrcweir #include "editeng/nlbkitem.hxx"
185*cdf0e10cSrcweir #include "editeng/nhypitem.hxx"
186*cdf0e10cSrcweir #include "editeng/lcolitem.hxx"
187*cdf0e10cSrcweir #include "editeng/blnkitem.hxx"
188*cdf0e10cSrcweir 
189*cdf0e10cSrcweir #include "editeng/pbinitem.hxx"
190*cdf0e10cSrcweir #include "editeng/sizeitem.hxx"
191*cdf0e10cSrcweir #include "editeng/lrspitem.hxx"
192*cdf0e10cSrcweir #include "editeng/ulspitem.hxx"
193*cdf0e10cSrcweir #include "editeng/prntitem.hxx"
194*cdf0e10cSrcweir #include "editeng/opaqitem.hxx"
195*cdf0e10cSrcweir #include "editeng/protitem.hxx"
196*cdf0e10cSrcweir #include "editeng/shaditem.hxx"
197*cdf0e10cSrcweir #include "editeng/boxitem.hxx"
198*cdf0e10cSrcweir #include "editeng/brkitem.hxx"
199*cdf0e10cSrcweir #include "editeng/keepitem.hxx"
200*cdf0e10cSrcweir #include "editeng/bolnitem.hxx"
201*cdf0e10cSrcweir #include "editeng/brshitem.hxx"
202*cdf0e10cSrcweir #include "svx/xmlsecctrl.hxx"
203*cdf0e10cSrcweir #include "editeng/unolingu.hxx"
204*cdf0e10cSrcweir 
205*cdf0e10cSrcweir #include "xmlscript/xmldlg_imexp.hxx"
206*cdf0e10cSrcweir 
207*cdf0e10cSrcweir #include "unotools/charclass.hxx"
208*cdf0e10cSrcweir #include "unotools/accessiblestatesethelper.hxx"
209*cdf0e10cSrcweir #include "unotools/accessiblerelationsethelper.hxx"
210*cdf0e10cSrcweir #endif
211*cdf0e10cSrcweir 
212