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