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