1*b1cdbd2cSJim Jagielski /**************************************************************
2*b1cdbd2cSJim Jagielski  *
3*b1cdbd2cSJim Jagielski  * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski  * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski  * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski  * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski  * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski  * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski  * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski  *
11*b1cdbd2cSJim Jagielski  *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski  *
13*b1cdbd2cSJim Jagielski  * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski  * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski  * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski  * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski  * under the License.
19*b1cdbd2cSJim Jagielski  *
20*b1cdbd2cSJim Jagielski  *************************************************************/
21*b1cdbd2cSJim Jagielski 
22*b1cdbd2cSJim Jagielski 
23*b1cdbd2cSJim Jagielski 
24*b1cdbd2cSJim Jagielski // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:36.436601
25*b1cdbd2cSJim Jagielski 
26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS
27*b1cdbd2cSJim Jagielski 
28*b1cdbd2cSJim Jagielski //---MARKER---
29*b1cdbd2cSJim Jagielski #include "sal/config.h"
30*b1cdbd2cSJim Jagielski #include "sal/types.h"
31*b1cdbd2cSJim Jagielski 
32*b1cdbd2cSJim Jagielski #include "boost/shared_ptr.hpp"
33*b1cdbd2cSJim Jagielski 
34*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindow.hpp"
35*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/NamedValue.hpp"
36*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/Property.hpp"
37*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyAttribute.hpp"
38*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyState.hpp"
39*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyValue.hpp"
40*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XFastPropertySet.hpp"
41*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyChangeListener.hpp"
42*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySet.hpp"
43*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySetInfo.hpp"
44*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/XConnection.hpp"
45*b1cdbd2cSJim Jagielski #include "com/sun/star/container/ElementExistException.hpp"
46*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XChild.hpp"
47*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XContainer.hpp"
48*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XContentEnumerationAccess.hpp"
49*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumeration.hpp"
50*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumerationAccess.hpp"
51*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XHierarchicalNameAccess.hpp"
52*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexAccess.hpp"
53*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameAccess.hpp"
54*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNamed.hpp"
55*b1cdbd2cSJim Jagielski #include "com/sun/star/document/XDocumentSubStorageSupplier.hpp"
56*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/ElementModes.hpp"
57*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XStorage.hpp"
58*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XTransactedObject.hpp"
59*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XTransactionBroadcaster.hpp"
60*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XTransactionListener.hpp"
61*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormComponentType.hpp"
62*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XComponentLoader.hpp"
63*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDesktop.hpp"
64*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XModel.hpp"
65*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XTerminateListener.hpp"
66*b1cdbd2cSJim Jagielski #include "com/sun/star/graphic/GraphicColorMode.hpp"
67*b1cdbd2cSJim Jagielski #include "com/sun/star/graphic/XGraphicProvider.hpp"
68*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/KParseTokens.hpp"
69*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/KParseType.hpp"
70*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/NumberFormatIndex.hpp"
71*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/XCharacterClassification.hpp"
72*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/XLocaleData.hpp"
73*b1cdbd2cSJim Jagielski #include "com/sun/star/io/IOException.hpp"
74*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XInputStream.hpp"
75*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XOutputStream.hpp"
76*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XSeekable.hpp"
77*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XStream.hpp"
78*b1cdbd2cSJim Jagielski #include "com/sun/star/java/XJavaVM.hpp"
79*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/DisposedException.hpp"
80*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IllegalArgumentException.hpp"
81*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IndexOutOfBoundsException.hpp"
82*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/Locale.hpp"
83*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/NullPointerException.hpp"
84*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/ServiceNotRegisteredException.hpp"
85*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp"
86*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XEventListener.hpp"
87*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XInitialization.hpp"
88*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiServiceFactory.hpp"
89*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceInfo.hpp"
90*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleComponentFactory.hpp"
91*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleServiceFactory.hpp"
92*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XUnoTunnel.hpp"
93*b1cdbd2cSJim Jagielski #include "com/sun/star/mozilla/MozillaProductType.hpp"
94*b1cdbd2cSJim Jagielski #include "com/sun/star/mozilla/XCodeProxy.hpp"
95*b1cdbd2cSJim Jagielski #include "com/sun/star/mozilla/XMozillaBootstrap.hpp"
96*b1cdbd2cSJim Jagielski #include "com/sun/star/mozilla/XProxyRunner.hdl"
97*b1cdbd2cSJim Jagielski #include "com/sun/star/mozilla/XProxyRunner.hpp"
98*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XProxyFactory.hpp"
99*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XImplementationRegistration.hpp"
100*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XTypeConverter.hpp"
101*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/CommandType.hpp"
102*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/ParametersRequest.hpp"
103*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/RowSetVetoException.hpp"
104*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLContext.hpp"
105*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLErrorEvent.hpp"
106*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLFilterOperator.hpp"
107*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XColumn.hpp"
108*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XColumnUpdate.hpp"
109*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XCompletedConnection.hpp"
110*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XDatabaseEnvironment.hpp"
111*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XInteractionSupplyParameters.hpp"
112*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XParametersSupplier.hpp"
113*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XQueriesSupplier.hpp"
114*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp"
115*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/application/XTableUIProvider.hpp"
116*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ColumnSearch.hpp"
117*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ColumnValue.hpp"
118*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/DataType.hpp"
119*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/DriverPropertyInfo.hpp"
120*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/FetchDirection.hpp"
121*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/IndexType.hpp"
122*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/KeyRule.hpp"
123*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ProcedureResult.hpp"
124*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetConcurrency.hpp"
125*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetType.hpp"
126*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/SQLException.hpp"
127*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/SQLWarning.hpp"
128*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/TransactionIsolation.hpp"
129*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XArray.hpp"
130*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XBatchExecution.hpp"
131*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XBlob.hpp"
132*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XClob.hpp"
133*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XCloseable.hpp"
134*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XColumnLocate.hpp"
135*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XConnection.hpp"
136*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDataSource.hpp"
137*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDatabaseMetaData.hpp"
138*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDriver.hpp"
139*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDriverAccess.hpp"
140*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDriverManager.hpp"
141*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XGeneratedResultSet.hpp"
142*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XMultipleResults.hpp"
143*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XOutParameters.hpp"
144*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XParameters.hpp"
145*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XPooledConnection.hpp"
146*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XPreparedBatchExecution.hpp"
147*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XPreparedStatement.hpp"
148*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRef.hpp"
149*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSet.hpp"
150*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSetMetaData.hpp"
151*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp"
152*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSetUpdate.hpp"
153*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRow.hpp"
154*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowSet.hpp"
155*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowUpdate.hpp"
156*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XStatement.hpp"
157*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XWarningsSupplier.hpp"
158*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/CheckOption.hpp"
159*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/CompareBookmark.hpp"
160*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/KeyType.hpp"
161*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/Privilege.hpp"
162*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/PrivilegeObject.hpp"
163*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XAlterTable.hpp"
164*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XAppend.hpp"
165*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XAuthorizable.hpp"
166*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XColumnsSupplier.hpp"
167*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XCreateCatalog.hpp"
168*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XDataDefinitionSupplier.hpp"
169*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XDataDescriptorFactory.hpp"
170*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XDeleteRows.hpp"
171*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XDrop.hpp"
172*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XGroupsSupplier.hpp"
173*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XIndexesSupplier.hpp"
174*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XKeysSupplier.hpp"
175*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XRename.hpp"
176*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XRowLocate.hpp"
177*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XTablesSupplier.hpp"
178*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XUser.hpp"
179*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XUsersSupplier.hpp"
180*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XViewsSupplier.hpp"
181*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/CellFlags.hpp"
182*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XCellRangeAddressable.hpp"
183*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XCellRangeReferrer.hpp"
184*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XCellRangesQuery.hpp"
185*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XDatabaseRange.hpp"
186*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XDatabaseRanges.hpp"
187*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XSpreadsheet.hpp"
188*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XSpreadsheetDocument.hpp"
189*b1cdbd2cSJim Jagielski #include "com/sun/star/sheet/XUsedAreaCursor.hpp"
190*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionHandler.hpp"
191*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionRequest.hpp"
192*b1cdbd2cSJim Jagielski #include "com/sun/star/text/XText.hpp"
193*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/SearchCommandArgument.hpp"
194*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/SearchRecursion.hpp"
195*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandEnvironment.hpp"
196*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContent.hpp"
197*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentAccess.hpp"
198*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentIdentifier.hpp"
199*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProvider.hpp"
200*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProviderManager.hpp"
201*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XDynamicResultSet.hpp"
202*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp"
203*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp"
204*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.hxx"
205*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hpp"
206*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.h"
207*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.hxx"
208*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hpp"
209*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.h"
210*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.hxx"
211*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XAggregation.hpp"
212*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hpp"
213*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XNamingService.hpp"
214*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Date.hpp"
215*b1cdbd2cSJim Jagielski #include "com/sun/star/util/DateTime.hpp"
216*b1cdbd2cSJim Jagielski #include "com/sun/star/util/NumberFormat.hpp"
217*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Time.hpp"
218*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCancellable.hpp"
219*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XFlushable.hpp"
220*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatTypes.hpp"
221*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormats.hpp"
222*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatsSupplier.hpp"
223*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatter.hpp"
224*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XRefreshable.hpp"
225*b1cdbd2cSJim Jagielski 
226*b1cdbd2cSJim Jagielski #include "comphelper/broadcasthelper.hxx"
227*b1cdbd2cSJim Jagielski #include "comphelper/componentcontext.hxx"
228*b1cdbd2cSJim Jagielski #include "comphelper/container.hxx"
229*b1cdbd2cSJim Jagielski #include "comphelper/enumhelper.hxx"
230*b1cdbd2cSJim Jagielski #include "comphelper/evtlistenerhlp.hxx"
231*b1cdbd2cSJim Jagielski #include "comphelper/interaction.hxx"
232*b1cdbd2cSJim Jagielski #include "comphelper/listenernotification.hxx"
233*b1cdbd2cSJim Jagielski #include "comphelper/numbers.hxx"
234*b1cdbd2cSJim Jagielski #include "comphelper/officeresourcebundle.hxx"
235*b1cdbd2cSJim Jagielski #include "comphelper/processfactory.hxx"
236*b1cdbd2cSJim Jagielski #include "comphelper/propertycontainer.hxx"
237*b1cdbd2cSJim Jagielski #include "comphelper/regpathhelper.hxx"
238*b1cdbd2cSJim Jagielski #include "comphelper/seqstream.hxx"
239*b1cdbd2cSJim Jagielski #include "comphelper/sequence.hxx"
240*b1cdbd2cSJim Jagielski #include "comphelper/types.hxx"
241*b1cdbd2cSJim Jagielski #include "comphelper/uno3.hxx"
242*b1cdbd2cSJim Jagielski 
243*b1cdbd2cSJim Jagielski #include "cppuhelper/bootstrap.hxx"
244*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase1.hxx"
245*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase10.hxx"
246*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase12.hxx"
247*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase2.hxx"
248*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase3.hxx"
249*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase4.hxx"
250*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase5.hxx"
251*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase6.hxx"
252*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase7.hxx"
253*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase8.hxx"
254*b1cdbd2cSJim Jagielski #include "cppuhelper/component.hxx"
255*b1cdbd2cSJim Jagielski #include "cppuhelper/component_context.hxx"
256*b1cdbd2cSJim Jagielski #include "cppuhelper/exc_hlp.hxx"
257*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx"
258*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase1.hxx"
259*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase10.hxx"
260*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase2.hxx"
261*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase3.hxx"
262*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase4.hxx"
263*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase5.hxx"
264*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.h"
265*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.hxx"
266*b1cdbd2cSJim Jagielski #include "cppuhelper/propshlp.hxx"
267*b1cdbd2cSJim Jagielski #include "cppuhelper/queryinterface.hxx"
268*b1cdbd2cSJim Jagielski #include "cppuhelper/servicefactory.hxx"
269*b1cdbd2cSJim Jagielski #include "cppuhelper/typeprovider.hxx"
270*b1cdbd2cSJim Jagielski #include "cppuhelper/weak.hxx"
271*b1cdbd2cSJim Jagielski #include "cppuhelper/weakref.hxx"
272*b1cdbd2cSJim Jagielski 
273*b1cdbd2cSJim Jagielski #include "i18npool/mslangid.hxx"
274*b1cdbd2cSJim Jagielski 
275*b1cdbd2cSJim Jagielski #include "jvmaccess/virtualmachine.hxx"
276*b1cdbd2cSJim Jagielski 
277*b1cdbd2cSJim Jagielski #include "jvmfwk/framework.h"
278*b1cdbd2cSJim Jagielski 
279*b1cdbd2cSJim Jagielski #include "osl/conditn.hxx"
280*b1cdbd2cSJim Jagielski #include "osl/diagnose.h"
281*b1cdbd2cSJim Jagielski #include "osl/file.h"
282*b1cdbd2cSJim Jagielski #include "osl/file.hxx"
283*b1cdbd2cSJim Jagielski #include "osl/interlck.h"
284*b1cdbd2cSJim Jagielski #include "osl/module.h"
285*b1cdbd2cSJim Jagielski #include "osl/mutex.hxx"
286*b1cdbd2cSJim Jagielski #include "osl/nlsupport.h"
287*b1cdbd2cSJim Jagielski #include "osl/process.h"
288*b1cdbd2cSJim Jagielski #include "osl/security.hxx"
289*b1cdbd2cSJim Jagielski #include "osl/thread.h"
290*b1cdbd2cSJim Jagielski #include "osl/thread.hxx"
291*b1cdbd2cSJim Jagielski 
292*b1cdbd2cSJim Jagielski #include "rtl/alloc.h"
293*b1cdbd2cSJim Jagielski #include "rtl/bootstrap.hxx"
294*b1cdbd2cSJim Jagielski #include "rtl/byteseq.hxx"
295*b1cdbd2cSJim Jagielski #include "rtl/digest.h"
296*b1cdbd2cSJim Jagielski #include "rtl/logfile.hxx"
297*b1cdbd2cSJim Jagielski #include "rtl/math.hxx"
298*b1cdbd2cSJim Jagielski #include "rtl/process.h"
299*b1cdbd2cSJim Jagielski #include "rtl/ref.hxx"
300*b1cdbd2cSJim Jagielski #include "rtl/string.h"
301*b1cdbd2cSJim Jagielski #include "rtl/string.hxx"
302*b1cdbd2cSJim Jagielski #include "rtl/tencinfo.h"
303*b1cdbd2cSJim Jagielski #include "rtl/textenc.h"
304*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx"
305*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx"
306*b1cdbd2cSJim Jagielski 
307*b1cdbd2cSJim Jagielski #include "sys/types.h"
308*b1cdbd2cSJim Jagielski 
309*b1cdbd2cSJim Jagielski #include "tools/diagnose_ex.h"
310*b1cdbd2cSJim Jagielski 
311*b1cdbd2cSJim Jagielski #include "ucbhelper/content.hxx"
312*b1cdbd2cSJim Jagielski #include "ucbhelper/contentbroker.hxx"
313*b1cdbd2cSJim Jagielski 
314*b1cdbd2cSJim Jagielski #include "uno/environment.hxx"
315*b1cdbd2cSJim Jagielski #include "uno/mapping.hxx"
316*b1cdbd2cSJim Jagielski 
317*b1cdbd2cSJim Jagielski #include "unotools/configmgr.hxx"
318*b1cdbd2cSJim Jagielski #include "unotools/confignode.hxx"
319*b1cdbd2cSJim Jagielski #include "unotools/processfactory.hxx"
320*b1cdbd2cSJim Jagielski #include "unotools/sharedunocomponent.hxx"
321*b1cdbd2cSJim Jagielski 
322*b1cdbd2cSJim Jagielski #include "vos/mutex.hxx"
323*b1cdbd2cSJim Jagielski #include "vos/process.hxx"
324*b1cdbd2cSJim Jagielski #include "vos/ref.hxx"
325*b1cdbd2cSJim Jagielski #include "vos/ref.hxx"
326*b1cdbd2cSJim Jagielski #include "vos/refernce.hxx"
327*b1cdbd2cSJim Jagielski #include "vos/timer.hxx"
328*b1cdbd2cSJim Jagielski //---MARKER---
329*b1cdbd2cSJim Jagielski 
330*b1cdbd2cSJim Jagielski #endif
331