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:42.358362 25*b1cdbd2cSJim Jagielski 26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS 27*b1cdbd2cSJim Jagielski //---MARKER--- 28*b1cdbd2cSJim Jagielski #include "sal/config.h" 29*b1cdbd2cSJim Jagielski #include "sal/types.h" 30*b1cdbd2cSJim Jagielski 31*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/ActionEvent.hpp" 32*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontDescriptor.hpp" 33*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontEmphasisMark.hpp" 34*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/FontRelief.hpp" 35*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/ImageStatus.hpp" 36*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/LineEndFormat.hpp" 37*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/MouseButton.hpp" 38*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/MouseEvent.hpp" 39*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/PopupMenuDirection.hpp" 40*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/PosSize.hpp" 41*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/SystemPointer.hpp" 42*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/VclWindowPeerAttribute.hpp" 43*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XActionListener.hpp" 44*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XButton.hpp" 45*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XCheckBox.hpp" 46*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XComboBox.hpp" 47*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControlModel.hpp" 48*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XDialog.hpp" 49*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XFocusListener.hpp" 50*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XImageConsumer.hpp" 51*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XImageProducer.hpp" 52*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XItemListener.hpp" 53*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XListBox.hpp" 54*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XMouseListener.hpp" 55*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XRadioButton.hpp" 56*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTabControllerModel.hpp" 57*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XTextComponent.hpp" 58*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindowListener2.hpp" 59*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/NamedValue.hpp" 60*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/Property.hpp" 61*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyAttribute.hpp" 62*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyChangeEvent.hpp" 63*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyValue.hpp" 64*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XFastPropertySet.hpp" 65*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XMultiPropertySet.hpp" 66*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyChangeListener.hpp" 67*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySet.hpp" 68*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySetInfo.hpp" 69*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyState.hpp" 70*b1cdbd2cSJim Jagielski #include "com/sun/star/container/ElementExistException.hpp" 71*b1cdbd2cSJim Jagielski #include "com/sun/star/container/NoSuchElementException.hpp" 72*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XChild.hpp" 73*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XContainer.hpp" 74*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XContainerListener.hpp" 75*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumeration.hpp" 76*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumerationAccess.hpp" 77*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexAccess.hpp" 78*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexContainer.hpp" 79*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexReplace.hpp" 80*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameAccess.hpp" 81*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameContainer.hpp" 82*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameReplace.hpp" 83*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNamed.hpp" 84*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XSet.hpp" 85*b1cdbd2cSJim Jagielski #include "com/sun/star/form/DataSelectionType.hpp" 86*b1cdbd2cSJim Jagielski #include "com/sun/star/form/DatabaseParameterEvent.hpp" 87*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormButtonType.hpp" 88*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormComponentType.hpp" 89*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormSubmitEncoding.hpp" 90*b1cdbd2cSJim Jagielski #include "com/sun/star/form/FormSubmitMethod.hpp" 91*b1cdbd2cSJim Jagielski #include "com/sun/star/form/ListSourceType.hpp" 92*b1cdbd2cSJim Jagielski #include "com/sun/star/form/NavigationBarMode.hpp" 93*b1cdbd2cSJim Jagielski #include "com/sun/star/form/TabulatorCycle.hpp" 94*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XApproveActionBroadcaster.hpp" 95*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XApproveActionListener.hpp" 96*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XBoundComponent.hpp" 97*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XBoundControl.hpp" 98*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XChangeBroadcaster.hpp" 99*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XDatabaseParameterBroadcaster2.hpp" 100*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XDatabaseParameterListener.hpp" 101*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XForm.hpp" 102*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XFormComponent.hpp" 103*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XGridColumnFactory.hpp" 104*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XImageProducerSupplier.hpp" 105*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XLoadListener.hpp" 106*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XLoadable.hpp" 107*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XReset.hpp" 108*b1cdbd2cSJim Jagielski #include "com/sun/star/form/XResetListener.hpp" 109*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XBindableValue.hpp" 110*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XListEntryListener.hpp" 111*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XListEntrySink.hpp" 112*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XListEntrySource.hpp" 113*b1cdbd2cSJim Jagielski #include "com/sun/star/form/binding/XValueBinding.hpp" 114*b1cdbd2cSJim Jagielski #include "com/sun/star/form/submission/XSubmission.hpp" 115*b1cdbd2cSJim Jagielski #include "com/sun/star/form/submission/XSubmissionSupplier.hpp" 116*b1cdbd2cSJim Jagielski #include "com/sun/star/form/validation/XValidatableFormComponent.hpp" 117*b1cdbd2cSJim Jagielski #include "com/sun/star/form/validation/XValidator.hpp" 118*b1cdbd2cSJim Jagielski #include "com/sun/star/form/validation/XValidityConstraintListener.hpp" 119*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/FrameSearchFlag.hpp" 120*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XComponentLoader.hpp" 121*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatch.hpp" 122*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProvider.hpp" 123*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProviderInterception.hpp" 124*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp" 125*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XStatusListener.hpp" 126*b1cdbd2cSJim Jagielski #include "com/sun/star/graphic/XGraphic.hpp" 127*b1cdbd2cSJim Jagielski #include "com/sun/star/io/NotConnectedException.hpp" 128*b1cdbd2cSJim Jagielski #include "com/sun/star/io/WrongFormatException.hpp" 129*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XActiveDataSink.hpp" 130*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XInputStream.hpp" 131*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XMarkableStream.hpp" 132*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XObjectInputStream.hpp" 133*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XObjectOutputStream.hpp" 134*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XOutputStream.hpp" 135*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XPersistObject.hpp" 136*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XTextInputStream.hpp" 137*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/DisposedException.hpp" 138*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/EventObject.hpp" 139*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IllegalArgumentException.hpp" 140*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IndexOutOfBoundsException.hpp" 141*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/WrappedTargetException.hpp" 142*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp" 143*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XEventListener.hpp" 144*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XInitialization.hpp" 145*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiServiceFactory.hpp" 146*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceInfo.hpp" 147*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleServiceFactory.hpp" 148*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XTypeProvider.hpp" 149*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XUnoTunnel.hpp" 150*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XRegistryKey.hpp" 151*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ScriptEvent.hpp" 152*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ScriptEventDescriptor.hpp" 153*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XEventAttacherManager.hpp" 154*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/CommandType.hpp" 155*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/ParametersRequest.hpp" 156*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/RowSetVetoException.hpp" 157*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLContext.hpp" 158*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/SQLErrorEvent.hpp" 159*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XColumn.hpp" 160*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XColumnUpdate.hpp" 161*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XCompletedExecution.hpp" 162*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XInteractionSupplyParameters.hpp" 163*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XParametersSupplier.hpp" 164*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XQueriesSupplier.hpp" 165*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XResultSetAccess.hpp" 166*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XRowSetApproveBroadcaster.hpp" 167*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XRowSetApproveListener.hpp" 168*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSQLErrorBroadcaster.hpp" 169*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSQLErrorListener.hpp" 170*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSQLQueryComposer.hpp" 171*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSQLQueryComposerFactory.hpp" 172*b1cdbd2cSJim Jagielski #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp" 173*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ColumnValue.hpp" 174*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/DataType.hpp" 175*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetConcurrency.hpp" 176*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/ResultSetType.hpp" 177*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/SQLException.hpp" 178*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XCloseable.hpp" 179*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XConnection.hpp" 180*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XDataSource.hpp" 181*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XParameters.hpp" 182*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XResultSetUpdate.hpp" 183*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowSet.hpp" 184*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbc/XRowSetListener.hpp" 185*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/Privilege.hpp" 186*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XColumnsSupplier.hpp" 187*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XDeleteRows.hpp" 188*b1cdbd2cSJim Jagielski #include "com/sun/star/sdbcx/XTablesSupplier.hpp" 189*b1cdbd2cSJim Jagielski #include "com/sun/star/task/XInteractionContinuation.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/ucb/PostCommandArgument2.hpp" 193*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XCommandEnvironment.hpp" 194*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XProgressHandler.hpp" 195*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XSimpleFileAccess.hpp" 196*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp" 197*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" 198*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" 199*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XFilePicker.hpp" 200*b1cdbd2cSJim Jagielski #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp" 201*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.hxx" 202*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hpp" 203*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.h" 204*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.hxx" 205*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hpp" 206*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.hxx" 207*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Type.hxx" 208*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XAggregation.hpp" 209*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hpp" 210*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Date.hpp" 211*b1cdbd2cSJim Jagielski #include "com/sun/star/util/DateTime.hpp" 212*b1cdbd2cSJim Jagielski #include "com/sun/star/util/NumberFormat.hpp" 213*b1cdbd2cSJim Jagielski #include "com/sun/star/util/SearchAlgorithms.hpp" 214*b1cdbd2cSJim Jagielski #include "com/sun/star/util/Time.hpp" 215*b1cdbd2cSJim Jagielski #include "com/sun/star/util/URL.hpp" 216*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCancellable.hpp" 217*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XCloneable.hpp" 218*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XModifyBroadcaster.hpp" 219*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XModifyListener.hpp" 220*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatTypes.hpp" 221*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatsSupplier.hpp" 222*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XNumberFormatter.hpp" 223*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XRefreshable.hpp" 224*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XURLTransformer.hpp" 225*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XUpdatable.hpp" 226*b1cdbd2cSJim Jagielski #include "com/sun/star/view/XSelectionSupplier.hpp" 227*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/InvalidDataOnSubmitException.hpp" 228*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XDataTypeRepository.hpp" 229*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XFormsEvent.hpp" 230*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XFormsSupplier.hpp" 231*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XModel.hpp" 232*b1cdbd2cSJim Jagielski #include "com/sun/star/xforms/XSubmission.hpp" 233*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/NodeType.hpp" 234*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XCharacterData.hpp" 235*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XDocument.hpp" 236*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XDocumentBuilder.hpp" 237*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XDocumentFragment.hpp" 238*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XElement.hpp" 239*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XNamedNodeMap.hpp" 240*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XNode.hpp" 241*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XNodeList.hpp" 242*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/XText.hpp" 243*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/events/XDocumentEvent.hpp" 244*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/events/XEventListener.hpp" 245*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/dom/events/XEventTarget.hpp" 246*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/xpath/Libxml2ExtensionHandle.hpp" 247*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/xpath/XPathObjectType.hpp" 248*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/xpath/XXPathAPI.hpp" 249*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/xpath/XXPathExtension.hpp" 250*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/xpath/XXPathObject.hpp" 251*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/DataTypeClass.hpp" 252*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/WhiteSpaceTreatment.hpp" 253*b1cdbd2cSJim Jagielski #include "com/sun/star/xsd/XDataType.hpp" 254*b1cdbd2cSJim Jagielski 255*b1cdbd2cSJim Jagielski #include "comphelper/basicio.hxx" 256*b1cdbd2cSJim Jagielski #include "comphelper/broadcasthelper.hxx" 257*b1cdbd2cSJim Jagielski #include "comphelper/container.hxx" 258*b1cdbd2cSJim Jagielski #include "comphelper/enumhelper.hxx" 259*b1cdbd2cSJim Jagielski #include "comphelper/eventattachermgr.hxx" 260*b1cdbd2cSJim Jagielski #include "comphelper/guarding.hxx" 261*b1cdbd2cSJim Jagielski #include "comphelper/implementationreference.hxx" 262*b1cdbd2cSJim Jagielski #include "comphelper/interaction.hxx" 263*b1cdbd2cSJim Jagielski #include "comphelper/listenernotification.hxx" 264*b1cdbd2cSJim Jagielski #include "comphelper/numbers.hxx" 265*b1cdbd2cSJim Jagielski #include "comphelper/processfactory.hxx" 266*b1cdbd2cSJim Jagielski #include "comphelper/propertycontainer.hxx" 267*b1cdbd2cSJim Jagielski #include "comphelper/propertycontainerhelper.hxx" 268*b1cdbd2cSJim Jagielski #include "comphelper/propertysetinfo.hxx" 269*b1cdbd2cSJim Jagielski #include "comphelper/seqstream.hxx" 270*b1cdbd2cSJim Jagielski #include "comphelper/sequence.hxx" 271*b1cdbd2cSJim Jagielski #include "comphelper/stl_types.hxx" 272*b1cdbd2cSJim Jagielski #include "comphelper/streamsection.hxx" 273*b1cdbd2cSJim Jagielski #include "comphelper/types.hxx" 274*b1cdbd2cSJim Jagielski #include "comphelper/uno3.hxx" 275*b1cdbd2cSJim Jagielski 276*b1cdbd2cSJim Jagielski #include "connectivity/dbconversion.hxx" 277*b1cdbd2cSJim Jagielski #include "connectivity/predicateinput.hxx" 278*b1cdbd2cSJim Jagielski #include "connectivity/sqlparse.hxx" 279*b1cdbd2cSJim Jagielski 280*b1cdbd2cSJim Jagielski #include "cppuhelper/compbase3.hxx" 281*b1cdbd2cSJim Jagielski #include "cppuhelper/component.hxx" 282*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx" 283*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase1.hxx" 284*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase11.hxx" 285*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase2.hxx" 286*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase3.hxx" 287*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase4.hxx" 288*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase5.hxx" 289*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase6.hxx" 290*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase7.hxx" 291*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase8.hxx" 292*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.h" 293*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.hxx" 294*b1cdbd2cSJim Jagielski #include "cppuhelper/propshlp.hxx" 295*b1cdbd2cSJim Jagielski #include "cppuhelper/queryinterface.hxx" 296*b1cdbd2cSJim Jagielski #include "cppuhelper/typeprovider.hxx" 297*b1cdbd2cSJim Jagielski #include "cppuhelper/weak.hxx" 298*b1cdbd2cSJim Jagielski #include "cppuhelper/weakref.hxx" 299*b1cdbd2cSJim Jagielski 300*b1cdbd2cSJim Jagielski #include "i18npool/mslangid.hxx" 301*b1cdbd2cSJim Jagielski 302*b1cdbd2cSJim Jagielski #include "libxml/tree.h" 303*b1cdbd2cSJim Jagielski #include "libxml/xpath.h" 304*b1cdbd2cSJim Jagielski #include "libxml/xpathInternals.h" 305*b1cdbd2cSJim Jagielski 306*b1cdbd2cSJim Jagielski #include "osl/conditn.hxx" 307*b1cdbd2cSJim Jagielski #include "osl/diagnose.h" 308*b1cdbd2cSJim Jagielski #include "osl/file.hxx" 309*b1cdbd2cSJim Jagielski #include "osl/mutex.hxx" 310*b1cdbd2cSJim Jagielski 311*b1cdbd2cSJim Jagielski #include "rtl/alloc.h" 312*b1cdbd2cSJim Jagielski #include "rtl/logfile.hxx" 313*b1cdbd2cSJim Jagielski #include "rtl/math.hxx" 314*b1cdbd2cSJim Jagielski #include "rtl/memory.h" 315*b1cdbd2cSJim Jagielski #include "rtl/strbuf.hxx" 316*b1cdbd2cSJim Jagielski #include "rtl/string.hxx" 317*b1cdbd2cSJim Jagielski #include "rtl/tencinfo.h" 318*b1cdbd2cSJim Jagielski #include "rtl/textenc.h" 319*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx" 320*b1cdbd2cSJim Jagielski #include "rtl/ustring.h" 321*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx" 322*b1cdbd2cSJim Jagielski #include "rtl/uuid.h" 323*b1cdbd2cSJim Jagielski 324*b1cdbd2cSJim Jagielski #include "sfx2/imgmgr.hxx" 325*b1cdbd2cSJim Jagielski #include "sfx2/msgpool.hxx" 326*b1cdbd2cSJim Jagielski #include "sfx2/sfxuno.hxx" 327*b1cdbd2cSJim Jagielski 328*b1cdbd2cSJim Jagielski 329*b1cdbd2cSJim Jagielski #include "svtools/cliplistener.hxx" 330*b1cdbd2cSJim Jagielski #include "svtools/imageresourceaccess.hxx" 331*b1cdbd2cSJim Jagielski #include "svl/inetstrm.hxx" 332*b1cdbd2cSJim Jagielski #include "svl/inettype.hxx" 333*b1cdbd2cSJim Jagielski #include "svl/itempool.hxx" 334*b1cdbd2cSJim Jagielski #include "svl/itemset.hxx" 335*b1cdbd2cSJim Jagielski #include "svl/languageoptions.hxx" 336*b1cdbd2cSJim Jagielski #include "unotools/lingucfg.hxx" 337*b1cdbd2cSJim Jagielski #include "svl/numuno.hxx" 338*b1cdbd2cSJim Jagielski #include "svl/poolitem.hxx" 339*b1cdbd2cSJim Jagielski #include "svl/solar.hrc" 340*b1cdbd2cSJim Jagielski #include "svtools/transfer.hxx" 341*b1cdbd2cSJim Jagielski 342*b1cdbd2cSJim Jagielski #include "editeng/editdata.hxx" 343*b1cdbd2cSJim Jagielski #include "editeng/editeng.hxx" 344*b1cdbd2cSJim Jagielski #include "editeng/editobj.hxx" 345*b1cdbd2cSJim Jagielski #include "editeng/editstat.hxx" 346*b1cdbd2cSJim Jagielski #include "editeng/editview.hxx" 347*b1cdbd2cSJim Jagielski #include "editeng/eeitem.hxx" 348*b1cdbd2cSJim Jagielski #include "editeng/frmdir.hxx" 349*b1cdbd2cSJim Jagielski #include "editeng/scripttypeitem.hxx" 350*b1cdbd2cSJim Jagielski #include "editeng/svxenum.hxx" 351*b1cdbd2cSJim Jagielski #include "svx/svxids.hrc" 352*b1cdbd2cSJim Jagielski #include "editeng/unoedsrc.hxx" 353*b1cdbd2cSJim Jagielski #include "editeng/unofored.hxx" 354*b1cdbd2cSJim Jagielski 355*b1cdbd2cSJim Jagielski #include "toolkit/helper/emptyfontdescriptor.hxx" 356*b1cdbd2cSJim Jagielski 357*b1cdbd2cSJim Jagielski #include "tools/color.hxx" 358*b1cdbd2cSJim Jagielski #include "tools/date.hxx" 359*b1cdbd2cSJim Jagielski #include "tools/debug.hxx" 360*b1cdbd2cSJim Jagielski #include "tools/diagnose_ex.h" 361*b1cdbd2cSJim Jagielski #include "tools/inetmsg.hxx" 362*b1cdbd2cSJim Jagielski #include "tools/link.hxx" 363*b1cdbd2cSJim Jagielski #include "tools/list.hxx" 364*b1cdbd2cSJim Jagielski #include "tools/resid.hxx" 365*b1cdbd2cSJim Jagielski #include "tools/simplerm.hxx" 366*b1cdbd2cSJim Jagielski #include "tools/solar.h" 367*b1cdbd2cSJim Jagielski #include "tools/stream.hxx" 368*b1cdbd2cSJim Jagielski #include "tools/string.hxx" 369*b1cdbd2cSJim Jagielski #include "tools/urlobj.hxx" 370*b1cdbd2cSJim Jagielski 371*b1cdbd2cSJim Jagielski #include "ucbhelper/activedatasink.hxx" 372*b1cdbd2cSJim Jagielski #include "ucbhelper/content.hxx" 373*b1cdbd2cSJim Jagielski 374*b1cdbd2cSJim Jagielski 375*b1cdbd2cSJim Jagielski #include "uno/lbnames.h" 376*b1cdbd2cSJim Jagielski #include "uno/mapping.hxx" 377*b1cdbd2cSJim Jagielski 378*b1cdbd2cSJim Jagielski #include "unotools/desktopterminationobserver.hxx" 379*b1cdbd2cSJim Jagielski #include "unotools/idhelper.hxx" 380*b1cdbd2cSJim Jagielski #include "unotools/processfactory.hxx" 381*b1cdbd2cSJim Jagielski #include "unotools/streamhelper.hxx" 382*b1cdbd2cSJim Jagielski #include "unotools/textsearch.hxx" 383*b1cdbd2cSJim Jagielski #include "unotools/ucbstreamhelper.hxx" 384*b1cdbd2cSJim Jagielski 385*b1cdbd2cSJim Jagielski #include "vcl/bmpacc.hxx" 386*b1cdbd2cSJim Jagielski #include "vcl/cvtgrf.hxx" 387*b1cdbd2cSJim Jagielski #include "vcl/mapmod.hxx" 388*b1cdbd2cSJim Jagielski #include "tools/mapunit.hxx" 389*b1cdbd2cSJim Jagielski #include "vcl/stdtext.hxx" 390*b1cdbd2cSJim Jagielski #include "vcl/timer.hxx" 391*b1cdbd2cSJim Jagielski #include "tools/wintypes.hxx" 392*b1cdbd2cSJim Jagielski 393*b1cdbd2cSJim Jagielski #include "vos/mutex.hxx" 394*b1cdbd2cSJim Jagielski #include "vos/thread.hxx" 395*b1cdbd2cSJim Jagielski //---MARKER--- 396*b1cdbd2cSJim Jagielski #endif 397