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