1*b1cdbd2cSJim Jagielski /**************************************************************
2*b1cdbd2cSJim Jagielski  *
3*b1cdbd2cSJim Jagielski  * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski  * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski  * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski  * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski  * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski  * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski  * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski  *
11*b1cdbd2cSJim Jagielski  *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski  *
13*b1cdbd2cSJim Jagielski  * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski  * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski  * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski  * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski  * under the License.
19*b1cdbd2cSJim Jagielski  *
20*b1cdbd2cSJim Jagielski  *************************************************************/
21*b1cdbd2cSJim Jagielski 
22*b1cdbd2cSJim Jagielski 
23*b1cdbd2cSJim Jagielski 
24*b1cdbd2cSJim Jagielski // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:41.030262
25*b1cdbd2cSJim Jagielski 
26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS
27*b1cdbd2cSJim Jagielski 
28*b1cdbd2cSJim Jagielski //---MARKER---
29*b1cdbd2cSJim Jagielski #include "sal/config.h"
30*b1cdbd2cSJim Jagielski #include "sal/types.h"
31*b1cdbd2cSJim Jagielski 
32*b1cdbd2cSJim Jagielski 
33*b1cdbd2cSJim Jagielski #include "boost/scoped_array.hpp"
34*b1cdbd2cSJim Jagielski #include "boost/shared_ptr.hpp"
35*b1cdbd2cSJim Jagielski 
36*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FocusChangeReason.hpp"
37*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FocusEvent.hpp"
38*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontDescriptor.hpp"
39*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontSlant.hpp"
40*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontStrikeout.hpp"
41*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontUnderline.hpp"
42*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontWeight.hpp"
43*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/Gradient.hpp"
44*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/GradientStyle.hpp"
45*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/InputEvent.hpp"
46*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/Key.hpp"
47*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/KeyEvent.hpp"
48*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/KeyFunction.hpp"
49*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/KeyGroup.hpp"
50*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/KeyModifier.hpp"
51*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/MouseButton.hpp"
52*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/MouseEvent.hpp"
53*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/PaintEvent.hpp"
54*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/PosSize.hpp"
55*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/RasterOperation.hpp"
56*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/Rectangle.hpp"
57*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/Size.hpp"
58*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/VclWindowPeerAttribute.hpp"
59*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/VisualEffect.hpp"
60*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/WindowDescriptor.hpp"
61*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/WindowEvent.hpp"
62*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XActionListener.hpp"
63*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XActivateListener.hpp"
64*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XAdjustmentListener.hpp"
65*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XBitmap.hpp"
66*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControl.hpp"
67*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControlContainer.hpp"
68*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControlModel.hpp"
69*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XFocusListener.hpp"
70*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XGraphics.hpp"
71*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XItemListener.hpp"
72*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XKeyListener.hpp"
73*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XLayoutConstrains.hpp"
74*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XMouseListener.hpp"
75*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XMouseMotionListener.hpp"
76*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XPaintListener.hpp"
77*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XSpinListener.hpp"
78*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XSystemChildFactory.hpp"
79*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTabController.hpp"
80*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTabControllerModel.hpp"
81*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTextListener.hpp"
82*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTopWindow.hpp"
83*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTopWindowListener.hpp"
84*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XUnoControlContainer.hpp"
85*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XVclContainer.hpp"
86*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XVclContainerListener.hpp"
87*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XVclContainerPeer.hpp"
88*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XVclWindowPeer.hpp"
89*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindow.hpp"
90*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindowListener.hpp"
91*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindowPeer.hpp"
92*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/MethodConcept.hpp"
93*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/NamedValue.hpp"
94*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/Optional.hpp"
95*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/Property.hpp"
96*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyAttribute.hpp"
97*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyChangeEvent.hpp"
98*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyConcept.hpp"
99*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyState.hpp"
100*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyStateChangeEvent.hpp"
101*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyValue.hpp"
102*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyValues.hpp"
103*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/UnknownPropertyException.hpp"
104*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XExactName.hpp"
105*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XFastPropertySet.hpp"
106*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XIntrospection.hpp"
107*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XIntrospectionAccess.hpp"
108*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XMaterialHolder.hpp"
109*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XMultiPropertySet.hpp"
110*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertiesChangeListener.hpp"
111*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyAccess.hpp"
112*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyChangeListener.hpp"
113*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyContainer.hpp"
114*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySet.hpp"
115*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySetInfo.hpp"
116*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyState.hpp"
117*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyStateChangeListener.hpp"
118*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XVetoableChangeListener.hpp"
119*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/ModelDependent.hpp"
120*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XBridgeSupplier2.hpp"
121*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XUnoUrlResolver.hpp"
122*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Currency.hpp"
123*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Date.hpp"
124*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Decimal.hpp"
125*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/NamedArgument.hpp"
126*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/PropertyPutArgument.hpp"
127*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/SCode.hpp"
128*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/XAutomationObject.hpp"
129*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/BackendAccessException.hpp"
130*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/CannotConnectException.hpp"
131*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/ConnectionLostException.hpp"
132*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/InsufficientAccessRightsException.hpp"
133*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/PropertyInfo.hpp"
134*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/XLayer.hpp"
135*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/XLayerContentDescriber.hpp"
136*b1cdbd2cSJim Jagielski #include "com/sun/star/configuration/backend/XSingleLayerStratum.hpp"
137*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/ConnectionSetupException.hpp"
138*b1cdbd2cSJim Jagielski #include "com/sun/star/container/NoSuchElementException.hpp"
139*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XChild.hpp"
140*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XElementAccess.hpp"
141*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumeration.hpp"
142*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumerationAccess.hpp"
143*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XHierarchicalNameAccess.hpp"
144*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexAccess.hpp"
145*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameAccess.hpp"
146*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameContainer.hpp"
147*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameReplace.hpp"
148*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNamed.hpp"
149*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XSet.hpp"
150*b1cdbd2cSJim Jagielski #include "com/sun/star/datatransfer/clipboard/XClipboard.hpp"
151*b1cdbd2cSJim Jagielski #include "com/sun/star/document/EventObject.hpp"
152*b1cdbd2cSJim Jagielski #include "com/sun/star/document/XEventBroadcaster.hpp"
153*b1cdbd2cSJim Jagielski #include "com/sun/star/document/XEventListener.hpp"
154*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormButtonType.hpp"
155*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormComponentType.hpp"
156*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormSubmitEncoding.hpp"
157*b1cdbd2cSJim Jagielski #include "com/sun/star/form/ListSourceType.hpp"
158*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XBoundComponent.hpp"
159*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XConfirmDeleteListener.hpp"
160*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XForm.hpp"
161*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XFormController.hpp"
162*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XFormsSupplier.hpp"
163*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XGridColumnFactory.hpp"
164*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XLoadListener.hpp"
165*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XLoadable.hpp"
166*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XBindableValue.hpp"
167*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XListEntrySink.hpp"
168*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XListEntrySource.hpp"
169*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XValueBinding.hpp"
170*b1cdbd2cSJim Jagielski #include "com/sun/star/form/submission/XSubmissionSupplier.hpp"
171*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/CommandGroup.hpp"
172*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/DispatchResultEvent.hpp"
173*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/DispatchResultState.hpp"
174*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/FrameAction.hpp"
175*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/FrameActionEvent.hpp"
176*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/FrameSearchFlag.hpp"
177*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XComponentLoader.hpp"
178*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XController.hpp"
179*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDesktop.hpp"
180*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatch.hpp"
181*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchHelper.hpp"
182*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchInformationProvider.hpp"
183*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProvider.hpp"
184*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProviderInterception.hpp"
185*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp"
186*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XFrame.hpp"
187*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XFrameActionListener.hpp"
188*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XFrameLoader.hpp"
189*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XFrames.hpp"
190*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XFramesSupplier.hpp"
191*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XModel.hpp"
192*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XStatusListener.hpp"
193*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XStorable.hpp"
194*b1cdbd2cSJim Jagielski #include "com/sun/star/graphic/XGraphicProvider.hpp"
195*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/LineDescriptor.hpp"
196*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/PropertyControlType.hpp"
197*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/PropertyLineElement.hpp"
198*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XHyperlinkControl.hpp"
199*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XNumericControl.hpp"
200*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XObjectInspector.hpp"
201*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XObjectInspectorModel.hpp"
202*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XObjectInspectorUI.hpp"
203*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XPropertyControl.hpp"
204*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XPropertyControlFactory.hpp"
205*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XPropertyHandler.hpp"
206*b1cdbd2cSJim Jagielski #include "com/sun/star/inspection/XStringListControl.hpp"
207*b1cdbd2cSJim Jagielski #include "com/sun/star/installation/ProtDlgRes.hpp"
208*b1cdbd2cSJim Jagielski #include "com/sun/star/installation/XProtocolHandlerCheck.hpp"
209*b1cdbd2cSJim Jagielski #include "com/sun/star/installation/protocols.hpp"
210*b1cdbd2cSJim Jagielski #include "com/sun/star/io/BufferSizeExceededException.hpp"
211*b1cdbd2cSJim Jagielski #include "com/sun/star/io/IOException.hpp"
212*b1cdbd2cSJim Jagielski #include "com/sun/star/io/NotConnectedException.hpp"
213*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XActiveDataControl.hpp"
214*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XActiveDataSink.hpp"
215*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XActiveDataSource.hpp"
216*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XConnectable.hpp"
217*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XDataInputStream.hpp"
218*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XDataOutputStream.hpp"
219*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XInputStream.hpp"
220*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XMarkableStream.hpp"
221*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XObjectInputStream.hpp"
222*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XObjectOutputStream.hpp"
223*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XOutputStream.hpp"
224*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XPersistObject.hpp"
225*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XSeekable.hpp"
226*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XStreamListener.hpp"
227*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XXMLExtractor.hpp"
228*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/DisposedException.hpp"
229*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/EventObject.hpp"
230*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IllegalArgumentException.hpp"
231*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IndexOutOfBoundsException.hpp"
232*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/NullPointerException.hpp"
233*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/ServiceNotRegisteredException.hpp"
234*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/SystemDependent.hpp"
235*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/WrappedTargetException.hpp"
236*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp"
237*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XEventListener.hpp"
238*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XInitialization.hpp"
239*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XLocalizable.hpp"
240*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiComponentFactory.hpp"
241*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiServiceFactory.hpp"
242*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceInfo.hpp"
243*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceName.hpp"
244*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleServiceFactory.hpp"
245*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XTypeProvider.hpp"
246*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XUnoTunnel.hpp"
247*b1cdbd2cSJim Jagielski #include "com/sun/star/ldap/LdapConnectionException.hpp"
248*b1cdbd2cSJim Jagielski #include "com/sun/star/ldap/LdapGenericException.hpp"
249*b1cdbd2cSJim Jagielski #include "com/sun/star/loader/CannotActivateFactoryException.hpp"
250*b1cdbd2cSJim Jagielski #include "com/sun/star/loader/XImplementationLoader.hpp"
251*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/PluginDescription.hpp"
252*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/PluginException.hpp"
253*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/PluginMode.hpp"
254*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/PluginVariable.hpp"
255*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/XPlugin.hpp"
256*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/XPluginContext.hpp"
257*b1cdbd2cSJim Jagielski #include "com/sun/star/plugin/XPluginManager.hpp"
258*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/InvocationTargetException.hpp"
259*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/ParamInfo.hpp"
260*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XEnumTypeDescription.hpp"
261*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XIdlReflection.hpp"
262*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/InvalidRegistryException.hpp"
263*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/InvalidValueException.hpp"
264*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/RegistryKeyType.hpp"
265*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/RegistryValueType.hpp"
266*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XRegistryKey.hpp"
267*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XSimpleRegistry.hpp"
268*b1cdbd2cSJim Jagielski #include "com/sun/star/resource/XResourceBundleLoader.hpp"
269*b1cdbd2cSJim Jagielski #include "com/sun/star/scanner/ScannerException.hpp"
270*b1cdbd2cSJim Jagielski #include "com/sun/star/scanner/XScannerManager.hpp"
271*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ContextInformation.hpp"
272*b1cdbd2cSJim Jagielski #include "com/sun/star/script/FailReason.hpp"
273*b1cdbd2cSJim Jagielski #include "com/sun/star/script/FinishEngineEvent.hpp"
274*b1cdbd2cSJim Jagielski #include "com/sun/star/script/FinishReason.hpp"
275*b1cdbd2cSJim Jagielski #include "com/sun/star/script/InterruptEngineEvent.hpp"
276*b1cdbd2cSJim Jagielski #include "com/sun/star/script/InterruptReason.hpp"
277*b1cdbd2cSJim Jagielski #include "com/sun/star/script/InvocationInfo.hpp"
278*b1cdbd2cSJim Jagielski #include "com/sun/star/script/MemberType.hpp"
279*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ScriptEventDescriptor.hpp"
280*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XDebugging.hpp"
281*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XEngine.hpp"
282*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XEngineListener.hpp"
283*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XEventAttacherManager.hpp"
284*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocation.hpp"
285*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocation2.hpp"
286*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocationAdapterFactory.hpp"
287*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocationAdapterFactory2.hpp"
288*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XLibraryAccess.hpp"
289*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XScriptEventsSupplier.hpp"
290*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XTypeConverter.hpp"
291*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/CommandType.hpp"
292*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/RowChangeAction.hpp"
293*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLContext.hpp"
294*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XColumn.hpp"
295*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XCompletedConnection.hpp"
296*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XDatabaseEnvironment.hpp"
297*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XDocumentDataSource.hpp"
298*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XQueriesSupplier.hpp"
299*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp"
300*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/DataType.hpp"
301*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetConcurrency.hpp"
302*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetType.hpp"
303*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/SQLWarning.hpp"
304*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XConnection.hpp"
305*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDataSource.hpp"
306*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDatabaseMetaData.hpp"
307*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDriverAccess.hpp"
308*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XPreparedStatement.hpp"
309*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSet.hpp"
310*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSetUpdate.hpp"
311*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowSet.hpp"
312*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowSetListener.hpp"
313*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/KeyType.hpp"
314*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/Privilege.hpp"
315*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XColumnsSupplier.hpp"
316*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XKeysSupplier.hpp"
317*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XRowLocate.hpp"
318*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XTablesSupplier.hpp"
319*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XSpreadsheetDocument.hpp"
320*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XSpreadsheetView.hpp"
321*b1cdbd2cSJim Jagielski #include "com/sun/star/svg/XSVGPrinter.hpp"
322*b1cdbd2cSJim Jagielski #include "com/sun/star/svg/XSVGWriter.hpp"
323*b1cdbd2cSJim Jagielski #include "com/sun/star/system/SystemShellExecuteException.hpp"
324*b1cdbd2cSJim Jagielski #include "com/sun/star/system/SystemShellExecuteFlags.hpp"
325*b1cdbd2cSJim Jagielski #include "com/sun/star/system/XSystemShellExecute.hpp"
326*b1cdbd2cSJim Jagielski #include "com/sun/star/table/CellAddress.hpp"
327*b1cdbd2cSJim Jagielski #include "com/sun/star/table/CellRangeAddress.hpp"
328*b1cdbd2cSJim Jagielski #include "com/sun/star/table/XCellRange.hpp"
329*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionAbort.hpp"
330*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionApprove.hpp"
331*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionContinuation.hpp"
332*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionDisapprove.hpp"
333*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionHandler.hpp"
334*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionRequest.hpp"
335*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionRetry.hpp"
336*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XJob.hpp"
337*b1cdbd2cSJim Jagielski #include "com/sun/star/text/BibliographyDataField.hpp"
338*b1cdbd2cSJim Jagielski #include "com/sun/star/text/TextContentAnchorType.hpp"
339*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/AlreadyInitializedException.hpp"
340*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/Command.hpp"
341*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/CommandAbortedException.hpp"
342*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/ContentEvent.hpp"
343*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/IOErrorCode.hpp"
344*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/IllegalIdentifierException.hpp"
345*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp"
346*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/InteractiveWrongMediumException.hpp"
347*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/PostCommandArgument.hpp"
348*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/PostCommandArgument2.hpp"
349*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandEnvironment.hpp"
350*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandInfo.hpp"
351*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandProcessor.hpp"
352*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandProcessor2.hpp"
353*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContent.hpp"
354*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentAccess.hpp"
355*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentEventListener.hpp"
356*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentIdentifier.hpp"
357*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentIdentifierFactory.hpp"
358*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProvider.hpp"
359*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XProgressHandler.hpp"
360*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XSimpleFileAccess.hpp"
361*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp"
362*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
363*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp"
364*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp"
365*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.h"
366*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.hxx"
367*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hpp"
368*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.h"
369*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.hxx"
370*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hpp"
371*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.h"
372*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.hxx"
373*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Type.h"
374*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Type.hxx"
375*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/TypeClass.hpp"
376*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XAdapter.hpp"
377*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XComponentContext.hpp"
378*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hpp"
379*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XNamingService.hpp"
380*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XReference.hpp"
381*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/genfunc.h"
382*b1cdbd2cSJim Jagielski #include "com/sun/star/util/AliasProgrammaticPair.hpp"
383*b1cdbd2cSJim Jagielski #include "com/sun/star/util/ChangesSet.hpp"
384*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Color.hpp"
385*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Date.hpp"
386*b1cdbd2cSJim Jagielski #include "com/sun/star/util/DateTime.hpp"
387*b1cdbd2cSJim Jagielski #include "com/sun/star/util/ElementChange.hpp"
388*b1cdbd2cSJim Jagielski #include "com/sun/star/util/MeasureUnit.hpp"
389*b1cdbd2cSJim Jagielski #include "com/sun/star/util/NumberFormat.hpp"
390*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Time.hpp"
391*b1cdbd2cSJim Jagielski #include "com/sun/star/util/URL.hpp"
392*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XArchiver.hpp"
393*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XChangesBatch.hpp"
394*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XChangesListener.hpp"
395*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XChangesNotifier.hpp"
396*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCloseBroadcaster.hpp"
397*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCloseListener.hpp"
398*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCloseable.hpp"
399*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XLocalizedAliases.hpp"
400*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XModifiable.hpp"
401*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatTypes.hpp"
402*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatsSupplier.hpp"
403*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XTimeStamped.hpp"
404*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XURLTransformer.hpp"
405*b1cdbd2cSJim Jagielski #include "com/sun/star/view/XSelectionSupplier.hpp"
406*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XDataTypeRepository.hpp"
407*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XFormsSupplier.hpp"
408*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XFormsUIHelper1.hpp"
409*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XModel.hpp"
410*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XSubmission.hpp"
411*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/XDocumentHandler.hpp"
412*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/XExtendedDocumentHandler.hpp"
413*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/DataTypeClass.hpp"
414*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/WhiteSpaceTreatment.hpp"
415*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/XDataType.hpp"
416*b1cdbd2cSJim Jagielski 
417*b1cdbd2cSJim Jagielski #include "comphelper/broadcasthelper.hxx"
418*b1cdbd2cSJim Jagielski #include "comphelper/container.hxx"
419*b1cdbd2cSJim Jagielski #include "comphelper/documentconstants.hxx"
420*b1cdbd2cSJim Jagielski #include "comphelper/interaction.hxx"
421*b1cdbd2cSJim Jagielski #include "comphelper/listenernotification.hxx"
422*b1cdbd2cSJim Jagielski #include "comphelper/namedvaluecollection.hxx"
423*b1cdbd2cSJim Jagielski #include "comphelper/processfactory.hxx"
424*b1cdbd2cSJim Jagielski #include "comphelper/sequence.hxx"
425*b1cdbd2cSJim Jagielski #include "comphelper/types.hxx"
426*b1cdbd2cSJim Jagielski #include "comphelper/uno3.hxx"
427*b1cdbd2cSJim Jagielski 
428*b1cdbd2cSJim Jagielski #include "connectivity/dbconversion.hxx"
429*b1cdbd2cSJim Jagielski #include "connectivity/dbexception.hxx"
430*b1cdbd2cSJim Jagielski 
431*b1cdbd2cSJim Jagielski #include "cppu/macros.hxx"
432*b1cdbd2cSJim Jagielski #include "cppu/unotype.hxx"
433*b1cdbd2cSJim Jagielski 
434*b1cdbd2cSJim Jagielski #include "cppuhelper/bootstrap.hxx"
435*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase1.hxx"
436*b1cdbd2cSJim Jagielski #include "cppuhelper/component_context.hxx"
437*b1cdbd2cSJim Jagielski #include "cppuhelper/exc_hlp.hxx"
438*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx"
439*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase1.hxx"
440*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase2.hxx"
441*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase3.hxx"
442*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase4.hxx"
443*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase5.hxx"
444*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase7.hxx"
445*b1cdbd2cSJim Jagielski #include "cppuhelper/implementationentry.hxx"
446*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.h"
447*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.hxx"
448*b1cdbd2cSJim Jagielski #include "cppuhelper/propshlp.hxx"
449*b1cdbd2cSJim Jagielski #include "cppuhelper/servicefactory.hxx"
450*b1cdbd2cSJim Jagielski #include "cppuhelper/typeprovider.hxx"
451*b1cdbd2cSJim Jagielski #include "cppuhelper/weak.hxx"
452*b1cdbd2cSJim Jagielski #include "cppuhelper/weakagg.hxx"
453*b1cdbd2cSJim Jagielski #include "cppuhelper/weakref.hxx"
454*b1cdbd2cSJim Jagielski 
455*b1cdbd2cSJim Jagielski 
456*b1cdbd2cSJim Jagielski 
457*b1cdbd2cSJim Jagielski #include "i18npool/mslangid.hxx"
458*b1cdbd2cSJim Jagielski 
459*b1cdbd2cSJim Jagielski 
460*b1cdbd2cSJim Jagielski 
461*b1cdbd2cSJim Jagielski 
462*b1cdbd2cSJim Jagielski #include "osl/conditn.h"
463*b1cdbd2cSJim Jagielski #include "osl/diagnose.h"
464*b1cdbd2cSJim Jagielski #include "osl/doublecheckedlocking.h"
465*b1cdbd2cSJim Jagielski #include "osl/file.hxx"
466*b1cdbd2cSJim Jagielski #include "osl/getglobalmutex.hxx"
467*b1cdbd2cSJim Jagielski #include "osl/interlck.h"
468*b1cdbd2cSJim Jagielski #include "osl/module.h"
469*b1cdbd2cSJim Jagielski #include "osl/module.hxx"
470*b1cdbd2cSJim Jagielski #include "osl/mutex.hxx"
471*b1cdbd2cSJim Jagielski #include "osl/nlsupport.h"
472*b1cdbd2cSJim Jagielski #include "osl/process.h"
473*b1cdbd2cSJim Jagielski #include "osl/security.hxx"
474*b1cdbd2cSJim Jagielski #include "osl/thread.h"
475*b1cdbd2cSJim Jagielski #include "osl/time.h"
476*b1cdbd2cSJim Jagielski 
477*b1cdbd2cSJim Jagielski 
478*b1cdbd2cSJim Jagielski #include "rtl/alloc.h"
479*b1cdbd2cSJim Jagielski #include "rtl/bootstrap.hxx"
480*b1cdbd2cSJim Jagielski #include "rtl/byteseq.h"
481*b1cdbd2cSJim Jagielski #include "rtl/instance.hxx"
482*b1cdbd2cSJim Jagielski #include "rtl/locale.h"
483*b1cdbd2cSJim Jagielski #include "rtl/math.hxx"
484*b1cdbd2cSJim Jagielski #include "rtl/memory.h"
485*b1cdbd2cSJim Jagielski #include "rtl/process.h"
486*b1cdbd2cSJim Jagielski #include "rtl/strbuf.hxx"
487*b1cdbd2cSJim Jagielski #include "rtl/string.h"
488*b1cdbd2cSJim Jagielski #include "rtl/string.hxx"
489*b1cdbd2cSJim Jagielski #include "rtl/textenc.h"
490*b1cdbd2cSJim Jagielski #include "rtl/unload.h"
491*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx"
492*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx"
493*b1cdbd2cSJim Jagielski #include "rtl/uuid.h"
494*b1cdbd2cSJim Jagielski 
495*b1cdbd2cSJim Jagielski #include "salhelper/simplereferenceobject.hxx"
496*b1cdbd2cSJim Jagielski 
497*b1cdbd2cSJim Jagielski #include "sane/sane.h"
498*b1cdbd2cSJim Jagielski 
499*b1cdbd2cSJim Jagielski 
500*b1cdbd2cSJim Jagielski 
501*b1cdbd2cSJim Jagielski 
502*b1cdbd2cSJim Jagielski 
503*b1cdbd2cSJim Jagielski #include "svl/filenotation.hxx"
504*b1cdbd2cSJim Jagielski #include "svtools/imgdef.hxx"
505*b1cdbd2cSJim Jagielski #include "svtools/miscopt.hxx"
506*b1cdbd2cSJim Jagielski #include "unotools/moduleoptions.hxx"
507*b1cdbd2cSJim Jagielski #include "svl/numuno.hxx"
508*b1cdbd2cSJim Jagielski 
509*b1cdbd2cSJim Jagielski #include "svx/flagsdef.hxx"
510*b1cdbd2cSJim Jagielski 
511*b1cdbd2cSJim Jagielski #include "sys/stat.h"
512*b1cdbd2cSJim Jagielski #include "sys/types.h"
513*b1cdbd2cSJim Jagielski 
514*b1cdbd2cSJim Jagielski 
515*b1cdbd2cSJim Jagielski #include "tools/diagnose_ex.h"
516*b1cdbd2cSJim Jagielski 
517*b1cdbd2cSJim Jagielski 
518*b1cdbd2cSJim Jagielski #include "typelib/typeclass.h"
519*b1cdbd2cSJim Jagielski #include "typelib/typedescription.h"
520*b1cdbd2cSJim Jagielski #include "typelib/typedescription.hxx"
521*b1cdbd2cSJim Jagielski 
522*b1cdbd2cSJim Jagielski 
523*b1cdbd2cSJim Jagielski #include "uno/dispatcher.h"
524*b1cdbd2cSJim Jagielski #include "uno/environment.h"
525*b1cdbd2cSJim Jagielski #include "uno/lbnames.h"
526*b1cdbd2cSJim Jagielski 
527*b1cdbd2cSJim Jagielski #include "unotools/configitem.hxx"
528*b1cdbd2cSJim Jagielski #include "unotools/confignode.hxx"
529*b1cdbd2cSJim Jagielski #include "unotools/processfactory.hxx"
530*b1cdbd2cSJim Jagielski 
531*b1cdbd2cSJim Jagielski 
532*b1cdbd2cSJim Jagielski #include "tools/fldunit.hxx"
533*b1cdbd2cSJim Jagielski 
534*b1cdbd2cSJim Jagielski #include "vos/conditn.hxx"
535*b1cdbd2cSJim Jagielski #include "vos/diagnose.hxx"
536*b1cdbd2cSJim Jagielski #include "vos/macros.hxx"
537*b1cdbd2cSJim Jagielski #include "vos/module.hxx"
538*b1cdbd2cSJim Jagielski #include "vos/mutex.hxx"
539*b1cdbd2cSJim Jagielski #include "vos/pipe.hxx"
540*b1cdbd2cSJim Jagielski #include "vos/ref.hxx"
541*b1cdbd2cSJim Jagielski #include "vos/refernce.hxx"
542*b1cdbd2cSJim Jagielski #include "vos/thread.hxx"
543*b1cdbd2cSJim Jagielski #include "vos/timer.hxx"
544*b1cdbd2cSJim Jagielski 
545*b1cdbd2cSJim Jagielski #include "xmloff/nmspmap.hxx"
546*b1cdbd2cSJim Jagielski //---MARKER---
547*b1cdbd2cSJim Jagielski 
548*b1cdbd2cSJim Jagielski #endif
549