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