xref: /trunk/main/sc/inc/pch/precompiled_sc.hxx (revision cdf0e10c)
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-07-11 15:52:42.937361
29*cdf0e10cSrcweir 
30*cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS
31*cdf0e10cSrcweir #include <sal/config.h>
32*cdf0e10cSrcweir #include "scitems.hxx"
33*cdf0e10cSrcweir 
34*cdf0e10cSrcweir #include <algorithm>
35*cdf0e10cSrcweir #include <assert.h>
36*cdf0e10cSrcweir #include <deque>
37*cdf0e10cSrcweir #include <stdarg.h>
38*cdf0e10cSrcweir #include <stddef.h>
39*cdf0e10cSrcweir #include <stdio.h>
40*cdf0e10cSrcweir #include <string.h>
41*cdf0e10cSrcweir #include <iosfwd>
42*cdf0e10cSrcweir #include <limits.h>
43*cdf0e10cSrcweir #include <limits>
44*cdf0e10cSrcweir #include <list>
45*cdf0e10cSrcweir #include <math.h>
46*cdf0e10cSrcweir #include <memory>
47*cdf0e10cSrcweir #include <new>
48*cdf0e10cSrcweir #include <cfloat>
49*cdf0e10cSrcweir 
50*cdf0e10cSrcweir #include <boost/bind.hpp>
51*cdf0e10cSrcweir 
52*cdf0e10cSrcweir #include <basegfx/polygon/b2dpolygon.hxx>
53*cdf0e10cSrcweir #include <basegfx/polygon/b3dpolygon.hxx>
54*cdf0e10cSrcweir #include <basegfx/polygon/b3dpolypolygon.hxx>
55*cdf0e10cSrcweir #include <com/sun/star/uno/Any.h>
56*cdf0e10cSrcweir #include <com/sun/star/uno/Any.hxx>
57*cdf0e10cSrcweir #include <com/sun/star/uno/Reference.h>
58*cdf0e10cSrcweir #include <com/sun/star/uno/Sequence.h>
59*cdf0e10cSrcweir #include <com/sun/star/uno/Sequence.hxx>
60*cdf0e10cSrcweir #include <com/sun/star/uno/Type.hxx>
61*cdf0e10cSrcweir #include <cppu/macros.hxx>
62*cdf0e10cSrcweir #include <cppuhelper/weakref.hxx>
63*cdf0e10cSrcweir #include <cstddef>
64*cdf0e10cSrcweir #include <cwchar>
65*cdf0e10cSrcweir #include <float.h>
66*cdf0e10cSrcweir #include <functional>
67*cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Point.hdl>
68*cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Point.hpp>
69*cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Size.hdl>
70*cdf0e10cSrcweir #include <offuh/com/sun/star/awt/Size.hpp>
71*cdf0e10cSrcweir #include <offuh/com/sun/star/beans/PropertyVetoException.hdl>
72*cdf0e10cSrcweir #include <offuh/com/sun/star/beans/PropertyVetoException.hpp>
73*cdf0e10cSrcweir #include <offuh/com/sun/star/container/ElementExistException.hdl>
74*cdf0e10cSrcweir #include <offuh/com/sun/star/container/ElementExistException.hpp>
75*cdf0e10cSrcweir #include <offuh/com/sun/star/container/NoSuchElementException.hpp>
76*cdf0e10cSrcweir #include <offuh/com/sun/star/container/XElementAccess.hdl>
77*cdf0e10cSrcweir #include <offuh/com/sun/star/container/XElementAccess.hpp>
78*cdf0e10cSrcweir #include <offuh/com/sun/star/container/XNameAccess.hpp>
79*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/DataFlavor.hdl>
80*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragGestureEvent.hpp>
81*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDragEvent.hdl>
82*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDragEvent.hpp>
83*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceDropEvent.hdl>
84*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DragSourceEvent.hpp>
85*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hdl>
86*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.hpp>
87*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEvent.hdl>
88*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
89*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
90*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetEvent.hdl>
91*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/DropTargetEvent.hpp>
92*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragGestureListener.hdl>
93*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
94*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSource.hdl>
95*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSource.hpp>
96*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceContext.hdl>
97*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceContext.hpp>
98*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceListener.hdl>
99*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
100*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp>
101*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetListener.hdl>
102*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
103*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/UnsupportedFlavorException.hdl>
104*cdf0e10cSrcweir #include <offuh/com/sun/star/datatransfer/XTransferable.hpp>
105*cdf0e10cSrcweir #include <offuh/com/sun/star/drawing/XShape.hpp>
106*cdf0e10cSrcweir #include <offuh/com/sun/star/embed/InvalidStorageException.hpp>
107*cdf0e10cSrcweir #include <offuh/com/sun/star/embed/StorageWrappedTargetException.hdl>
108*cdf0e10cSrcweir #include <offuh/com/sun/star/embed/StorageWrappedTargetException.hpp>
109*cdf0e10cSrcweir #include <offuh/com/sun/star/embed/XStorage.hdl>
110*cdf0e10cSrcweir #include <offuh/com/sun/star/embed/XStorage.hpp>
111*cdf0e10cSrcweir #include <offuh/com/sun/star/io/BufferSizeExceededException.hpp>
112*cdf0e10cSrcweir #include <offuh/com/sun/star/io/IOException.hdl>
113*cdf0e10cSrcweir #include <offuh/com/sun/star/io/NotConnectedException.hdl>
114*cdf0e10cSrcweir #include <offuh/com/sun/star/io/NotConnectedException.hpp>
115*cdf0e10cSrcweir #include <offuh/com/sun/star/io/XInputStream.hdl>
116*cdf0e10cSrcweir #include <offuh/com/sun/star/io/XInputStream.hpp>
117*cdf0e10cSrcweir #include <offuh/com/sun/star/io/XOutputStream.hdl>
118*cdf0e10cSrcweir #include <offuh/com/sun/star/io/XOutputStream.hpp>
119*cdf0e10cSrcweir #include <offuh/com/sun/star/io/XStream.hdl>
120*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/EventObject.hdl>
121*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/IllegalArgumentException.hpp>
122*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/WrappedTargetException.hdl>
123*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/WrappedTargetException.hpp>
124*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/XComponent.hpp>
125*cdf0e10cSrcweir #include <offuh/com/sun/star/lang/XEventListener.hpp>
126*cdf0e10cSrcweir #include <offuh/com/sun/star/packages/NoEncryptionException.hdl>
127*cdf0e10cSrcweir #include <offuh/com/sun/star/packages/NoEncryptionException.hpp>
128*cdf0e10cSrcweir #include <offuh/com/sun/star/packages/WrongPasswordException.hdl>
129*cdf0e10cSrcweir #include <offuh/com/sun/star/packages/WrongPasswordException.hpp>
130*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/Exception.hdl>
131*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/Exception.hpp>
132*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/RuntimeException.hdl>
133*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/RuntimeException.hpp>
134*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XAdapter.hdl>
135*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XAdapter.hpp>
136*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XInterface.hdl>
137*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XReference.hdl>
138*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XReference.hpp>
139*cdf0e10cSrcweir #include <offuh/com/sun/star/uno/XWeak.hpp>
140*cdf0e10cSrcweir #include <osl/endian.h>
141*cdf0e10cSrcweir #include <osl/interlck.h>
142*cdf0e10cSrcweir #include <osl/mutex.hxx>
143*cdf0e10cSrcweir #include <rtl/alloc.h>
144*cdf0e10cSrcweir #include <rtl/string.h>
145*cdf0e10cSrcweir #include <rtl/ustrbuf.h>
146*cdf0e10cSrcweir #include <rtl/ustring.h>
147*cdf0e10cSrcweir #include <sal/mathconf.h>
148*cdf0e10cSrcweir #include <sal/types.h>
149*cdf0e10cSrcweir #include <sot/exchange.hxx>
150*cdf0e10cSrcweir #include <sot/factory.hxx>
151*cdf0e10cSrcweir #include <sot/storage.hxx>
152*cdf0e10cSrcweir #include <svl/brdcst.hxx>
153*cdf0e10cSrcweir #include <svl/cenumitm.hxx>
154*cdf0e10cSrcweir #include <svl/cintitem.hxx>
155*cdf0e10cSrcweir #include <unotools/fltrcfg.hxx>
156*cdf0e10cSrcweir #include <svl/intitem.hxx>
157*cdf0e10cSrcweir #include <svl/listener.hxx>
158*cdf0e10cSrcweir #include <svl/lstner.hxx>
159*cdf0e10cSrcweir #include <unotools/pathoptions.hxx>
160*cdf0e10cSrcweir #include <svl/solar.hrc>
161*cdf0e10cSrcweir #include <unotools/useroptions.hxx>
162*cdf0e10cSrcweir #include <editeng/editobj.hxx>
163*cdf0e10cSrcweir #include <editeng/eeitem.hxx>
164*cdf0e10cSrcweir #include <svx/fmglob.hxx>
165*cdf0e10cSrcweir #include <editeng/outlobj.hxx>
166*cdf0e10cSrcweir #include <svx/sdangitm.hxx>
167*cdf0e10cSrcweir #include <svx/sderitm.hxx>
168*cdf0e10cSrcweir #include <svx/sdmetitm.hxx>
169*cdf0e10cSrcweir #include <svx/sdooitm.hxx>
170*cdf0e10cSrcweir #include <svx/sdprcitm.hxx>
171*cdf0e10cSrcweir #include <svx/sdrmasterpagedescriptor.hxx>
172*cdf0e10cSrcweir #include <svx/sdrpageuser.hxx>
173*cdf0e10cSrcweir #include <svx/sdtaitm.hxx>
174*cdf0e10cSrcweir #include <svx/svdglue.hxx>
175*cdf0e10cSrcweir #include <svx/svdlayer.hxx>
176*cdf0e10cSrcweir #include <svx/svdoattr.hxx>
177*cdf0e10cSrcweir #include <svx/svdobj.hxx>
178*cdf0e10cSrcweir #include <svx/svdpage.hxx>
179*cdf0e10cSrcweir #include <svx/svdpool.hxx>
180*cdf0e10cSrcweir #include <svx/svdtrans.hxx>
181*cdf0e10cSrcweir #include <svx/svdtypes.hxx>
182*cdf0e10cSrcweir #include <svx/unoapi.hxx>
183*cdf0e10cSrcweir #include <svx/volume3d.hxx>
184*cdf0e10cSrcweir #include <svx/xcolit.hxx>
185*cdf0e10cSrcweir #include <svx/xenum.hxx>
186*cdf0e10cSrcweir #include <svx/xfillit0.hxx>
187*cdf0e10cSrcweir #include <svx/xflasit.hxx>
188*cdf0e10cSrcweir #include <svx/xlineit0.hxx>
189*cdf0e10cSrcweir #include <svx/xlnasit.hxx>
190*cdf0e10cSrcweir #include <svx/xtextit0.hxx>
191*cdf0e10cSrcweir #include <tools/date.hxx>
192*cdf0e10cSrcweir #include <tools/datetime.hxx>
193*cdf0e10cSrcweir #include <tools/errcode.hxx>
194*cdf0e10cSrcweir #include <tools/errinf.hxx>
195*cdf0e10cSrcweir #include <tools/gen.hxx>
196*cdf0e10cSrcweir #include <tools/globname.hxx>
197*cdf0e10cSrcweir #include <tools/list.hxx>
198*cdf0e10cSrcweir #include <tools/rc.hxx>
199*cdf0e10cSrcweir #include <tools/rtti.hxx>
200*cdf0e10cSrcweir #include <tools/solar.h>
201*cdf0e10cSrcweir #include <tools/string.hxx>
202*cdf0e10cSrcweir #include <tools/toolsdllapi.h>
203*cdf0e10cSrcweir #include <tools/weakbase.h>
204*cdf0e10cSrcweir #include <tools/weakbase.hxx>
205*cdf0e10cSrcweir #include <typeinfo>
206*cdf0e10cSrcweir #include <typelib/typeclass.h>
207*cdf0e10cSrcweir #include <typelib/typedescription.h>
208*cdf0e10cSrcweir #include <typelib/uik.h>
209*cdf0e10cSrcweir #include <uno/any2.h>
210*cdf0e10cSrcweir #include <uno/lbnames.h>
211*cdf0e10cSrcweir #include <uno/sequence2.h>
212*cdf0e10cSrcweir #include <unotools/ucbstreamhelper.hxx>
213*cdf0e10cSrcweir 
214*cdf0e10cSrcweir #include <vcl/apptypes.hxx>
215*cdf0e10cSrcweir #include <vcl/bitmap.hxx>
216*cdf0e10cSrcweir #include <vcl/bitmapex.hxx>
217*cdf0e10cSrcweir #include <vcl/dllapi.h>
218*cdf0e10cSrcweir #include <vcl/dndhelp.hxx>
219*cdf0e10cSrcweir #include <vcl/edit.hxx>
220*cdf0e10cSrcweir #include <vcl/field.hxx>
221*cdf0e10cSrcweir #include <tools/fldunit.hxx>
222*cdf0e10cSrcweir #include <vcl/gdimtf.hxx>
223*cdf0e10cSrcweir #include <vcl/inputctx.hxx>
224*cdf0e10cSrcweir #include <vcl/jobset.hxx>
225*cdf0e10cSrcweir #include <vcl/mapmod.hxx>
226*cdf0e10cSrcweir #include <vcl/menu.hxx>
227*cdf0e10cSrcweir #include <vcl/pointr.hxx>
228*cdf0e10cSrcweir #include <vcl/print.hxx>
229*cdf0e10cSrcweir #include <vcl/prntypes.hxx>
230*cdf0e10cSrcweir #include <vcl/ptrstyle.hxx>
231*cdf0e10cSrcweir #include <vcl/region.hxx>
232*cdf0e10cSrcweir #include <vcl/salnativewidgets.hxx>
233*cdf0e10cSrcweir #include <vcl/spinfld.hxx>
234*cdf0e10cSrcweir #include <vcl/sv.h>
235*cdf0e10cSrcweir #include <vcl/svapp.hxx>
236*cdf0e10cSrcweir #include <vcl/vclevent.hxx>
237*cdf0e10cSrcweir #include <vcl/window.hxx>
238*cdf0e10cSrcweir #include <tools/wintypes.hxx>
239*cdf0e10cSrcweir #include <vos/macros.hxx>
240*cdf0e10cSrcweir #include <vos/object.hxx>
241*cdf0e10cSrcweir #include <vos/types.hxx>
242*cdf0e10cSrcweir #include <wchar.h>
243*cdf0e10cSrcweir 
244*cdf0e10cSrcweir #endif
245*cdf0e10cSrcweir 
246