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