1*b63233d8Sdamjan /**************************************************************
2*b63233d8Sdamjan  *
3*b63233d8Sdamjan  * Licensed to the Apache Software Foundation (ASF) under one
4*b63233d8Sdamjan  * or more contributor license agreements.  See the NOTICE file
5*b63233d8Sdamjan  * distributed with this work for additional information
6*b63233d8Sdamjan  * regarding copyright ownership.  The ASF licenses this file
7*b63233d8Sdamjan  * to you under the Apache License, Version 2.0 (the
8*b63233d8Sdamjan  * "License"); you may not use this file except in compliance
9*b63233d8Sdamjan  * with the License.  You may obtain a copy of the License at
10*b63233d8Sdamjan  *
11*b63233d8Sdamjan  *   http://www.apache.org/licenses/LICENSE-2.0
12*b63233d8Sdamjan  *
13*b63233d8Sdamjan  * Unless required by applicable law or agreed to in writing,
14*b63233d8Sdamjan  * software distributed under the License is distributed on an
15*b63233d8Sdamjan  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b63233d8Sdamjan  * KIND, either express or implied.  See the License for the
17*b63233d8Sdamjan  * specific language governing permissions and limitations
18*b63233d8Sdamjan  * under the License.
19*b63233d8Sdamjan  *
20*b63233d8Sdamjan  *************************************************************/
21*b63233d8Sdamjan 
22*b63233d8Sdamjan 
23*b63233d8Sdamjan 
24*b63233d8Sdamjan // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:38.561560
25*b63233d8Sdamjan 
26*b63233d8Sdamjan #ifdef PRECOMPILED_HEADERS
27*b63233d8Sdamjan 
28*b63233d8Sdamjan //---MARKER---
29*b63233d8Sdamjan #include "sal/types.h"
30*b63233d8Sdamjan 
31*b63233d8Sdamjan 
32*b63233d8Sdamjan #include "boost/mem_fn.hpp"
33*b63233d8Sdamjan #include "boost/noncopyable.hpp"
34*b63233d8Sdamjan #include "boost/optional.hpp"
35*b63233d8Sdamjan #include "boost/shared_ptr.hpp"
36*b63233d8Sdamjan 
37*b63233d8Sdamjan #include "com/sun/star/accessibility/AccessibleEventId.hpp"
38*b63233d8Sdamjan #include "com/sun/star/accessibility/AccessibleRelationType.hpp"
39*b63233d8Sdamjan #include "com/sun/star/accessibility/AccessibleRole.hpp"
40*b63233d8Sdamjan #include "com/sun/star/accessibility/AccessibleStateType.hpp"
41*b63233d8Sdamjan #include "com/sun/star/accessibility/XAccessible.hpp"
42*b63233d8Sdamjan #include "com/sun/star/accessibility/XAccessibleRelationSet.hpp"
43*b63233d8Sdamjan #include "com/sun/star/awt/FontDescriptor.hpp"
44*b63233d8Sdamjan #include "com/sun/star/awt/FontEmphasisMark.hpp"
45*b63233d8Sdamjan #include "com/sun/star/awt/FontRelief.hpp"
46*b63233d8Sdamjan #include "com/sun/star/awt/FontSlant.hpp"
47*b63233d8Sdamjan #include "com/sun/star/awt/FontStrikeout.hpp"
48*b63233d8Sdamjan #include "com/sun/star/awt/FontUnderline.hpp"
49*b63233d8Sdamjan #include "com/sun/star/awt/FontWeight.hpp"
50*b63233d8Sdamjan #include "com/sun/star/awt/FontWidth.hpp"
51*b63233d8Sdamjan #include "com/sun/star/awt/LineEndFormat.hpp"
52*b63233d8Sdamjan #include "com/sun/star/awt/PosSize.hpp"
53*b63233d8Sdamjan #include "com/sun/star/awt/Size.hpp"
54*b63233d8Sdamjan #include "com/sun/star/awt/TextAlign.hpp"
55*b63233d8Sdamjan #include "com/sun/star/awt/VisualEffect.hpp"
56*b63233d8Sdamjan #include "com/sun/star/awt/XControlModel.hpp"
57*b63233d8Sdamjan #include "com/sun/star/awt/XFocusListener.hpp"
58*b63233d8Sdamjan #include "com/sun/star/awt/XTabControllerModel.hpp"
59*b63233d8Sdamjan #include "com/sun/star/awt/XTextComponent.hpp"
60*b63233d8Sdamjan #include "com/sun/star/awt/XWindow.hpp"
61*b63233d8Sdamjan #include "com/sun/star/beans/NamedValue.hpp"
62*b63233d8Sdamjan #include "com/sun/star/beans/Property.hpp"
63*b63233d8Sdamjan #include "com/sun/star/beans/PropertyAttribute.hpp"
64*b63233d8Sdamjan #include "com/sun/star/beans/PropertyState.hpp"
65*b63233d8Sdamjan #include "com/sun/star/beans/PropertyValue.hpp"
66*b63233d8Sdamjan #include "com/sun/star/beans/XFastPropertySet.hpp"
67*b63233d8Sdamjan #include "com/sun/star/beans/XMultiPropertySet.hpp"
68*b63233d8Sdamjan #include "com/sun/star/beans/XPropertiesChangeListener.hpp"
69*b63233d8Sdamjan #include "com/sun/star/beans/XPropertiesChangeNotifier.hpp"
70*b63233d8Sdamjan #include "com/sun/star/beans/XPropertyAccess.hpp"
71*b63233d8Sdamjan #include "com/sun/star/beans/XPropertyChangeListener.hpp"
72*b63233d8Sdamjan #include "com/sun/star/beans/XPropertyContainer.hpp"
73*b63233d8Sdamjan #include "com/sun/star/beans/XPropertySet.hpp"
74*b63233d8Sdamjan #include "com/sun/star/beans/XPropertySetInfo.hpp"
75*b63233d8Sdamjan #include "com/sun/star/beans/XPropertyState.hpp"
76*b63233d8Sdamjan #include "com/sun/star/beans/XPropertyStateChangeListener.hpp"
77*b63233d8Sdamjan #include "com/sun/star/beans/XVetoableChangeListener.hpp"
78*b63233d8Sdamjan #include "com/sun/star/chart/ChartDataRowSource.hpp"
79*b63233d8Sdamjan #include "com/sun/star/configuration/backend/XLayer.hpp"
80*b63233d8Sdamjan #include "com/sun/star/configuration/backend/XLayerHandler.hpp"
81*b63233d8Sdamjan #include "com/sun/star/connection/XConnection.hpp"
82*b63233d8Sdamjan #include "com/sun/star/container/ElementExistException.hpp"
83*b63233d8Sdamjan #include "com/sun/star/container/XChild.hpp"
84*b63233d8Sdamjan #include "com/sun/star/container/XContainer.hpp"
85*b63233d8Sdamjan #include "com/sun/star/container/XContainerApproveBroadcaster.hpp"
86*b63233d8Sdamjan #include "com/sun/star/container/XContainerApproveListener.hpp"
87*b63233d8Sdamjan #include "com/sun/star/container/XContainerListener.hpp"
88*b63233d8Sdamjan #include "com/sun/star/container/XEnumerationAccess.hpp"
89*b63233d8Sdamjan #include "com/sun/star/container/XHierarchicalNameAccess.hpp"
90*b63233d8Sdamjan #include "com/sun/star/container/XHierarchicalNameContainer.hpp"
91*b63233d8Sdamjan #include "com/sun/star/container/XIndexAccess.hpp"
92*b63233d8Sdamjan #include "com/sun/star/container/XIndexContainer.hpp"
93*b63233d8Sdamjan #include "com/sun/star/container/XNameAccess.hpp"
94*b63233d8Sdamjan #include "com/sun/star/container/XNameContainer.hpp"
95*b63233d8Sdamjan #include "com/sun/star/container/XNameReplace.hpp"
96*b63233d8Sdamjan #include "com/sun/star/container/XNamed.hpp"
97*b63233d8Sdamjan #include "com/sun/star/container/XSet.hpp"
98*b63233d8Sdamjan #include "com/sun/star/datatransfer/DataFlavor.hpp"
99*b63233d8Sdamjan #include "com/sun/star/datatransfer/XTransferable.hpp"
100*b63233d8Sdamjan #include "com/sun/star/datatransfer/clipboard/XClipboard.hpp"
101*b63233d8Sdamjan #include "com/sun/star/datatransfer/dnd/XDragGestureListener.hdl"
102*b63233d8Sdamjan #include "com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp"
103*b63233d8Sdamjan #include "com/sun/star/document/MacroExecMode.hpp"
104*b63233d8Sdamjan #include "com/sun/star/document/XDocumentInfoSupplier.hpp"
105*b63233d8Sdamjan #include "com/sun/star/document/XDocumentSubStorageSupplier.hpp"
106*b63233d8Sdamjan #include "com/sun/star/document/XEventBroadcaster.hpp"
107*b63233d8Sdamjan #include "com/sun/star/document/XEventListener.hpp"
108*b63233d8Sdamjan #include "com/sun/star/document/XEventsSupplier.hpp"
109*b63233d8Sdamjan #include "com/sun/star/document/XExporter.hpp"
110*b63233d8Sdamjan #include "com/sun/star/document/XExtendedFilterDetection.hpp"
111*b63233d8Sdamjan #include "com/sun/star/document/XFilter.hpp"
112*b63233d8Sdamjan #include "com/sun/star/document/XImporter.hpp"
113*b63233d8Sdamjan #include "com/sun/star/document/XStorageBasedDocument.hpp"
114*b63233d8Sdamjan #include "com/sun/star/document/XTypeDetection.hpp"
115*b63233d8Sdamjan #include "com/sun/star/drawing/XDrawPageSupplier.hpp"
116*b63233d8Sdamjan #include "com/sun/star/embed/Aspects.hpp"
117*b63233d8Sdamjan #include "com/sun/star/embed/ElementModes.hpp"
118*b63233d8Sdamjan #include "com/sun/star/embed/EmbedStates.hpp"
119*b63233d8Sdamjan #include "com/sun/star/embed/EntryInitModes.hpp"
120*b63233d8Sdamjan #include "com/sun/star/embed/XCommonEmbedPersist.hpp"
121*b63233d8Sdamjan #include "com/sun/star/embed/XComponentSupplier.hpp"
122*b63233d8Sdamjan #include "com/sun/star/embed/XEmbedObjectCreator.hpp"
123*b63233d8Sdamjan #include "com/sun/star/embed/XEmbedObjectFactory.hpp"
124*b63233d8Sdamjan #include "com/sun/star/embed/XEmbedPersist.hpp"
125*b63233d8Sdamjan #include "com/sun/star/embed/XEmbeddedObject.hpp"
126*b63233d8Sdamjan #include "com/sun/star/embed/XStateChangeBroadcaster.hpp"
127*b63233d8Sdamjan #include "com/sun/star/embed/XStateChangeListener.hpp"
128*b63233d8Sdamjan #include "com/sun/star/embed/XStorage.hpp"
129*b63233d8Sdamjan #include "com/sun/star/embed/XTransactedObject.hpp"
130*b63233d8Sdamjan #include "com/sun/star/embed/XTransactionBroadcaster.hpp"
131*b63233d8Sdamjan #include "com/sun/star/embed/XTransactionListener.hpp"
132*b63233d8Sdamjan #include "com/sun/star/form/DataSelectionType.hpp"
133*b63233d8Sdamjan #include "com/sun/star/form/FormButtonType.hpp"
134*b63233d8Sdamjan #include "com/sun/star/form/FormComponentType.hpp"
135*b63233d8Sdamjan #include "com/sun/star/form/FormSubmitEncoding.hpp"
136*b63233d8Sdamjan #include "com/sun/star/form/FormSubmitMethod.hpp"
137*b63233d8Sdamjan #include "com/sun/star/form/XApproveActionBroadcaster.hpp"
138*b63233d8Sdamjan #include "com/sun/star/form/XBoundControl.hpp"
139*b63233d8Sdamjan #include "com/sun/star/form/XChangeBroadcaster.hpp"
140*b63233d8Sdamjan #include "com/sun/star/form/XChangeListener.hpp"
141*b63233d8Sdamjan #include "com/sun/star/form/XConfirmDeleteListener.hpp"
142*b63233d8Sdamjan #include "com/sun/star/form/XDatabaseParameterBroadcaster.hpp"
143*b63233d8Sdamjan #include "com/sun/star/form/XDatabaseParameterListener.hpp"
144*b63233d8Sdamjan #include "com/sun/star/form/XDeleteListener.hpp"
145*b63233d8Sdamjan #include "com/sun/star/form/XErrorListener.hpp"
146*b63233d8Sdamjan #include "com/sun/star/form/XForm.hpp"
147*b63233d8Sdamjan #include "com/sun/star/form/XFormComponent.hpp"
148*b63233d8Sdamjan #include "com/sun/star/form/XFormsSupplier.hpp"
149*b63233d8Sdamjan #include "com/sun/star/form/XGridColumnFactory.hpp"
150*b63233d8Sdamjan #include "com/sun/star/form/XInsertListener.hpp"
151*b63233d8Sdamjan #include "com/sun/star/form/XLoadListener.hpp"
152*b63233d8Sdamjan #include "com/sun/star/form/XPositioningListener.hpp"
153*b63233d8Sdamjan #include "com/sun/star/form/XReset.hpp"
154*b63233d8Sdamjan #include "com/sun/star/form/XResetListener.hpp"
155*b63233d8Sdamjan #include "com/sun/star/form/XRestoreListener.hpp"
156*b63233d8Sdamjan #include "com/sun/star/form/XSubmitListener.hpp"
157*b63233d8Sdamjan #include "com/sun/star/form/XUpdateListener.hpp"
158*b63233d8Sdamjan #include "com/sun/star/frame/CommandGroup.hpp"
159*b63233d8Sdamjan #include "com/sun/star/frame/FrameSearchFlag.hpp"
160*b63233d8Sdamjan #include "com/sun/star/frame/XComponentLoader.hpp"
161*b63233d8Sdamjan #include "com/sun/star/frame/XController.hpp"
162*b63233d8Sdamjan #include "com/sun/star/frame/XDispatch.hpp"
163*b63233d8Sdamjan #include "com/sun/star/frame/XDispatchInformationProvider.hpp"
164*b63233d8Sdamjan #include "com/sun/star/frame/XDispatchProvider.hpp"
165*b63233d8Sdamjan #include "com/sun/star/frame/XDispatchProviderInterception.hpp"
166*b63233d8Sdamjan #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp"
167*b63233d8Sdamjan #include "com/sun/star/frame/XFrame.hpp"
168*b63233d8Sdamjan #include "com/sun/star/frame/XFrameActionListener.hpp"
169*b63233d8Sdamjan #include "com/sun/star/frame/XFrameLoader.hpp"
170*b63233d8Sdamjan #include "com/sun/star/frame/XFrames.hpp"
171*b63233d8Sdamjan #include "com/sun/star/frame/XFramesSupplier.hpp"
172*b63233d8Sdamjan #include "com/sun/star/frame/XInterceptorInfo.hpp"
173*b63233d8Sdamjan #include "com/sun/star/frame/XLayoutManager.hpp"
174*b63233d8Sdamjan #include "com/sun/star/frame/XLoadEventListener.hpp"
175*b63233d8Sdamjan #include "com/sun/star/frame/XModel.hpp"
176*b63233d8Sdamjan #include "com/sun/star/frame/XStatusListener.hpp"
177*b63233d8Sdamjan #include "com/sun/star/frame/XStorable.hpp"
178*b63233d8Sdamjan #include "com/sun/star/graphic/GraphicColorMode.hpp"
179*b63233d8Sdamjan #include "com/sun/star/graphic/XGraphic.hpp"
180*b63233d8Sdamjan #include "com/sun/star/i18n/XCollator.hpp"
181*b63233d8Sdamjan #include "com/sun/star/i18n/XLocaleData.hpp"
182*b63233d8Sdamjan #include "com/sun/star/io/IOException.hpp"
183*b63233d8Sdamjan #include "com/sun/star/io/XActiveDataSink.hpp"
184*b63233d8Sdamjan #include "com/sun/star/io/XActiveDataSource.hpp"
185*b63233d8Sdamjan #include "com/sun/star/io/XInputStream.hpp"
186*b63233d8Sdamjan #include "com/sun/star/io/XObjectInputStream.hpp"
187*b63233d8Sdamjan #include "com/sun/star/io/XObjectOutputStream.hpp"
188*b63233d8Sdamjan #include "com/sun/star/io/XOutputStream.hpp"
189*b63233d8Sdamjan #include "com/sun/star/io/XPersistObject.hpp"
190*b63233d8Sdamjan #include "com/sun/star/io/XSeekable.hpp"
191*b63233d8Sdamjan #include "com/sun/star/lang/DisposedException.hpp"
192*b63233d8Sdamjan #include "com/sun/star/lang/IllegalAccessException.hpp"
193*b63233d8Sdamjan #include "com/sun/star/lang/IllegalArgumentException.hpp"
194*b63233d8Sdamjan #include "com/sun/star/lang/Locale.hpp"
195*b63233d8Sdamjan #include "com/sun/star/lang/NullPointerException.hpp"
196*b63233d8Sdamjan #include "com/sun/star/lang/ServiceNotRegisteredException.hpp"
197*b63233d8Sdamjan #include "com/sun/star/lang/WrappedTargetException.hpp"
198*b63233d8Sdamjan #include "com/sun/star/lang/XComponent.hpp"
199*b63233d8Sdamjan #include "com/sun/star/lang/XEventListener.hpp"
200*b63233d8Sdamjan #include "com/sun/star/lang/XInitialization.hpp"
201*b63233d8Sdamjan #include "com/sun/star/lang/XMultiServiceFactory.hpp"
202*b63233d8Sdamjan #include "com/sun/star/lang/XServiceInfo.hpp"
203*b63233d8Sdamjan #include "com/sun/star/lang/XSingleServiceFactory.hpp"
204*b63233d8Sdamjan #include "com/sun/star/lang/XUnoTunnel.hpp"
205*b63233d8Sdamjan #include "com/sun/star/mozilla/XMozillaBootstrap.hpp"
206*b63233d8Sdamjan #include "com/sun/star/packages/zip/ZipIOException.hpp"
207*b63233d8Sdamjan #include "com/sun/star/reflection/XProxyFactory.hpp"
208*b63233d8Sdamjan #include "com/sun/star/registry/InvalidRegistryException.hpp"
209*b63233d8Sdamjan #include "com/sun/star/registry/XRegistryKey.hpp"
210*b63233d8Sdamjan #include "com/sun/star/script/XTypeConverter.hpp"
211*b63233d8Sdamjan #include "com/sun/star/sdb/CommandType.hpp"
212*b63233d8Sdamjan #include "com/sun/star/sdb/DocumentSaveRequest.hpp"
213*b63233d8Sdamjan #include "com/sun/star/sdb/ParametersRequest.hpp"
214*b63233d8Sdamjan #include "com/sun/star/sdb/RowChangeAction.hpp"
215*b63233d8Sdamjan #include "com/sun/star/sdb/RowSetVetoException.hpp"
216*b63233d8Sdamjan #include "com/sun/star/sdb/SQLContext.hpp"
217*b63233d8Sdamjan #include "com/sun/star/sdb/SQLFilterOperator.hpp"
218*b63233d8Sdamjan #include "com/sun/star/sdb/XBookmarksSupplier.hpp"
219*b63233d8Sdamjan #include "com/sun/star/sdb/XColumn.hpp"
220*b63233d8Sdamjan #include "com/sun/star/sdb/XColumnUpdate.hpp"
221*b63233d8Sdamjan #include "com/sun/star/sdb/XCommandPreparation.hpp"
222*b63233d8Sdamjan #include "com/sun/star/sdb/XCompletedConnection.hpp"
223*b63233d8Sdamjan #include "com/sun/star/sdb/XCompletedExecution.hpp"
224*b63233d8Sdamjan #include "com/sun/star/sdb/XDatabaseEnvironment.hpp"
225*b63233d8Sdamjan #include "com/sun/star/sdb/XDocumentDataSource.hpp"
226*b63233d8Sdamjan #include "com/sun/star/sdb/XFormDocumentsSupplier.hpp"
227*b63233d8Sdamjan #include "com/sun/star/sdb/XInteractionDocumentSave.hpp"
228*b63233d8Sdamjan #include "com/sun/star/sdb/XInteractionSupplyParameters.hpp"
229*b63233d8Sdamjan #include "com/sun/star/sdb/XOfficeDatabaseDocument.hpp"
230*b63233d8Sdamjan #include "com/sun/star/sdb/XParametersSupplier.hpp"
231*b63233d8Sdamjan #include "com/sun/star/sdb/XQueriesSupplier.hpp"
232*b63233d8Sdamjan #include "com/sun/star/sdb/XQueryDefinitionsSupplier.hpp"
233*b63233d8Sdamjan #include "com/sun/star/sdb/XReportDocumentsSupplier.hpp"
234*b63233d8Sdamjan #include "com/sun/star/sdb/XResultSetAccess.hpp"
235*b63233d8Sdamjan #include "com/sun/star/sdb/XRowSetApproveBroadcaster.hpp"
236*b63233d8Sdamjan #include "com/sun/star/sdb/XRowSetApproveListener.hpp"
237*b63233d8Sdamjan #include "com/sun/star/sdb/XSQLErrorBroadcaster.hpp"
238*b63233d8Sdamjan #include "com/sun/star/sdb/XSQLErrorListener.hpp"
239*b63233d8Sdamjan #include "com/sun/star/sdb/XSQLQueryComposer.hpp"
240*b63233d8Sdamjan #include "com/sun/star/sdb/XSQLQueryComposerFactory.hpp"
241*b63233d8Sdamjan #include "com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp"
242*b63233d8Sdamjan #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp"
243*b63233d8Sdamjan #include "com/sun/star/sdb/application/DatabaseObject.hpp"
244*b63233d8Sdamjan #include "com/sun/star/sdb/application/XDatabaseDocumentUI.hpp"
245*b63233d8Sdamjan #include "com/sun/star/sdb/application/XTableUIProvider.hpp"
246*b63233d8Sdamjan #include "com/sun/star/sdb/tools/CompositionType.hpp"
247*b63233d8Sdamjan #include "com/sun/star/sdb/tools/XConnectionTools.hpp"
248*b63233d8Sdamjan #include "com/sun/star/sdb/tools/XDataSourceMetaData.hpp"
249*b63233d8Sdamjan #include "com/sun/star/sdb/tools/XObjectNames.hpp"
250*b63233d8Sdamjan #include "com/sun/star/sdb/tools/XTableName.hpp"
251*b63233d8Sdamjan #include "com/sun/star/sdbc/ColumnSearch.hpp"
252*b63233d8Sdamjan #include "com/sun/star/sdbc/ColumnValue.hpp"
253*b63233d8Sdamjan #include "com/sun/star/sdbc/DataType.hpp"
254*b63233d8Sdamjan #include "com/sun/star/sdbc/FetchDirection.hpp"
255*b63233d8Sdamjan #include "com/sun/star/sdbc/IndexType.hpp"
256*b63233d8Sdamjan #include "com/sun/star/sdbc/KeyRule.hpp"
257*b63233d8Sdamjan #include "com/sun/star/sdbc/ResultSetConcurrency.hpp"
258*b63233d8Sdamjan #include "com/sun/star/sdbc/ResultSetType.hpp"
259*b63233d8Sdamjan #include "com/sun/star/sdbc/SQLException.hpp"
260*b63233d8Sdamjan #include "com/sun/star/sdbc/SQLWarning.hpp"
261*b63233d8Sdamjan #include "com/sun/star/sdbc/XCloseable.hpp"
262*b63233d8Sdamjan #include "com/sun/star/sdbc/XColumnLocate.hpp"
263*b63233d8Sdamjan #include "com/sun/star/sdbc/XConnection.hpp"
264*b63233d8Sdamjan #include "com/sun/star/sdbc/XDataSource.hpp"
265*b63233d8Sdamjan #include "com/sun/star/sdbc/XDatabaseMetaData.hpp"
266*b63233d8Sdamjan #include "com/sun/star/sdbc/XDriver.hpp"
267*b63233d8Sdamjan #include "com/sun/star/sdbc/XDriverAccess.hpp"
268*b63233d8Sdamjan #include "com/sun/star/sdbc/XDriverManager.hpp"
269*b63233d8Sdamjan #include "com/sun/star/sdbc/XGeneratedResultSet.hpp"
270*b63233d8Sdamjan #include "com/sun/star/sdbc/XIsolatedConnection.hpp"
271*b63233d8Sdamjan #include "com/sun/star/sdbc/XMultipleResults.hpp"
272*b63233d8Sdamjan #include "com/sun/star/sdbc/XOutParameters.hpp"
273*b63233d8Sdamjan #include "com/sun/star/sdbc/XParameters.hpp"
274*b63233d8Sdamjan #include "com/sun/star/sdbc/XPreparedBatchExecution.hpp"
275*b63233d8Sdamjan #include "com/sun/star/sdbc/XPreparedStatement.hpp"
276*b63233d8Sdamjan #include "com/sun/star/sdbc/XResultSet.hpp"
277*b63233d8Sdamjan #include "com/sun/star/sdbc/XResultSetMetaData.hdl"
278*b63233d8Sdamjan #include "com/sun/star/sdbc/XResultSetMetaData.hpp"
279*b63233d8Sdamjan #include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp"
280*b63233d8Sdamjan #include "com/sun/star/sdbc/XResultSetUpdate.hpp"
281*b63233d8Sdamjan #include "com/sun/star/sdbc/XRow.hpp"
282*b63233d8Sdamjan #include "com/sun/star/sdbc/XRowSet.hpp"
283*b63233d8Sdamjan #include "com/sun/star/sdbc/XRowSetListener.hpp"
284*b63233d8Sdamjan #include "com/sun/star/sdbc/XRowUpdate.hpp"
285*b63233d8Sdamjan #include "com/sun/star/sdbc/XStatement.hpp"
286*b63233d8Sdamjan #include "com/sun/star/sdbc/XWarningsSupplier.hpp"
287*b63233d8Sdamjan #include "com/sun/star/sdbcx/CompareBookmark.hpp"
288*b63233d8Sdamjan #include "com/sun/star/sdbcx/KeyType.hpp"
289*b63233d8Sdamjan #include "com/sun/star/sdbcx/Privilege.hpp"
290*b63233d8Sdamjan #include "com/sun/star/sdbcx/PrivilegeObject.hpp"
291*b63233d8Sdamjan #include "com/sun/star/sdbcx/XAlterTable.hpp"
292*b63233d8Sdamjan #include "com/sun/star/sdbcx/XAppend.hpp"
293*b63233d8Sdamjan #include "com/sun/star/sdbcx/XAuthorizable.hpp"
294*b63233d8Sdamjan #include "com/sun/star/sdbcx/XColumnsSupplier.hpp"
295*b63233d8Sdamjan #include "com/sun/star/sdbcx/XCreateCatalog.hpp"
296*b63233d8Sdamjan #include "com/sun/star/sdbcx/XDataDefinitionSupplier.hpp"
297*b63233d8Sdamjan #include "com/sun/star/sdbcx/XDataDescriptorFactory.hpp"
298*b63233d8Sdamjan #include "com/sun/star/sdbcx/XDeleteRows.hpp"
299*b63233d8Sdamjan #include "com/sun/star/sdbcx/XDrop.hpp"
300*b63233d8Sdamjan #include "com/sun/star/sdbcx/XGroupsSupplier.hpp"
301*b63233d8Sdamjan #include "com/sun/star/sdbcx/XIndexesSupplier.hpp"
302*b63233d8Sdamjan #include "com/sun/star/sdbcx/XKeysSupplier.hpp"
303*b63233d8Sdamjan #include "com/sun/star/sdbcx/XRename.hpp"
304*b63233d8Sdamjan #include "com/sun/star/sdbcx/XRowLocate.hpp"
305*b63233d8Sdamjan #include "com/sun/star/sdbcx/XTablesSupplier.hpp"
306*b63233d8Sdamjan #include "com/sun/star/sdbcx/XUser.hpp"
307*b63233d8Sdamjan #include "com/sun/star/sdbcx/XUsersSupplier.hpp"
308*b63233d8Sdamjan #include "com/sun/star/sdbcx/XViewsSupplier.hpp"
309*b63233d8Sdamjan #include "com/sun/star/style/XStyleFamiliesSupplier.hpp"
310*b63233d8Sdamjan #include "com/sun/star/task/ErrorCodeIOException.hpp"
311*b63233d8Sdamjan #include "com/sun/star/task/InteractionClassification.hpp"
312*b63233d8Sdamjan #include "com/sun/star/task/XInteractionAbort.hpp"
313*b63233d8Sdamjan #include "com/sun/star/task/XInteractionApprove.hpp"
314*b63233d8Sdamjan #include "com/sun/star/task/XInteractionDisapprove.hpp"
315*b63233d8Sdamjan #include "com/sun/star/task/XInteractionHandler.hpp"
316*b63233d8Sdamjan #include "com/sun/star/task/XInteractionRetry.hpp"
317*b63233d8Sdamjan #include "com/sun/star/task/XJob.hpp"
318*b63233d8Sdamjan #include "com/sun/star/task/XJobExecutor.hpp"
319*b63233d8Sdamjan #include "com/sun/star/task/XStatusIndicator.hpp"
320*b63233d8Sdamjan #include "com/sun/star/task/XStatusIndicatorFactory.hpp"
321*b63233d8Sdamjan #include "com/sun/star/ucb/AuthenticationRequest.hpp"
322*b63233d8Sdamjan #include "com/sun/star/ucb/Command.hpp"
323*b63233d8Sdamjan #include "com/sun/star/ucb/CommandInfo.hpp"
324*b63233d8Sdamjan #include "com/sun/star/ucb/IOErrorCode.hpp"
325*b63233d8Sdamjan #include "com/sun/star/ucb/InsertCommandArgument.hpp"
326*b63233d8Sdamjan #include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp"
327*b63233d8Sdamjan #include "com/sun/star/ucb/InteractiveIOException.hpp"
328*b63233d8Sdamjan #include "com/sun/star/ucb/MissingInputStreamException.hpp"
329*b63233d8Sdamjan #include "com/sun/star/ucb/MissingPropertiesException.hpp"
330*b63233d8Sdamjan #include "com/sun/star/ucb/OpenCommandArgument2.hpp"
331*b63233d8Sdamjan #include "com/sun/star/ucb/OpenMode.hpp"
332*b63233d8Sdamjan #include "com/sun/star/ucb/UnsupportedCommandException.hpp"
333*b63233d8Sdamjan #include "com/sun/star/ucb/UnsupportedDataSinkException.hpp"
334*b63233d8Sdamjan #include "com/sun/star/ucb/UnsupportedOpenModeException.hpp"
335*b63233d8Sdamjan #include "com/sun/star/ucb/XCommandEnvironment.hpp"
336*b63233d8Sdamjan #include "com/sun/star/ucb/XCommandProcessor.hpp"
337*b63233d8Sdamjan #include "com/sun/star/ucb/XContent.hpp"
338*b63233d8Sdamjan #include "com/sun/star/ucb/XContentCreator.hpp"
339*b63233d8Sdamjan #include "com/sun/star/ucb/XInteractionSupplyAuthentication.hpp"
340*b63233d8Sdamjan #include "com/sun/star/ucb/XProgressHandler.hpp"
341*b63233d8Sdamjan #include "com/sun/star/ucb/XSimpleFileAccess.hpp"
342*b63233d8Sdamjan #include "com/sun/star/ui/ImageType.hpp"
343*b63233d8Sdamjan #include "com/sun/star/ui/XImageManager.hpp"
344*b63233d8Sdamjan #include "com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp"
345*b63233d8Sdamjan #include "com/sun/star/ui/XUIConfigurationManager.hpp"
346*b63233d8Sdamjan #include "com/sun/star/ui/XUIConfigurationManagerSupplier.hpp"
347*b63233d8Sdamjan #include "com/sun/star/ui/XUIConfigurationStorage.hpp"
348*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp"
349*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
350*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp"
351*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/XFilePicker.hpp"
352*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp"
353*b63233d8Sdamjan #include "com/sun/star/ui/dialogs/XFolderPicker.hpp"
354*b63233d8Sdamjan #include "com/sun/star/uno/Any.h"
355*b63233d8Sdamjan #include "com/sun/star/uno/Reference.h"
356*b63233d8Sdamjan #include "com/sun/star/uno/Sequence.hxx"
357*b63233d8Sdamjan #include "com/sun/star/uno/TypeClass.hpp"
358*b63233d8Sdamjan #include "com/sun/star/uno/XAggregation.hpp"
359*b63233d8Sdamjan #include "com/sun/star/uno/XComponentContext.hpp"
360*b63233d8Sdamjan #include "com/sun/star/uno/XInterface.hpp"
361*b63233d8Sdamjan #include "com/sun/star/uno/XNamingService.hpp"
362*b63233d8Sdamjan #include "com/sun/star/util/Date.hpp"
363*b63233d8Sdamjan #include "com/sun/star/util/DateTime.hpp"
364*b63233d8Sdamjan #include "com/sun/star/util/NumberFormat.hpp"
365*b63233d8Sdamjan #include "com/sun/star/util/Time.hpp"
366*b63233d8Sdamjan #include "com/sun/star/util/URL.hpp"
367*b63233d8Sdamjan #include "com/sun/star/util/XCancellable.hpp"
368*b63233d8Sdamjan #include "com/sun/star/util/XCloneable.hpp"
369*b63233d8Sdamjan #include "com/sun/star/util/XCloseBroadcaster.hpp"
370*b63233d8Sdamjan #include "com/sun/star/util/XCloseable.hpp"
371*b63233d8Sdamjan #include "com/sun/star/util/XFlushable.hpp"
372*b63233d8Sdamjan #include "com/sun/star/util/XModifiable.hpp"
373*b63233d8Sdamjan #include "com/sun/star/util/XModifyBroadcaster.hpp"
374*b63233d8Sdamjan #include "com/sun/star/util/XModifyListener.hpp"
375*b63233d8Sdamjan #include "com/sun/star/util/XNumberFormatTypes.hpp"
376*b63233d8Sdamjan #include "com/sun/star/util/XNumberFormatsSupplier.hpp"
377*b63233d8Sdamjan #include "com/sun/star/util/XRefreshListener.hpp"
378*b63233d8Sdamjan #include "com/sun/star/util/XRefreshable.hpp"
379*b63233d8Sdamjan #include "com/sun/star/util/XURLTransformer.hpp"
380*b63233d8Sdamjan #include "com/sun/star/util/XVeto.hpp"
381*b63233d8Sdamjan #include "com/sun/star/view/XPrintable.hpp"
382*b63233d8Sdamjan #include "com/sun/star/view/XSelectionSupplier.hpp"
383*b63233d8Sdamjan #include "com/sun/star/view/XViewSettingsSupplier.hpp"
384*b63233d8Sdamjan #include "com/sun/star/xml/sax/InputSource.hpp"
385*b63233d8Sdamjan #include "com/sun/star/xml/sax/XDocumentHandler.hpp"
386*b63233d8Sdamjan #include "com/sun/star/xml/sax/XParser.hpp"
387*b63233d8Sdamjan 
388*b63233d8Sdamjan #include "comphelper/basicio.hxx"
389*b63233d8Sdamjan #include "comphelper/broadcasthelper.hxx"
390*b63233d8Sdamjan #include "comphelper/componentcontext.hxx"
391*b63233d8Sdamjan #include "comphelper/container.hxx"
392*b63233d8Sdamjan #include "comphelper/documentconstants.hxx"
393*b63233d8Sdamjan #include "comphelper/guarding.hxx"
394*b63233d8Sdamjan #include "comphelper/mediadescriptor.hxx"
395*b63233d8Sdamjan #include "comphelper/namecontainer.hxx"
396*b63233d8Sdamjan #include "comphelper/namedvaluecollection.hxx"
397*b63233d8Sdamjan #include "comphelper/processfactory.hxx"
398*b63233d8Sdamjan #include "comphelper/propertycontainer.hxx"
399*b63233d8Sdamjan #include "comphelper/sequence.hxx"
400*b63233d8Sdamjan #include "comphelper/sequenceashashmap.hxx"
401*b63233d8Sdamjan #include "comphelper/stl_types.hxx"
402*b63233d8Sdamjan #include "comphelper/storagehelper.hxx"
403*b63233d8Sdamjan #include "comphelper/streamsection.hxx"
404*b63233d8Sdamjan #include "comphelper/types.hxx"
405*b63233d8Sdamjan 
406*b63233d8Sdamjan #include "connectivity/FValue.hxx"
407*b63233d8Sdamjan #include <connectivity/DriversConfig.hxx>
408*b63233d8Sdamjan #include "connectivity/dbcharset.hxx"
409*b63233d8Sdamjan #include "connectivity/dbconversion.hxx"
410*b63233d8Sdamjan #include "connectivity/dbexception.hxx"
411*b63233d8Sdamjan #include "connectivity/dbmetadata.hxx"
412*b63233d8Sdamjan #include "connectivity/sqlnode.hxx"
413*b63233d8Sdamjan #include "connectivity/sqlparse.hxx"
414*b63233d8Sdamjan 
415*b63233d8Sdamjan #include "cppuhelper/exc_hlp.hxx"
416*b63233d8Sdamjan #include "cppuhelper/factory.hxx"
417*b63233d8Sdamjan #include "cppuhelper/implbase1.hxx"
418*b63233d8Sdamjan #include "cppuhelper/interfacecontainer.h"
419*b63233d8Sdamjan #include "cppuhelper/interfacecontainer.hxx"
420*b63233d8Sdamjan #include "cppuhelper/propshlp.hxx"
421*b63233d8Sdamjan #include "cppuhelper/queryinterface.hxx"
422*b63233d8Sdamjan #include "cppuhelper/typeprovider.hxx"
423*b63233d8Sdamjan #include "cppuhelper/weak.hxx"
424*b63233d8Sdamjan #include "cppuhelper/weakref.hxx"
425*b63233d8Sdamjan 
426*b63233d8Sdamjan 
427*b63233d8Sdamjan #include "i18npool/mslangid.hxx"
428*b63233d8Sdamjan 
429*b63233d8Sdamjan #include "osl/diagnose.h"
430*b63233d8Sdamjan #include "osl/file.hxx"
431*b63233d8Sdamjan #include "osl/getglobalmutex.hxx"
432*b63233d8Sdamjan #include "osl/module.h"
433*b63233d8Sdamjan #include "osl/mutex.hxx"
434*b63233d8Sdamjan #include "osl/process.h"
435*b63233d8Sdamjan #include "osl/thread.h"
436*b63233d8Sdamjan 
437*b63233d8Sdamjan #include "rtl/digest.h"
438*b63233d8Sdamjan #include "rtl/logfile.hxx"
439*b63233d8Sdamjan #include "rtl/memory.h"
440*b63233d8Sdamjan #include "rtl/tencinfo.h"
441*b63233d8Sdamjan #include "rtl/ustrbuf.hxx"
442*b63233d8Sdamjan #include "rtl/ustring.hxx"
443*b63233d8Sdamjan #include "rtl/uuid.h"
444*b63233d8Sdamjan 
445*b63233d8Sdamjan #include "sfx2/QuerySaveDocument.hxx"
446*b63233d8Sdamjan #include "sfx2/cntids.hrc"
447*b63233d8Sdamjan #include "sfx2/sfx.hrc"
448*b63233d8Sdamjan #include "sfx2/sfxsids.hrc"
449*b63233d8Sdamjan #include "sfx2/sfxuno.hxx"
450*b63233d8Sdamjan 
451*b63233d8Sdamjan #include "comphelper/classids.hxx"
452*b63233d8Sdamjan 
453*b63233d8Sdamjan 
454*b63233d8Sdamjan #include "svl/cjkoptions.hxx"
455*b63233d8Sdamjan #include "svl/filenotation.hxx"
456*b63233d8Sdamjan #include <svl/itemset.hxx>
457*b63233d8Sdamjan #include <svl/stritem.hxx>
458*b63233d8Sdamjan #include <svl/eitem.hxx>
459*b63233d8Sdamjan #include "unotools/historyoptions.hxx"
460*b63233d8Sdamjan #include "svtools/htmlkywd.hxx"
461*b63233d8Sdamjan #include "svtools/imgdef.hxx"
462*b63233d8Sdamjan #include "unotools/internaloptions.hxx"
463*b63233d8Sdamjan #include "svtools/menuoptions.hxx"
464*b63233d8Sdamjan #include "svtools/miscopt.hxx"
465*b63233d8Sdamjan #include "svtools/rtfkeywd.hxx"
466*b63233d8Sdamjan #include "svtools/rtftoken.h"
467*b63233d8Sdamjan #include "svl/solar.hrc"
468*b63233d8Sdamjan #include "svtools/toolboxcontroller.hxx"
469*b63233d8Sdamjan #include "unotools/viewoptions.hxx"
470*b63233d8Sdamjan 
471*b63233d8Sdamjan #include "svx/dataaccessdescriptor.hxx"
472*b63233d8Sdamjan #include "svx/dbexch.hrc"
473*b63233d8Sdamjan #include "svx/dialogs.hrc"
474*b63233d8Sdamjan #include "svx/globlmn.hrc"
475*b63233d8Sdamjan #include "editeng/svxenum.hxx"
476*b63233d8Sdamjan #include "svx/svxids.hrc"
477*b63233d8Sdamjan 
478*b63233d8Sdamjan 
479*b63233d8Sdamjan #include "tools/diagnose_ex.h"
480*b63233d8Sdamjan 
481*b63233d8Sdamjan #include "typelib/typedescription.hxx"
482*b63233d8Sdamjan 
483*b63233d8Sdamjan #include "ucbhelper/cancelcommandexecution.hxx"
484*b63233d8Sdamjan #include "ucbhelper/commandenvironment.hxx"
485*b63233d8Sdamjan #include "ucbhelper/content.hxx"
486*b63233d8Sdamjan #include "ucbhelper/contentbroker.hxx"
487*b63233d8Sdamjan #include "ucbhelper/contentidentifier.hxx"
488*b63233d8Sdamjan #include "ucbhelper/propertyvalueset.hxx"
489*b63233d8Sdamjan #include "ucbhelper/providerhelper.hxx"
490*b63233d8Sdamjan #include "ucbhelper/resultset.hxx"
491*b63233d8Sdamjan #include "ucbhelper/resultsethelper.hxx"
492*b63233d8Sdamjan 
493*b63233d8Sdamjan #include "unotools/bootstrap.hxx"
494*b63233d8Sdamjan #include "unotools/configmgr.hxx"
495*b63233d8Sdamjan #include "unotools/confignode.hxx"
496*b63233d8Sdamjan #include "unotools/eventlisteneradapter.hxx"
497*b63233d8Sdamjan #include "unotools/processfactory.hxx"
498*b63233d8Sdamjan 
499*b63233d8Sdamjan 
500*b63233d8Sdamjan #include "vos/mutex.hxx"
501*b63233d8Sdamjan #include "vos/ref.hxx"
502*b63233d8Sdamjan #include "vos/refernce.hxx"
503*b63233d8Sdamjan #include "vos/thread.hxx"
504*b63233d8Sdamjan 
505*b63233d8Sdamjan #include "xmloff/ProgressBarHelper.hxx"
506*b63233d8Sdamjan #include "xmloff/XMLConstantsPropertyHandler.hxx"
507*b63233d8Sdamjan #include "xmloff/contextid.hxx"
508*b63233d8Sdamjan #include "xmloff/families.hxx"
509*b63233d8Sdamjan #include "xmloff/nmspmap.hxx"
510*b63233d8Sdamjan #include "xmloff/xmlement.hxx"
511*b63233d8Sdamjan #include "xmloff/xmlnmspe.hxx"
512*b63233d8Sdamjan #include "xmloff/xmltoken.hxx"
513*b63233d8Sdamjan #include "xmloff/xmltypes.hxx"
514*b63233d8Sdamjan 
515*b63233d8Sdamjan //---MARKER---
516*b63233d8Sdamjan 
517*b63233d8Sdamjan #endif
518*b63233d8Sdamjan 
519*b63233d8Sdamjan 
520