1*3334a7e6SAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*3334a7e6SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*3334a7e6SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*3334a7e6SAndrew Rist * distributed with this work for additional information 6*3334a7e6SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*3334a7e6SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*3334a7e6SAndrew Rist * "License"); you may not use this file except in compliance 9*3334a7e6SAndrew Rist * with the License. You may obtain a copy of the License at 10*3334a7e6SAndrew Rist * 11*3334a7e6SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*3334a7e6SAndrew Rist * 13*3334a7e6SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*3334a7e6SAndrew Rist * software distributed under the License is distributed on an 15*3334a7e6SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*3334a7e6SAndrew Rist * KIND, either express or implied. See the License for the 17*3334a7e6SAndrew Rist * specific language governing permissions and limitations 18*3334a7e6SAndrew Rist * under the License. 19*3334a7e6SAndrew Rist * 20*3334a7e6SAndrew Rist *************************************************************/ 21*3334a7e6SAndrew Rist 22*3334a7e6SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:08.279739 25cdf0e10cSrcweir 26cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 27cdf0e10cSrcweir //---MARKER--- 28cdf0e10cSrcweir #include "sal/config.h" 29cdf0e10cSrcweir #include "avmedia/mediaitem.hxx" 30cdf0e10cSrcweir #include "avmedia/mediawindow.hxx" 31cdf0e10cSrcweir #include "basegfx/matrix/b2dhommatrix.hxx" 32cdf0e10cSrcweir #include "basegfx/numeric/ftools.hxx" 33cdf0e10cSrcweir #include "basegfx/point/b2dpoint.hxx" 34cdf0e10cSrcweir #include "basegfx/point/b3dpoint.hxx" 35cdf0e10cSrcweir #include "basegfx/polygon/b2dlinegeometry.hxx" 36cdf0e10cSrcweir #include "basegfx/polygon/b2dpolygon.hxx" 37cdf0e10cSrcweir #include "basegfx/polygon/b2dpolygontools.hxx" 38cdf0e10cSrcweir #include "basegfx/polygon/b2dpolypolygon.hxx" 39cdf0e10cSrcweir #include "basegfx/polygon/b2dpolypolygontools.hxx" 40cdf0e10cSrcweir #include "basegfx/polygon/b3dpolygon.hxx" 41cdf0e10cSrcweir #include "basegfx/polygon/b3dpolypolygon.hxx" 42cdf0e10cSrcweir #include "basegfx/polygon/b3dpolypolygontools.hxx" 43cdf0e10cSrcweir #include "basegfx/range/b2drange.hxx" 44cdf0e10cSrcweir #include "basegfx/vector/b2dvector.hxx" 45cdf0e10cSrcweir #include "basegfx/vector/b3dvector.hxx" 46cdf0e10cSrcweir #include "basic/basmgr.hxx" 47cdf0e10cSrcweir #include "basic/sbmod.hxx" 48cdf0e10cSrcweir #include "basic/sbuno.hxx" 49cdf0e10cSrcweir #include "basic/sbx.hxx" 50cdf0e10cSrcweir #include "basic/sbxvar.hxx" 51cdf0e10cSrcweir #include "boost/scoped_ptr.hpp" 52cdf0e10cSrcweir #include "boost/shared_ptr.hpp" 53cdf0e10cSrcweir #include "boost/spirit/include/classic_core.hpp" 54cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleEventId.hpp" 55cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleEventObject.hpp" 56cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleRelationType.hpp" 57cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleRole.hpp" 58cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleStateType.hpp" 59cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleTextType.hpp" 60cdf0e10cSrcweir #include "com/sun/star/accessibility/IllegalAccessibleComponentStateException.hpp" 61cdf0e10cSrcweir #include "com/sun/star/accessibility/TextSegment.hpp" 62cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessible.hpp" 63cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleAction.hpp" 64cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleContext.hpp" 65cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp" 66cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleEventListener.hpp" 67cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleImage.hpp" 68cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleRelationSet.hpp" 69cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleSelection.hpp" 70cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleStateSet.hpp" 71cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleTable.hpp" 72cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleTextAttributes.hpp" 73cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleValue.hpp" 74cdf0e10cSrcweir #include "com/sun/star/awt/CharSet.hpp" 75cdf0e10cSrcweir #include "com/sun/star/awt/FocusChangeReason.hpp" 76cdf0e10cSrcweir #include "com/sun/star/awt/FontDescriptor.hpp" 77cdf0e10cSrcweir #include "com/sun/star/awt/FontFamily.hpp" 78cdf0e10cSrcweir #include "com/sun/star/awt/FontPitch.hpp" 79cdf0e10cSrcweir #include "com/sun/star/awt/FontSlant.hpp" 80cdf0e10cSrcweir #include "com/sun/star/awt/FontType.hpp" 81cdf0e10cSrcweir #include "com/sun/star/awt/FontWeight.hpp" 82cdf0e10cSrcweir #include "com/sun/star/awt/FontWidth.hpp" 83cdf0e10cSrcweir #include "com/sun/star/awt/Gradient.hpp" 84cdf0e10cSrcweir #include "com/sun/star/awt/GradientStyle.hpp" 85cdf0e10cSrcweir #include "com/sun/star/awt/Key.hpp" 86cdf0e10cSrcweir #include "com/sun/star/awt/KeyEvent.hpp" 87cdf0e10cSrcweir #include "com/sun/star/awt/KeyModifier.hpp" 88cdf0e10cSrcweir #include "com/sun/star/awt/LineEndFormat.hpp" 89cdf0e10cSrcweir #include "com/sun/star/awt/PosSize.hpp" 90cdf0e10cSrcweir #include "com/sun/star/awt/RasterOperation.hpp" 91cdf0e10cSrcweir #include "com/sun/star/awt/Rectangle.hpp" 92cdf0e10cSrcweir #include "com/sun/star/awt/ScrollBarOrientation.hpp" 93cdf0e10cSrcweir #include "com/sun/star/awt/SimpleFontMetric.hpp" 94cdf0e10cSrcweir #include "com/sun/star/awt/Size.hpp" 95cdf0e10cSrcweir #include "com/sun/star/awt/TextAlign.hpp" 96cdf0e10cSrcweir #include "com/sun/star/awt/VisualEffect.hpp" 97cdf0e10cSrcweir #include "com/sun/star/awt/WindowAttribute.hpp" 98cdf0e10cSrcweir #include "com/sun/star/awt/WindowDescriptor.hpp" 99cdf0e10cSrcweir #include "com/sun/star/awt/XBitmap.hpp" 100cdf0e10cSrcweir #include "com/sun/star/awt/XCheckBox.hpp" 101cdf0e10cSrcweir #include "com/sun/star/awt/XComboBox.hpp" 102cdf0e10cSrcweir #include "com/sun/star/awt/XControl.hpp" 103cdf0e10cSrcweir #include "com/sun/star/awt/XControlContainer.hpp" 104cdf0e10cSrcweir #include "com/sun/star/awt/XControlModel.hpp" 105cdf0e10cSrcweir #include "com/sun/star/awt/XDevice.hpp" 106cdf0e10cSrcweir #include "com/sun/star/awt/XFocusListener.hpp" 107cdf0e10cSrcweir #include "com/sun/star/awt/XFont.hpp" 108cdf0e10cSrcweir #include "com/sun/star/awt/XGraphics.hpp" 109cdf0e10cSrcweir #include "com/sun/star/awt/XImageConsumer.hpp" 110cdf0e10cSrcweir #include "com/sun/star/awt/XItemListener.hpp" 111cdf0e10cSrcweir #include "com/sun/star/awt/XLayoutConstrains.hpp" 112cdf0e10cSrcweir #include "com/sun/star/awt/XListBox.hpp" 113cdf0e10cSrcweir #include "com/sun/star/awt/XMouseListener.hpp" 114cdf0e10cSrcweir #include "com/sun/star/awt/XProgressMonitor.hpp" 115cdf0e10cSrcweir #include "com/sun/star/awt/XTabController.hpp" 116cdf0e10cSrcweir #include "com/sun/star/awt/XTabControllerModel.hpp" 117cdf0e10cSrcweir #include "com/sun/star/awt/XTextListener.hpp" 118cdf0e10cSrcweir #include "com/sun/star/awt/XToolkit.hpp" 119cdf0e10cSrcweir #include "com/sun/star/awt/XVclWindowPeer.hpp" 120cdf0e10cSrcweir #include "com/sun/star/awt/XWindow.hpp" 121cdf0e10cSrcweir #include "com/sun/star/awt/XWindowListener.hpp" 122cdf0e10cSrcweir #include "com/sun/star/awt/XWindowPeer.hpp" 123cdf0e10cSrcweir #include "com/sun/star/beans/NamedValue.hpp" 124cdf0e10cSrcweir #include "com/sun/star/beans/PropertyAttribute.hpp" 125cdf0e10cSrcweir #include "com/sun/star/beans/PropertyChangeEvent.hpp" 126cdf0e10cSrcweir #include "com/sun/star/beans/PropertyState.hpp" 127cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp" 128cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValues.hdl" 129cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValues.hpp" 130cdf0e10cSrcweir #include "com/sun/star/beans/XFastPropertySet.hpp" 131cdf0e10cSrcweir #include "com/sun/star/beans/XIntrospection.hpp" 132cdf0e10cSrcweir #include "com/sun/star/beans/XMultiPropertySet.hpp" 133cdf0e10cSrcweir #include "com/sun/star/beans/XMultiPropertyStates.hpp" 134cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyChangeListener.hpp" 135cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp" 136cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfo.hpp" 137cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyState.hpp" 138cdf0e10cSrcweir #include "com/sun/star/chart/ChartAxisArrangeOrderType.hpp" 139cdf0e10cSrcweir #include "com/sun/star/container/ContainerEvent.hpp" 140cdf0e10cSrcweir #include "com/sun/star/container/NoSuchElementException.hpp" 141cdf0e10cSrcweir #include "com/sun/star/container/XChild.hpp" 142cdf0e10cSrcweir #include "com/sun/star/container/XContainer.hpp" 143cdf0e10cSrcweir #include "com/sun/star/container/XContainerListener.hpp" 144cdf0e10cSrcweir #include "com/sun/star/container/XContainerQuery.hpp" 145cdf0e10cSrcweir #include "com/sun/star/container/XContentEnumerationAccess.hpp" 146cdf0e10cSrcweir #include "com/sun/star/container/XEnumeration.hpp" 147cdf0e10cSrcweir #include "com/sun/star/container/XEnumerationAccess.hpp" 148cdf0e10cSrcweir #include "com/sun/star/container/XHierarchicalNameAccess.hpp" 149cdf0e10cSrcweir #include "com/sun/star/container/XIdentifierContainer.hpp" 150cdf0e10cSrcweir #include "com/sun/star/container/XIndexAccess.hpp" 151cdf0e10cSrcweir #include "com/sun/star/container/XIndexContainer.hpp" 152cdf0e10cSrcweir #include "com/sun/star/container/XIndexReplace.hpp" 153cdf0e10cSrcweir #include "com/sun/star/container/XNameAccess.hpp" 154cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp" 155cdf0e10cSrcweir #include "com/sun/star/container/XNameReplace.hpp" 156cdf0e10cSrcweir #include "com/sun/star/container/XNamed.hpp" 157cdf0e10cSrcweir #include "com/sun/star/container/XSet.hpp" 158cdf0e10cSrcweir #include "com/sun/star/datatransfer/DataFlavor.hpp" 159cdf0e10cSrcweir #include "com/sun/star/datatransfer/XTransferable.hpp" 160cdf0e10cSrcweir #include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" 161cdf0e10cSrcweir #include "com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp" 162cdf0e10cSrcweir #include "com/sun/star/datatransfer/dnd/DNDConstants.hpp" 163cdf0e10cSrcweir #include "com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp" 164cdf0e10cSrcweir #include "com/sun/star/datatransfer/dnd/XDropTarget.hpp" 165cdf0e10cSrcweir #include "com/sun/star/document/EventObject.hpp" 166cdf0e10cSrcweir #include "com/sun/star/document/UpdateDocMode.hpp" 167cdf0e10cSrcweir #include "com/sun/star/document/XActionLockable.hpp" 168cdf0e10cSrcweir #include "com/sun/star/document/XBinaryStreamResolver.hpp" 169cdf0e10cSrcweir #include "com/sun/star/document/XDocumentInfoSupplier.hpp" 170cdf0e10cSrcweir #include "com/sun/star/document/XEmbeddedObjectResolver.hpp" 171cdf0e10cSrcweir #include "com/sun/star/document/XEventBroadcaster.hpp" 172cdf0e10cSrcweir #include "com/sun/star/document/XEventListener.hpp" 173cdf0e10cSrcweir #include "com/sun/star/document/XEventsSupplier.hpp" 174cdf0e10cSrcweir #include "com/sun/star/document/XExporter.hpp" 175cdf0e10cSrcweir #include "com/sun/star/document/XFilter.hpp" 176cdf0e10cSrcweir #include "com/sun/star/document/XGraphicObjectResolver.hpp" 177cdf0e10cSrcweir #include "com/sun/star/document/XImporter.hpp" 178cdf0e10cSrcweir #include "com/sun/star/document/XLinkTargetSupplier.hpp" 179cdf0e10cSrcweir #include "com/sun/star/document/XMimeTypeInfo.hpp" 180cdf0e10cSrcweir #include "com/sun/star/drawing/BitmapMode.hpp" 181cdf0e10cSrcweir #include "com/sun/star/drawing/CameraGeometry.hpp" 182cdf0e10cSrcweir #include "com/sun/star/drawing/CircleKind.hpp" 183cdf0e10cSrcweir #include "com/sun/star/drawing/ColorMode.hpp" 184cdf0e10cSrcweir #include "com/sun/star/drawing/ConnectionType.hpp" 185cdf0e10cSrcweir #include "com/sun/star/drawing/ConnectorType.hpp" 186cdf0e10cSrcweir #include "com/sun/star/drawing/DashStyle.hpp" 187cdf0e10cSrcweir #include "com/sun/star/drawing/Direction3D.hpp" 188cdf0e10cSrcweir #include "com/sun/star/drawing/DoubleSequence.hpp" 189cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.hpp" 190cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp" 191cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeParameter.hpp" 192cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp" 193cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeParameterType.hpp" 194cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeSegment.hpp" 195cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeSegmentCommand.hpp" 196cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeTextFrame.hpp" 197cdf0e10cSrcweir #include "com/sun/star/drawing/EnhancedCustomShapeTextPathMode.hpp" 198cdf0e10cSrcweir #include "com/sun/star/drawing/FillStyle.hpp" 199cdf0e10cSrcweir #include "com/sun/star/drawing/FlagSequence.hpp" 200cdf0e10cSrcweir #include "com/sun/star/drawing/Hatch.hpp" 201cdf0e10cSrcweir #include "com/sun/star/drawing/HomogenMatrix.hpp" 202cdf0e10cSrcweir #include "com/sun/star/drawing/HomogenMatrix3.hpp" 203cdf0e10cSrcweir #include "com/sun/star/drawing/LineDash.hpp" 204cdf0e10cSrcweir #include "com/sun/star/drawing/LineJoint.hpp" 205cdf0e10cSrcweir #include "com/sun/star/drawing/LineStyle.hpp" 206cdf0e10cSrcweir #include "com/sun/star/drawing/MeasureKind.hpp" 207cdf0e10cSrcweir #include "com/sun/star/drawing/MeasureTextHorzPos.hpp" 208cdf0e10cSrcweir #include "com/sun/star/drawing/MeasureTextVertPos.hpp" 209cdf0e10cSrcweir #include "com/sun/star/drawing/NormalsKind.hpp" 210cdf0e10cSrcweir #include "com/sun/star/drawing/PolyPolygonShape3D.hpp" 211cdf0e10cSrcweir #include "com/sun/star/drawing/PolygonFlags.hpp" 212cdf0e10cSrcweir #include "com/sun/star/drawing/PolygonKind.hpp" 213cdf0e10cSrcweir #include "com/sun/star/drawing/Position3D.hpp" 214cdf0e10cSrcweir #include "com/sun/star/drawing/ProjectionMode.hpp" 215cdf0e10cSrcweir #include "com/sun/star/drawing/RectanglePoint.hpp" 216cdf0e10cSrcweir #include "com/sun/star/drawing/ShadeMode.hpp" 217cdf0e10cSrcweir #include "com/sun/star/drawing/TextAdjust.hpp" 218cdf0e10cSrcweir #include "com/sun/star/drawing/TextAnimationDirection.hpp" 219cdf0e10cSrcweir #include "com/sun/star/drawing/TextAnimationKind.hpp" 220cdf0e10cSrcweir #include "com/sun/star/drawing/TextFitToSizeType.hpp" 221cdf0e10cSrcweir #include "com/sun/star/drawing/TextHorizontalAdjust.hpp" 222cdf0e10cSrcweir #include "com/sun/star/drawing/TextVerticalAdjust.hpp" 223cdf0e10cSrcweir #include "com/sun/star/drawing/TextureKind.hpp" 224cdf0e10cSrcweir #include "com/sun/star/drawing/TextureMode.hpp" 225cdf0e10cSrcweir #include "com/sun/star/drawing/TextureProjectionMode.hpp" 226cdf0e10cSrcweir #include "com/sun/star/drawing/XGluePointsSupplier.hpp" 227cdf0e10cSrcweir #include "com/sun/star/drawing/XShapeDescriptor.hpp" 228cdf0e10cSrcweir #include "com/sun/star/embed/Aspects.hpp" 229cdf0e10cSrcweir #include "com/sun/star/embed/ElementModes.hpp" 230cdf0e10cSrcweir #include "com/sun/star/embed/EmbedMisc.hpp" 231cdf0e10cSrcweir #include "com/sun/star/embed/EmbedStates.hpp" 232cdf0e10cSrcweir #include "com/sun/star/embed/EntryInitModes.hpp" 233cdf0e10cSrcweir #include "com/sun/star/embed/NoVisualAreaSizeException.hpp" 234cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedObjectCreator.hpp" 235cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedObjectFactory.hpp" 236cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedPersist.hpp" 237cdf0e10cSrcweir #include "com/sun/star/embed/XEmbeddedObject.hpp" 238cdf0e10cSrcweir #include "com/sun/star/embed/XInsertObjectDialog.hpp" 239cdf0e10cSrcweir #include "com/sun/star/embed/XLinkageSupport.hpp" 240cdf0e10cSrcweir #include "com/sun/star/embed/XStorage.hpp" 241cdf0e10cSrcweir #include "com/sun/star/embed/XTransactedObject.hpp" 242cdf0e10cSrcweir #include "com/sun/star/form/DatabaseDeleteEvent.hpp" 243cdf0e10cSrcweir #include "com/sun/star/form/DatabaseParameterEvent.hpp" 244cdf0e10cSrcweir #include "com/sun/star/form/ErrorEvent.hpp" 245cdf0e10cSrcweir #include "com/sun/star/form/FormButtonType.hpp" 246cdf0e10cSrcweir #include "com/sun/star/form/FormComponentType.hpp" 247cdf0e10cSrcweir #include "com/sun/star/form/ListSourceType.hpp" 248cdf0e10cSrcweir #include "com/sun/star/form/NavigationBarMode.hpp" 249cdf0e10cSrcweir #include "com/sun/star/form/TabulatorCycle.hpp" 250cdf0e10cSrcweir #include "com/sun/star/form/XBoundComponent.hpp" 251cdf0e10cSrcweir #include "com/sun/star/form/XBoundControl.hpp" 252cdf0e10cSrcweir #include "com/sun/star/form/XConfirmDeleteBroadcaster.hpp" 253cdf0e10cSrcweir #include "com/sun/star/form/XConfirmDeleteListener.hpp" 254cdf0e10cSrcweir #include "com/sun/star/form/XDatabaseParameterBroadcaster2.hpp" 255cdf0e10cSrcweir #include "com/sun/star/form/XDatabaseParameterListener.hpp" 256cdf0e10cSrcweir #include "com/sun/star/form/XForm.hpp" 257cdf0e10cSrcweir #include "com/sun/star/form/XFormComponent.hpp" 258cdf0e10cSrcweir #include "com/sun/star/form/runtime/XFormController.hpp" 259cdf0e10cSrcweir #include "com/sun/star/form/XFormControllerListener.hpp" 260cdf0e10cSrcweir #include "com/sun/star/form/XFormsSupplier.hpp" 261cdf0e10cSrcweir #include "com/sun/star/form/XFormsSupplier2.hpp" 262cdf0e10cSrcweir #include "com/sun/star/form/XGrid.hpp" 263cdf0e10cSrcweir #include "com/sun/star/form/XGridColumnFactory.hpp" 264cdf0e10cSrcweir #include "com/sun/star/form/XGridFieldDataSupplier.hpp" 265cdf0e10cSrcweir #include "com/sun/star/form/XGridPeer.hpp" 266cdf0e10cSrcweir #include "com/sun/star/form/XImageProducerSupplier.hpp" 267cdf0e10cSrcweir #include "com/sun/star/form/XLoadListener.hpp" 268cdf0e10cSrcweir #include "com/sun/star/form/XLoadable.hpp" 269cdf0e10cSrcweir #include "com/sun/star/form/XReset.hpp" 270cdf0e10cSrcweir #include "com/sun/star/form/XResetListener.hpp" 271cdf0e10cSrcweir #include "com/sun/star/form/binding/XBindableValue.hpp" 272cdf0e10cSrcweir #include "com/sun/star/form/binding/XListEntrySink.hpp" 273cdf0e10cSrcweir #include "com/sun/star/form/binding/XValueBinding.hpp" 274cdf0e10cSrcweir #include "com/sun/star/form/submission/XSubmissionSupplier.hpp" 275cdf0e10cSrcweir #include "com/sun/star/form/validation/XFormComponentValidityListener.hpp" 276cdf0e10cSrcweir #include "com/sun/star/form/validation/XValidatableFormComponent.hpp" 277cdf0e10cSrcweir #include "com/sun/star/frame/DispatchDescriptor.hpp" 278cdf0e10cSrcweir #include "com/sun/star/frame/DispatchInformation.hpp" 279cdf0e10cSrcweir #include "com/sun/star/frame/FeatureStateEvent.hpp" 280cdf0e10cSrcweir #include "com/sun/star/frame/FrameSearchFlag.hpp" 281cdf0e10cSrcweir #include "com/sun/star/frame/XComponentLoader.hpp" 282cdf0e10cSrcweir #include "com/sun/star/frame/XController.hpp" 283cdf0e10cSrcweir #include "com/sun/star/frame/XDesktop.hpp" 284cdf0e10cSrcweir #include "com/sun/star/frame/XDispatch.hpp" 285cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchInformationProvider.hpp" 286cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProvider.hpp" 287cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProviderInterception.hpp" 288cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp" 289cdf0e10cSrcweir #include "com/sun/star/frame/XFrame.hpp" 290cdf0e10cSrcweir #include "com/sun/star/frame/XFrameActionListener.hpp" 291cdf0e10cSrcweir #include "com/sun/star/frame/XFrames.hpp" 292cdf0e10cSrcweir #include "com/sun/star/frame/XFramesSupplier.hpp" 293cdf0e10cSrcweir #include "com/sun/star/frame/XInterceptorInfo.hpp" 294cdf0e10cSrcweir #include "com/sun/star/frame/XModel.hpp" 295cdf0e10cSrcweir #include "com/sun/star/frame/XModuleManager.hpp" 296cdf0e10cSrcweir #include "com/sun/star/frame/XStatusListener.hpp" 297cdf0e10cSrcweir #include "com/sun/star/frame/XStorable.hpp" 298cdf0e10cSrcweir #include "com/sun/star/frame/XSynchronousDispatch.hpp" 299cdf0e10cSrcweir #include "com/sun/star/frame/status/ClipboardFormats.hpp" 300cdf0e10cSrcweir #include "com/sun/star/frame/status/FontHeight.hpp" 301cdf0e10cSrcweir #include "com/sun/star/frame/status/ItemStatus.hpp" 302cdf0e10cSrcweir #include "com/sun/star/frame/status/LeftRightMargin.hpp" 303cdf0e10cSrcweir #include "com/sun/star/frame/status/UpperLowerMargin.hpp" 304cdf0e10cSrcweir #include "com/sun/star/frame/status/UpperLowerMarginScale.hpp" 305cdf0e10cSrcweir #include "com/sun/star/gallery/GalleryItemType.hpp" 306cdf0e10cSrcweir #include "com/sun/star/gallery/XGalleryItem.hpp" 307cdf0e10cSrcweir #include "com/sun/star/gallery/XGalleryTheme.hpp" 308cdf0e10cSrcweir #include "com/sun/star/gallery/XGalleryThemeProvider.hpp" 309cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphic.hpp" 310cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphicProvider.hpp" 311cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphicRenderer.hpp" 312cdf0e10cSrcweir #include "com/sun/star/i18n/CharacterIteratorMode.hdl" 313cdf0e10cSrcweir #include "com/sun/star/i18n/CharacterIteratorMode.hpp" 314cdf0e10cSrcweir #include "com/sun/star/i18n/CollatorOptions.hpp" 315cdf0e10cSrcweir #include "com/sun/star/i18n/ForbiddenCharacters.hpp" 316cdf0e10cSrcweir #include "com/sun/star/i18n/InputSequenceCheckMode.hpp" 317cdf0e10cSrcweir #include "com/sun/star/i18n/KCharacterType.hpp" 318cdf0e10cSrcweir #include "com/sun/star/i18n/ScriptType.hdl" 319cdf0e10cSrcweir #include "com/sun/star/i18n/ScriptType.hpp" 320cdf0e10cSrcweir #include "com/sun/star/i18n/TextConversionOption.hdl" 321cdf0e10cSrcweir #include "com/sun/star/i18n/TextConversionOption.hpp" 322cdf0e10cSrcweir #include "com/sun/star/i18n/TextConversionType.hpp" 323cdf0e10cSrcweir #include "com/sun/star/i18n/TransliterationModules.hpp" 324cdf0e10cSrcweir #include "com/sun/star/i18n/UnicodeScript.hpp" 325cdf0e10cSrcweir #include "com/sun/star/i18n/UnicodeType.hdl" 326cdf0e10cSrcweir #include "com/sun/star/i18n/WordType.hpp" 327cdf0e10cSrcweir #include "com/sun/star/i18n/XBreakIterator.hpp" 328cdf0e10cSrcweir #include "com/sun/star/i18n/XExtendedInputSequenceChecker.hpp" 329cdf0e10cSrcweir #include "com/sun/star/i18n/XExtendedTextConversion.hpp" 330cdf0e10cSrcweir #include "com/sun/star/i18n/XForbiddenCharacters.hpp" 331cdf0e10cSrcweir #include "com/sun/star/i18n/XTextConversion.hpp" 332cdf0e10cSrcweir #include "com/sun/star/inspection/XObjectInspector.hpp" 333cdf0e10cSrcweir #include "com/sun/star/inspection/XObjectInspectorModel.hpp" 334cdf0e10cSrcweir #include "com/sun/star/io/IOException.hpp" 335cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataControl.hpp" 336cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSink.hpp" 337cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSource.hpp" 338cdf0e10cSrcweir #include "com/sun/star/io/XInputStream.hpp" 339cdf0e10cSrcweir #include "com/sun/star/io/XInputStreamProvider.hpp" 340cdf0e10cSrcweir #include "com/sun/star/io/XMarkableStream.hpp" 341cdf0e10cSrcweir #include "com/sun/star/io/XObjectInputStream.hpp" 342cdf0e10cSrcweir #include "com/sun/star/io/XObjectOutputStream.hpp" 343cdf0e10cSrcweir #include "com/sun/star/io/XOutputStream.hpp" 344cdf0e10cSrcweir #include "com/sun/star/io/XPersistObject.hpp" 345cdf0e10cSrcweir #include "com/sun/star/io/XSeekable.hdl" 346cdf0e10cSrcweir #include "com/sun/star/io/XStream.hpp" 347cdf0e10cSrcweir #include "com/sun/star/lang/DisposedException.hpp" 348cdf0e10cSrcweir #include "com/sun/star/lang/EventObject.hpp" 349cdf0e10cSrcweir #include "com/sun/star/lang/IllegalArgumentException.hpp" 350cdf0e10cSrcweir #include "com/sun/star/lang/IndexOutOfBoundsException.hpp" 351cdf0e10cSrcweir #include "com/sun/star/lang/Locale.hpp" 352cdf0e10cSrcweir #include "com/sun/star/lang/NoSupportException.hpp" 353cdf0e10cSrcweir #include "com/sun/star/lang/ServiceNotRegisteredException.hpp" 354cdf0e10cSrcweir #include "com/sun/star/lang/XComponent.hpp" 355cdf0e10cSrcweir #include "com/sun/star/lang/XEventListener.hpp" 356cdf0e10cSrcweir #include "com/sun/star/lang/XInitialization.hpp" 357cdf0e10cSrcweir #include "com/sun/star/lang/XMultiComponentFactory.hpp" 358cdf0e10cSrcweir #include "com/sun/star/lang/XMultiServiceFactory.hpp" 359cdf0e10cSrcweir #include "com/sun/star/lang/XServiceDisplayName.hpp" 360cdf0e10cSrcweir #include "com/sun/star/lang/XServiceInfo.hpp" 361cdf0e10cSrcweir #include "com/sun/star/lang/XServiceName.hpp" 362cdf0e10cSrcweir #include "com/sun/star/lang/XSingleComponentFactory.hpp" 363cdf0e10cSrcweir #include "com/sun/star/lang/XTypeProvider.hpp" 364cdf0e10cSrcweir #include "com/sun/star/lang/XUnoTunnel.hpp" 365cdf0e10cSrcweir #include "com/sun/star/linguistic2/ConversionDictionaryType.hpp" 366cdf0e10cSrcweir #include "com/sun/star/linguistic2/ConversionDirection.hdl" 367cdf0e10cSrcweir #include "com/sun/star/linguistic2/ConversionPropertyType.hpp" 368cdf0e10cSrcweir #include "com/sun/star/linguistic2/DictionaryEvent.hpp" 369cdf0e10cSrcweir #include "com/sun/star/linguistic2/DictionaryEventFlags.hpp" 370cdf0e10cSrcweir #include "com/sun/star/linguistic2/DictionaryListEvent.hpp" 371cdf0e10cSrcweir #include "com/sun/star/linguistic2/DictionaryListEventFlags.hpp" 372cdf0e10cSrcweir #include "com/sun/star/linguistic2/DictionaryType.hpp" 373cdf0e10cSrcweir #include "com/sun/star/linguistic2/SpellFailure.hpp" 374cdf0e10cSrcweir #include "com/sun/star/linguistic2/XAvailableLocales.hpp" 375cdf0e10cSrcweir #include "com/sun/star/linguistic2/XConversionDictionary.hpp" 376cdf0e10cSrcweir #include "com/sun/star/linguistic2/XConversionDictionaryList.hpp" 377cdf0e10cSrcweir #include "com/sun/star/linguistic2/XConversionPropertyType.hpp" 378cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionary.hpp" 379cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionary1.hpp" 380cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionaryEntry.hpp" 381cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionaryEventListener.hpp" 382cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionaryList.hpp" 383cdf0e10cSrcweir #include "com/sun/star/linguistic2/XDictionaryListEventListener.hpp" 384cdf0e10cSrcweir #include "com/sun/star/linguistic2/XHyphenatedWord.hpp" 385cdf0e10cSrcweir #include "com/sun/star/linguistic2/XHyphenator.hpp" 386cdf0e10cSrcweir #include "com/sun/star/linguistic2/XLinguServiceManager.hdl" 387cdf0e10cSrcweir #include "com/sun/star/linguistic2/XLinguServiceManager.hpp" 388cdf0e10cSrcweir #include "com/sun/star/linguistic2/XMeaning.hpp" 389cdf0e10cSrcweir #include "com/sun/star/linguistic2/XPossibleHyphens.hpp" 390cdf0e10cSrcweir #include "com/sun/star/linguistic2/XSpellAlternatives.hpp" 391cdf0e10cSrcweir #include "com/sun/star/linguistic2/XSpellChecker.hpp" 392cdf0e10cSrcweir #include "com/sun/star/linguistic2/XSpellChecker1.hpp" 393cdf0e10cSrcweir #include "com/sun/star/linguistic2/XSupportedLocales.hpp" 394cdf0e10cSrcweir #include "com/sun/star/linguistic2/XThesaurus.hpp" 395cdf0e10cSrcweir #include "com/sun/star/media/XPlayer.hpp" 396cdf0e10cSrcweir #include "com/sun/star/media/ZoomLevel.hpp" 397cdf0e10cSrcweir #include "com/sun/star/plugin/PluginDescription.hpp" 398cdf0e10cSrcweir #include "com/sun/star/plugin/XPluginManager.hpp" 399cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlClass.hpp" 400cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlMethod.hpp" 401cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceMethodTypeDescription.hpp" 402cdf0e10cSrcweir #include "com/sun/star/reflection/XProxyFactory.hpp" 403cdf0e10cSrcweir #include "com/sun/star/registry/XRegistryKey.hpp" 404cdf0e10cSrcweir #include "com/sun/star/registry/XSimpleRegistry.hpp" 405cdf0e10cSrcweir #include "com/sun/star/script/ScriptEvent.hpp" 406cdf0e10cSrcweir #include "com/sun/star/script/ScriptEventDescriptor.hpp" 407cdf0e10cSrcweir #include "com/sun/star/script/XEventAttacherManager.hpp" 408cdf0e10cSrcweir #include "com/sun/star/script/XInvocation.hpp" 409cdf0e10cSrcweir #include "com/sun/star/script/XLibraryContainer.hpp" 410cdf0e10cSrcweir #include "com/sun/star/script/XScriptListener.hpp" 411cdf0e10cSrcweir #include "com/sun/star/script/XTypeConverter.hpp" 412cdf0e10cSrcweir #include "com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp" 413cdf0e10cSrcweir #include "com/sun/star/script/browse/BrowseNodeTypes.hpp" 414cdf0e10cSrcweir #include "com/sun/star/script/browse/XBrowseNode.hpp" 415cdf0e10cSrcweir #include "com/sun/star/script/browse/XBrowseNodeFactory.hpp" 416cdf0e10cSrcweir #include "com/sun/star/script/provider/ScriptErrorRaisedException.hpp" 417cdf0e10cSrcweir #include "com/sun/star/script/provider/ScriptExceptionRaisedException.hpp" 418cdf0e10cSrcweir #include "com/sun/star/script/provider/ScriptFrameworkErrorType.hpp" 419cdf0e10cSrcweir #include "com/sun/star/script/provider/XScriptProvider.hpp" 420cdf0e10cSrcweir #include "com/sun/star/script/provider/XScriptProviderSupplier.hpp" 421cdf0e10cSrcweir #include "com/sun/star/sdb/CommandType.hpp" 422cdf0e10cSrcweir #include "com/sun/star/sdb/ParametersRequest.hpp" 423cdf0e10cSrcweir #include "com/sun/star/sdb/RowChangeAction.hpp" 424cdf0e10cSrcweir #include "com/sun/star/sdb/RowChangeEvent.hpp" 425cdf0e10cSrcweir #include "com/sun/star/sdb/SQLContext.hpp" 426cdf0e10cSrcweir #include "com/sun/star/sdb/SQLErrorEvent.hpp" 427cdf0e10cSrcweir #include "com/sun/star/sdb/XColumn.hpp" 428cdf0e10cSrcweir #include "com/sun/star/sdb/XColumnUpdate.hpp" 429cdf0e10cSrcweir #include "com/sun/star/sdb/XCompletedConnection.hpp" 430cdf0e10cSrcweir #include "com/sun/star/sdb/XInteractionSupplyParameters.hpp" 431cdf0e10cSrcweir #include "com/sun/star/sdb/XQueriesSupplier.hpp" 432cdf0e10cSrcweir #include "com/sun/star/sdb/XResultSetAccess.hpp" 433cdf0e10cSrcweir #include "com/sun/star/sdb/XRowSetApproveBroadcaster.hpp" 434cdf0e10cSrcweir #include "com/sun/star/sdb/XRowSetApproveListener.hpp" 435cdf0e10cSrcweir #include "com/sun/star/sdb/XRowSetSupplier.hpp" 436cdf0e10cSrcweir #include "com/sun/star/sdb/XSQLErrorBroadcaster.hpp" 437cdf0e10cSrcweir #include "com/sun/star/sdb/XSQLErrorListener.hpp" 438cdf0e10cSrcweir #include "com/sun/star/sdb/XSQLQueryComposer.hpp" 439cdf0e10cSrcweir #include "com/sun/star/sdb/XSQLQueryComposerFactory.hpp" 440cdf0e10cSrcweir #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp" 441cdf0e10cSrcweir #include "com/sun/star/sdbc/ColumnValue.hpp" 442cdf0e10cSrcweir #include "com/sun/star/sdbc/DataType.hpp" 443cdf0e10cSrcweir #include "com/sun/star/sdbc/ResultSetConcurrency.hpp" 444cdf0e10cSrcweir #include "com/sun/star/sdbc/ResultSetType.hpp" 445cdf0e10cSrcweir #include "com/sun/star/sdbc/XConnection.hpp" 446cdf0e10cSrcweir #include "com/sun/star/sdbc/XDataSource.hpp" 447cdf0e10cSrcweir #include "com/sun/star/sdbc/XDatabaseMetaData.hpp" 448cdf0e10cSrcweir #include "com/sun/star/sdbc/XPreparedStatement.hpp" 449cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSet.hpp" 450cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSetUpdate.hpp" 451cdf0e10cSrcweir #include "com/sun/star/sdbc/XRow.hpp" 452cdf0e10cSrcweir #include "com/sun/star/sdbc/XRowSet.hpp" 453cdf0e10cSrcweir #include "com/sun/star/sdbc/XRowSetListener.hpp" 454cdf0e10cSrcweir #include "com/sun/star/sdbc/XStatement.hpp" 455cdf0e10cSrcweir #include "com/sun/star/sdbcx/Privilege.hpp" 456cdf0e10cSrcweir #include "com/sun/star/sdbcx/XColumnsSupplier.hpp" 457cdf0e10cSrcweir #include "com/sun/star/sdbcx/XDataDescriptorFactory.hpp" 458cdf0e10cSrcweir #include "com/sun/star/sdbcx/XDeleteRows.hpp" 459cdf0e10cSrcweir #include "com/sun/star/sdbcx/XRowLocate.hpp" 460cdf0e10cSrcweir #include "com/sun/star/sdbcx/XTablesSupplier.hpp" 461cdf0e10cSrcweir #include "com/sun/star/security/XDocumentDigitalSignatures.hpp" 462cdf0e10cSrcweir #include "com/sun/star/style/BreakType.hpp" 463cdf0e10cSrcweir #include "com/sun/star/style/CaseMap.hpp" 464cdf0e10cSrcweir #include "com/sun/star/style/GraphicLocation.hpp" 465cdf0e10cSrcweir #include "com/sun/star/style/LineSpacing.hpp" 466cdf0e10cSrcweir #include "com/sun/star/style/LineSpacingMode.hpp" 467cdf0e10cSrcweir #include "com/sun/star/style/NumberingType.hpp" 468cdf0e10cSrcweir #include "com/sun/star/style/PageStyleLayout.hpp" 469cdf0e10cSrcweir #include "com/sun/star/style/ParagraphAdjust.hpp" 470cdf0e10cSrcweir #include "com/sun/star/style/TabStop.hpp" 471cdf0e10cSrcweir #include "com/sun/star/style/VerticalAlignment.hpp" 472cdf0e10cSrcweir #include "com/sun/star/style/XStyle.hpp" 473cdf0e10cSrcweir #include "com/sun/star/style/XStyleFamiliesSupplier.hpp" 474cdf0e10cSrcweir #include "com/sun/star/table/BorderLine.hpp" 475cdf0e10cSrcweir #include "com/sun/star/table/CellAddress.hpp" 476cdf0e10cSrcweir #include "com/sun/star/table/CellContentType.hpp" 477cdf0e10cSrcweir #include "com/sun/star/table/CellHoriJustify.hpp" 478cdf0e10cSrcweir #include "com/sun/star/table/CellOrientation.hpp" 479cdf0e10cSrcweir #include "com/sun/star/table/CellRangeAddress.hpp" 480cdf0e10cSrcweir #include "com/sun/star/table/CellVertJustify.hpp" 481cdf0e10cSrcweir #include "com/sun/star/table/ShadowFormat.hpp" 482cdf0e10cSrcweir #include "com/sun/star/table/ShadowLocation.hpp" 483cdf0e10cSrcweir #include "com/sun/star/table/TableBorder.hpp" 484cdf0e10cSrcweir #include "com/sun/star/table/TableOrientation.hpp" 485cdf0e10cSrcweir #include "com/sun/star/task/XInteractionHandler.hpp" 486cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicator.hpp" 487cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorFactory.hpp" 488cdf0e10cSrcweir #include "com/sun/star/text/CharacterCompressionType.hpp" 489cdf0e10cSrcweir #include "com/sun/star/text/ControlCharacter.hpp" 490cdf0e10cSrcweir #include "com/sun/star/text/FilenameDisplayFormat.hpp" 491cdf0e10cSrcweir #include "com/sun/star/text/FontEmphasis.hpp" 492cdf0e10cSrcweir #include "com/sun/star/text/GraphicCrop.hpp" 493cdf0e10cSrcweir #include "com/sun/star/text/HoriOrientation.hpp" 494cdf0e10cSrcweir #include "com/sun/star/text/RelOrientation.hpp" 495cdf0e10cSrcweir #include "com/sun/star/text/RubyAdjust.hpp" 496cdf0e10cSrcweir #include "com/sun/star/text/TextContentAnchorType.hpp" 497cdf0e10cSrcweir #include "com/sun/star/text/VertOrientation.hpp" 498cdf0e10cSrcweir #include "com/sun/star/text/WrapTextMode.hpp" 499cdf0e10cSrcweir #include "com/sun/star/text/WritingMode.hpp" 500cdf0e10cSrcweir #include "com/sun/star/text/WritingMode2.hpp" 501cdf0e10cSrcweir #include "com/sun/star/text/XDefaultNumberingProvider.hpp" 502cdf0e10cSrcweir #include "com/sun/star/text/XNumberingFormatter.hpp" 503cdf0e10cSrcweir #include "com/sun/star/text/XNumberingTypeInfo.hpp" 504cdf0e10cSrcweir #include "com/sun/star/text/XRubySelection.hpp" 505cdf0e10cSrcweir #include "com/sun/star/text/XSimpleText.hpp" 506cdf0e10cSrcweir #include "com/sun/star/text/XText.hpp" 507cdf0e10cSrcweir #include "com/sun/star/text/XTextContent.hpp" 508cdf0e10cSrcweir #include "com/sun/star/text/XTextCursor.hpp" 509cdf0e10cSrcweir #include "com/sun/star/text/XTextField.hdl" 510cdf0e10cSrcweir #include "com/sun/star/text/XTextField.hpp" 511cdf0e10cSrcweir #include "com/sun/star/text/XTextRange.hpp" 512cdf0e10cSrcweir #include "com/sun/star/text/XTextRangeCompare.hpp" 513cdf0e10cSrcweir #include "com/sun/star/text/XTextRangeMover.hpp" 514cdf0e10cSrcweir #include "com/sun/star/ucb/CommandAbortedException.hpp" 515cdf0e10cSrcweir #include "com/sun/star/ucb/NameClash.hpp" 516cdf0e10cSrcweir #include "com/sun/star/ucb/NumberedSortingInfo.hpp" 517cdf0e10cSrcweir #include "com/sun/star/ucb/TransferInfo.hpp" 518cdf0e10cSrcweir #include "com/sun/star/ucb/XAnyCompare.hpp" 519cdf0e10cSrcweir #include "com/sun/star/ucb/XAnyCompareFactory.hpp" 520cdf0e10cSrcweir #include "com/sun/star/ucb/XCommandEnvironment.hpp" 521cdf0e10cSrcweir #include "com/sun/star/ucb/XContent.hpp" 522cdf0e10cSrcweir #include "com/sun/star/ucb/XContentAccess.hpp" 523cdf0e10cSrcweir #include "com/sun/star/ucb/XContentProvider.hpp" 524cdf0e10cSrcweir #include "com/sun/star/ucb/XSimpleFileAccess.hpp" 525cdf0e10cSrcweir #include "com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp" 526cdf0e10cSrcweir #include "com/sun/star/ui/ImageType.hpp" 527cdf0e10cSrcweir #include "com/sun/star/ui/ItemStyle.hpp" 528cdf0e10cSrcweir #include "com/sun/star/ui/ItemType.hpp" 529cdf0e10cSrcweir #include "com/sun/star/ui/UIElementType.hpp" 530cdf0e10cSrcweir #include "com/sun/star/ui/XImageManager.hpp" 531cdf0e10cSrcweir #include "com/sun/star/ui/XModuleUIConfigurationManager.hpp" 532cdf0e10cSrcweir #include "com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp" 533cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfiguration.hpp" 534cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationListener.hpp" 535cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationManager.hpp" 536cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationManagerSupplier.hpp" 537cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationPersistence.hpp" 538cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationStorage.hpp" 539cdf0e10cSrcweir #include "com/sun/star/ui/XUIElement.hpp" 540cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp" 541cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" 542cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp" 543cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/FilePreviewImageFormats.hpp" 544cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ListboxControlActions.hpp" 545cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" 546cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" 547cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePicker.hpp" 548cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp" 549cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerListener.hpp" 550cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerNotifier.hpp" 551cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePreview.hpp" 552cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilterManager.hpp" 553cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFolderPicker.hpp" 554cdf0e10cSrcweir #include "com/sun/star/uno/Any.h" 555cdf0e10cSrcweir #include "com/sun/star/uno/Any.hxx" 556cdf0e10cSrcweir #include "com/sun/star/uno/Exception.hpp" 557cdf0e10cSrcweir #include "com/sun/star/uno/Reference.h" 558cdf0e10cSrcweir #include "com/sun/star/uno/Reference.hxx" 559cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hpp" 560cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.h" 561cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.hxx" 562cdf0e10cSrcweir #include "com/sun/star/uno/Type.h" 563cdf0e10cSrcweir #include "com/sun/star/uno/XAggregation.hpp" 564cdf0e10cSrcweir #include "com/sun/star/uno/XComponentContext.hpp" 565cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hpp" 566cdf0e10cSrcweir #include "com/sun/star/uno/XNamingService.hpp" 567cdf0e10cSrcweir #include "com/sun/star/util/Date.hpp" 568cdf0e10cSrcweir #include "com/sun/star/util/DateTime.hpp" 569cdf0e10cSrcweir #include "com/sun/star/util/Language.hpp" 570cdf0e10cSrcweir #include "com/sun/star/util/MeasureUnit.hpp" 571cdf0e10cSrcweir #include "com/sun/star/util/NumberFormat.hpp" 572cdf0e10cSrcweir #include "com/sun/star/util/SearchAlgorithms.hpp" 573cdf0e10cSrcweir #include "com/sun/star/util/SearchFlags.hpp" 574cdf0e10cSrcweir #include "com/sun/star/util/SearchOptions.hpp" 575cdf0e10cSrcweir #include "com/sun/star/util/SearchResult.hpp" 576cdf0e10cSrcweir #include "com/sun/star/util/SortField.hpp" 577cdf0e10cSrcweir #include "com/sun/star/util/SortFieldType.hpp" 578cdf0e10cSrcweir #include "com/sun/star/util/URL.hpp" 579cdf0e10cSrcweir #include "com/sun/star/util/XCancellable.hpp" 580cdf0e10cSrcweir #include "com/sun/star/util/XChangesBatch.hpp" 581cdf0e10cSrcweir #include "com/sun/star/util/XCloneable.hpp" 582cdf0e10cSrcweir #include "com/sun/star/util/XCloseable.hpp" 583cdf0e10cSrcweir #include "com/sun/star/util/XFlushable.hpp" 584cdf0e10cSrcweir #include "com/sun/star/util/XLocalizedAliases.hpp" 585cdf0e10cSrcweir #include "com/sun/star/util/XModeChangeBroadcaster.hpp" 586cdf0e10cSrcweir #include "com/sun/star/util/XModeChangeListener.hpp" 587cdf0e10cSrcweir #include "com/sun/star/util/XModeSelector.hpp" 588cdf0e10cSrcweir #include "com/sun/star/util/XModifiable.hpp" 589cdf0e10cSrcweir #include "com/sun/star/util/XModifyBroadcaster.hpp" 590cdf0e10cSrcweir #include "com/sun/star/util/XModifyListener.hpp" 591cdf0e10cSrcweir #include "com/sun/star/util/XNumberFormatTypes.hpp" 592cdf0e10cSrcweir #include "com/sun/star/util/XNumberFormats.hpp" 593cdf0e10cSrcweir #include "com/sun/star/util/XNumberFormatsSupplier.hpp" 594cdf0e10cSrcweir #include "com/sun/star/util/XNumberFormatter.hpp" 595cdf0e10cSrcweir #include "com/sun/star/util/XTextSearch.hpp" 596cdf0e10cSrcweir #include "com/sun/star/util/XURLTransformer.hpp" 597cdf0e10cSrcweir #include "com/sun/star/util/logging/LogLevel.hpp" 598cdf0e10cSrcweir #include "com/sun/star/util/logging/XLogger.hpp" 599cdf0e10cSrcweir #include "com/sun/star/view/XSelectionChangeListener.hpp" 600cdf0e10cSrcweir #include "com/sun/star/view/XSelectionSupplier.hpp" 601cdf0e10cSrcweir #include "com/sun/star/xforms/XFormsSupplier.hpp" 602cdf0e10cSrcweir #include "com/sun/star/xforms/XFormsUIHelper1.hpp" 603cdf0e10cSrcweir #include "com/sun/star/xforms/XModel.hpp" 604cdf0e10cSrcweir #include "com/sun/star/xforms/XSubmission.hpp" 605cdf0e10cSrcweir #include "com/sun/star/xml/AttributeData.hpp" 606cdf0e10cSrcweir #include "com/sun/star/xml/dom/DOMException.hpp" 607cdf0e10cSrcweir #include "com/sun/star/xml/dom/XDocument.hpp" 608cdf0e10cSrcweir #include "com/sun/star/xml/dom/XNode.hpp" 609cdf0e10cSrcweir #include "com/sun/star/xml/dom/events/XEventListener.hpp" 610cdf0e10cSrcweir #include "com/sun/star/xml/dom/events/XEventTarget.hpp" 611cdf0e10cSrcweir #include "com/sun/star/xml/sax/InputSource.hpp" 612cdf0e10cSrcweir #include "com/sun/star/xml/sax/SAXParseException.hpp" 613cdf0e10cSrcweir #include "com/sun/star/xml/sax/XAttributeList.hpp" 614cdf0e10cSrcweir #include "com/sun/star/xml/sax/XDocumentHandler.hpp" 615cdf0e10cSrcweir #include "com/sun/star/xml/sax/XParser.hpp" 616cdf0e10cSrcweir #include "comphelper/accessibleeventnotifier.hxx" 617cdf0e10cSrcweir #include "comphelper/anytostring.hxx" 618cdf0e10cSrcweir #include "comphelper/broadcasthelper.hxx" 619cdf0e10cSrcweir #include "comphelper/componentcontext.hxx" 620cdf0e10cSrcweir #include "comphelper/configurationhelper.hxx" 621cdf0e10cSrcweir #include "comphelper/container.hxx" 622cdf0e10cSrcweir #include "comphelper/embeddedobjectcontainer.hxx" 623cdf0e10cSrcweir #include "comphelper/enumhelper.hxx" 624cdf0e10cSrcweir #include "comphelper/implementationreference.hxx" 625cdf0e10cSrcweir #include "comphelper/interaction.hxx" 626cdf0e10cSrcweir #include "comphelper/numbers.hxx" 627cdf0e10cSrcweir #include "comphelper/processfactory.hxx" 628cdf0e10cSrcweir #include "comphelper/propertycontainer.hxx" 629cdf0e10cSrcweir #include "comphelper/propertysethelper.hxx" 630cdf0e10cSrcweir #include "comphelper/regpathhelper.hxx" 631cdf0e10cSrcweir #include "comphelper/scopeguard.hxx" 632cdf0e10cSrcweir #include "comphelper/seqstream.hxx" 633cdf0e10cSrcweir #include "comphelper/sequence.hxx" 634cdf0e10cSrcweir #include "comphelper/sequenceashashmap.hxx" 635cdf0e10cSrcweir #include "comphelper/sequenceasvector.hxx" 636cdf0e10cSrcweir #include "comphelper/servicehelper.hxx" 637cdf0e10cSrcweir #include "comphelper/storagehelper.hxx" 638cdf0e10cSrcweir #include "comphelper/types.hxx" 639cdf0e10cSrcweir #include "comphelper/uno3.hxx" 640cdf0e10cSrcweir #include "connectivity/IParseContext.hxx" 641cdf0e10cSrcweir #include "connectivity/dbexception.hxx" 642cdf0e10cSrcweir #include "connectivity/sqlnode.hxx" 643cdf0e10cSrcweir #include "connectivity/sqlparse.hxx" 644cdf0e10cSrcweir #include "cppuhelper/bootstrap.hxx" 645cdf0e10cSrcweir #include "cppuhelper/compbase12.hxx" 646cdf0e10cSrcweir #include "cppuhelper/compbase2.hxx" 647cdf0e10cSrcweir #include "cppuhelper/compbase3.hxx" 648cdf0e10cSrcweir #include "cppuhelper/compbase4.hxx" 649cdf0e10cSrcweir #include "cppuhelper/compbase6.hxx" 650cdf0e10cSrcweir #include "cppuhelper/compbase7.hxx" 651cdf0e10cSrcweir #include "cppuhelper/component.hxx" 652cdf0e10cSrcweir #include "cppuhelper/component_context.hxx" 653cdf0e10cSrcweir #include "cppuhelper/exc_hlp.hxx" 654cdf0e10cSrcweir #include "cppuhelper/factory.hxx" 655cdf0e10cSrcweir #include "cppuhelper/implbase1.hxx" 656cdf0e10cSrcweir #include "cppuhelper/implbase11.hxx" 657cdf0e10cSrcweir #include "cppuhelper/implbase12.hxx" 658cdf0e10cSrcweir #include "cppuhelper/implbase2.hxx" 659cdf0e10cSrcweir #include "cppuhelper/implbase3.hxx" 660cdf0e10cSrcweir #include "cppuhelper/implbase4.hxx" 661cdf0e10cSrcweir #include "cppuhelper/implbase5.hxx" 662cdf0e10cSrcweir #include "cppuhelper/implbase6.hxx" 663cdf0e10cSrcweir #include "cppuhelper/implbase8.hxx" 664cdf0e10cSrcweir #include "cppuhelper/implementationentry.hxx" 665cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.h" 666cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.hxx" 667cdf0e10cSrcweir #include "cppuhelper/propshlp.hxx" 668cdf0e10cSrcweir #include "cppuhelper/queryinterface.hxx" 669cdf0e10cSrcweir #include "cppuhelper/servicefactory.hxx" 670cdf0e10cSrcweir #include "cppuhelper/typeprovider.hxx" 671cdf0e10cSrcweir #include "cppuhelper/weak.hxx" 672cdf0e10cSrcweir #include "cppuhelper/weakagg.hxx" 673cdf0e10cSrcweir #include "cppuhelper/weakref.hxx" 674cdf0e10cSrcweir #include "i18npool/lang.h" 675cdf0e10cSrcweir #include "i18npool/mslangid.hxx" 676cdf0e10cSrcweir #include "jvmfwk/framework.h" 677cdf0e10cSrcweir #include "linguistic/lngprops.hxx" 678cdf0e10cSrcweir #include "osl/diagnose.h" 679cdf0e10cSrcweir #include "osl/endian.h" 680cdf0e10cSrcweir #include "osl/file.hxx" 681cdf0e10cSrcweir #include "osl/interlck.h" 682cdf0e10cSrcweir #include "osl/module.h" 683cdf0e10cSrcweir #include "osl/module.hxx" 684cdf0e10cSrcweir #include "osl/mutex.hxx" 685cdf0e10cSrcweir #include "osl/nlsupport.h" 686cdf0e10cSrcweir #include "osl/process.h" 687cdf0e10cSrcweir #include "osl/security.hxx" 688cdf0e10cSrcweir #include "rsc/rscsfx.hxx" 689cdf0e10cSrcweir #include "rtl/bootstrap.hxx" 690cdf0e10cSrcweir #include "rtl/cipher.h" 691cdf0e10cSrcweir #include "rtl/crc.h" 692cdf0e10cSrcweir #include "rtl/digest.h" 693cdf0e10cSrcweir #include "rtl/locale.h" 694cdf0e10cSrcweir #include "rtl/logfile.hxx" 695cdf0e10cSrcweir #include "rtl/math.hxx" 696cdf0e10cSrcweir #include "rtl/memory.h" 697cdf0e10cSrcweir #include "rtl/tencinfo.h" 698cdf0e10cSrcweir #include "rtl/textenc.h" 699cdf0e10cSrcweir #include "rtl/ustrbuf.hxx" 700cdf0e10cSrcweir #include "rtl/ustring.hxx" 701cdf0e10cSrcweir #include "rtl/uuid.h" 702cdf0e10cSrcweir #include "sal/config.h" 703cdf0e10cSrcweir #include "sal/main.h" 704cdf0e10cSrcweir #include "sal/types.h" 705cdf0e10cSrcweir #include "sfx2/bindings.hxx" 706cdf0e10cSrcweir #include "sfx2/ctrlitem.hxx" 707cdf0e10cSrcweir #include "sfx2/dispatch.hxx" 708cdf0e10cSrcweir #include "sfx2/docfilt.hxx" 709cdf0e10cSrcweir #include "sfx2/event.hxx" 710cdf0e10cSrcweir #include "sfx2/frame.hxx" 711cdf0e10cSrcweir #include "sfx2/frmdescr.hxx" 712cdf0e10cSrcweir #include "sfx2/imagemgr.hxx" 713cdf0e10cSrcweir #include "sfx2/imgmgr.hxx" 714cdf0e10cSrcweir #include "sfx2/linkmgr.hxx" 715cdf0e10cSrcweir #include "sfx2/linksrc.hxx" 716cdf0e10cSrcweir #include "sfx2/lnkbase.hxx" 717cdf0e10cSrcweir #include "sfx2/minarray.hxx" 718cdf0e10cSrcweir #include "sfx2/minfitem.hxx" 719cdf0e10cSrcweir #include "sfx2/mnuitem.hxx" 720cdf0e10cSrcweir #include "sfx2/module.hxx" 721cdf0e10cSrcweir #include "sfx2/msg.hxx" 722cdf0e10cSrcweir #include "sfx2/msgpool.hxx" 723cdf0e10cSrcweir #include "sfx2/objface.hxx" 724cdf0e10cSrcweir #include "sfx2/objitem.hxx" 725cdf0e10cSrcweir #include "sfx2/progress.hxx" 726cdf0e10cSrcweir #include "sfx2/querystatus.hxx" 727cdf0e10cSrcweir #include "sfx2/request.hxx" 728cdf0e10cSrcweir #include "sfx2/sfxdefs.hxx" 729cdf0e10cSrcweir #include "sfx2/sfxdlg.hxx" 730cdf0e10cSrcweir #include "sfx2/sfxhelp.hxx" 731cdf0e10cSrcweir #include "sfx2/sfxhtml.hxx" 732cdf0e10cSrcweir #include "sfx2/sfxstatuslistener.hxx" 733cdf0e10cSrcweir #include "sfx2/sfxuno.hxx" 734cdf0e10cSrcweir #include "sfx2/shell.hxx" 735cdf0e10cSrcweir #include "svl/srchdefs.hxx" 736cdf0e10cSrcweir #include "sfx2/tplpitem.hxx" 737cdf0e10cSrcweir #include "sfx2/viewfrm.hxx" 738cdf0e10cSrcweir #include "sot/clsids.hxx" 739cdf0e10cSrcweir #include "sot/exchange.hxx" 740cdf0e10cSrcweir #include "sot/factory.hxx" 741cdf0e10cSrcweir #include "sot/formats.hxx" 742cdf0e10cSrcweir #include <map> 743cdf0e10cSrcweir #include <set> 744cdf0e10cSrcweir #include <slist> 745cdf0e10cSrcweir #include <vector> 746cdf0e10cSrcweir #include "svtools/FilterConfigItem.hxx" 747cdf0e10cSrcweir #include "svtools/accessibilityoptions.hxx" 748cdf0e10cSrcweir #include "svl/adrparse.hxx" 749cdf0e10cSrcweir #include "svtools/apearcfg.hxx" 750cdf0e10cSrcweir #include "svl/brdcst.hxx" 751cdf0e10cSrcweir #include "unotools/cacheoptions.hxx" 752cdf0e10cSrcweir #include "svl/cjkoptions.hxx" 753cdf0e10cSrcweir #include "unotools/cmdoptions.hxx" 754cdf0e10cSrcweir #include "svl/cntwall.hxx" 755cdf0e10cSrcweir #include "svtools/colorcfg.hxx" 756cdf0e10cSrcweir #include "svl/ctloptions.hxx" 757cdf0e10cSrcweir #include "unotools/defaultoptions.hxx" 758cdf0e10cSrcweir #include "unotools/dynamicmenuoptions.hxx" 759cdf0e10cSrcweir #include "svtools/ehdl.hxx" 760cdf0e10cSrcweir #include "svl/eitem.hxx" 761cdf0e10cSrcweir #include "unotools/eventcfg.hxx" 762cdf0e10cSrcweir #include "unotools/extendedsecurityoptions.hxx" 763cdf0e10cSrcweir #include "svl/filenotation.hxx" 764cdf0e10cSrcweir #include "svl/flagitem.hxx" 765cdf0e10cSrcweir #include "unotools/fltrcfg.hxx" 766cdf0e10cSrcweir #include "unotools/fontoptions.hxx" 767cdf0e10cSrcweir #include "svtools/fontsubstconfig.hxx" 768cdf0e10cSrcweir #include "svtools/helpopt.hxx" 769cdf0e10cSrcweir #include "svl/hint.hxx" 770cdf0e10cSrcweir #include "svtools/htmlkywd.hxx" 771cdf0e10cSrcweir #include "svtools/htmltokn.h" 772cdf0e10cSrcweir #include "svtools/imagemgr.hxx" 773cdf0e10cSrcweir #include "svtools/imapcirc.hxx" 774cdf0e10cSrcweir #include "svtools/imapobj.hxx" 775cdf0e10cSrcweir #include "svtools/imappoly.hxx" 776cdf0e10cSrcweir #include "svtools/imaprect.hxx" 777cdf0e10cSrcweir #include "svtools/inetimg.hxx" 778cdf0e10cSrcweir #include "unotools/inetoptions.hxx" 779cdf0e10cSrcweir #include "svl/intitem.hxx" 780cdf0e10cSrcweir #include "svl/isethint.hxx" 781cdf0e10cSrcweir #include "svl/itemiter.hxx" 782cdf0e10cSrcweir #include "svl/itempool.hxx" 783cdf0e10cSrcweir #include "svl/itemprop.hxx" 784cdf0e10cSrcweir #include "svl/itemset.hxx" 785cdf0e10cSrcweir #include "unotools/javaoptions.hxx" 786cdf0e10cSrcweir #include "svl/languageoptions.hxx" 787cdf0e10cSrcweir #include "unotools/lingucfg.hxx" 788cdf0e10cSrcweir #include "unotools/linguprops.hxx" 789cdf0e10cSrcweir #include "svl/lngmisc.hxx" 790cdf0e10cSrcweir #include "svtools/localresaccess.hxx" 791cdf0e10cSrcweir #include "svl/lstner.hxx" 792cdf0e10cSrcweir #include "svl/macitem.hxx" 793cdf0e10cSrcweir #include "svtools/menuoptions.hxx" 794cdf0e10cSrcweir #include "svl/metitem.hxx" 795cdf0e10cSrcweir #include "unotools/misccfg.hxx" 796cdf0e10cSrcweir #include "svtools/miscopt.hxx" 797cdf0e10cSrcweir #include "unotools/moduleoptions.hxx" 798cdf0e10cSrcweir #include "svl/numuno.hxx" 799cdf0e10cSrcweir #include "unotools/optionsdlg.hxx" 800cdf0e10cSrcweir #include "svtools/parhtml.hxx" 801cdf0e10cSrcweir #include "svtools/parrtf.hxx" 802cdf0e10cSrcweir #include "unotools/pathoptions.hxx" 803cdf0e10cSrcweir #include "svl/poolitem.hxx" 804cdf0e10cSrcweir #include "unotools/printwarningoptions.hxx" 805cdf0e10cSrcweir #include "svl/ptitem.hxx" 806cdf0e10cSrcweir #include "svl/rectitem.hxx" 807cdf0e10cSrcweir #include "svl/rngitem.hxx" 808cdf0e10cSrcweir #include "svtools/rtfkeywd.hxx" 809cdf0e10cSrcweir #include "svtools/rtfout.hxx" 810cdf0e10cSrcweir #include "svtools/rtftoken.h" 811cdf0e10cSrcweir #include "unotools/saveopt.hxx" 812cdf0e10cSrcweir #include "unotools/searchopt.hxx" 813cdf0e10cSrcweir #include "unotools/securityoptions.hxx" 814cdf0e10cSrcweir #include "svl/sfontitm.hxx" 815cdf0e10cSrcweir #include "svl/slstitm.hxx" 816cdf0e10cSrcweir #include "svl/smplhint.hxx" 817cdf0e10cSrcweir #include "svtools/soerr.hxx" 818cdf0e10cSrcweir #include "unotools/sourceviewconfig.hxx" 819cdf0e10cSrcweir #include "unotools/startoptions.hxx" 820cdf0e10cSrcweir #include "svtools/stdmenu.hxx" 821cdf0e10cSrcweir #include "svtools/stringtransfer.hxx" 822cdf0e10cSrcweir #include "svl/stritem.hxx" 823cdf0e10cSrcweir #include "svl/style.hxx" 824cdf0e10cSrcweir #include "svl/svarray.hxx" 825cdf0e10cSrcweir #include "svl/svstdarr.hxx" 826cdf0e10cSrcweir #include "unotools/syslocaleoptions.hxx" 827cdf0e10cSrcweir #include "svl/szitem.hxx" 828cdf0e10cSrcweir #include "svtools/textdata.hxx" 829cdf0e10cSrcweir #include "svtools/transfer.hxx" 830cdf0e10cSrcweir #include "svtools/txtcmp.hxx" 831cdf0e10cSrcweir #include "svl/undo.hxx" 832cdf0e10cSrcweir #include "unotools/undoopt.hxx" 833cdf0e10cSrcweir #include "svtools/unoevent.hxx" 834cdf0e10cSrcweir #include "svtools/unoimap.hxx" 835cdf0e10cSrcweir #include "svl/urihelper.hxx" 836cdf0e10cSrcweir #include "svl/urlbmk.hxx" 837cdf0e10cSrcweir #include "unotools/useroptions.hxx" 838cdf0e10cSrcweir #include "unotools/viewoptions.hxx" 839cdf0e10cSrcweir #include "svl/visitem.hxx" 840cdf0e10cSrcweir #include "svl/whiter.hxx" 841cdf0e10cSrcweir #include "sys/stat.h" 842cdf0e10cSrcweir #include "sys/types.h" 843cdf0e10cSrcweir #include "toolkit/awt/vclxdevice.hxx" 844cdf0e10cSrcweir #include "toolkit/controls/unocontrol.hxx" 845cdf0e10cSrcweir #include "tools/bigint.hxx" 846cdf0e10cSrcweir #include "tools/color.hxx" 847cdf0e10cSrcweir #include "tools/config.hxx" 848cdf0e10cSrcweir #include "tools/contnr.hxx" 849cdf0e10cSrcweir #include "tools/debug.hxx" 850cdf0e10cSrcweir #include "tools/diagnose_ex.h" 851cdf0e10cSrcweir #include "tools/dynary.hxx" 852cdf0e10cSrcweir #include "tools/errcode.hxx" 853cdf0e10cSrcweir #include "tools/errinf.hxx" 854cdf0e10cSrcweir #include "tools/fract.hxx" 855cdf0e10cSrcweir #include "tools/gen.hxx" 856cdf0e10cSrcweir #include "tools/globname.hxx" 857cdf0e10cSrcweir #include "tools/inetdef.hxx" 858cdf0e10cSrcweir #include "tools/line.hxx" 859cdf0e10cSrcweir #include "tools/link.hxx" 860cdf0e10cSrcweir #include "tools/list.hxx" 861cdf0e10cSrcweir #include "tools/multisel.hxx" 862cdf0e10cSrcweir #include "tools/poly.hxx" 863cdf0e10cSrcweir #include "tools/rc.h" 864cdf0e10cSrcweir #include "tools/rc.hxx" 865cdf0e10cSrcweir #include "tools/rcid.h" 866cdf0e10cSrcweir #include "tools/ref.hxx" 867cdf0e10cSrcweir #include "tools/resary.hxx" 868cdf0e10cSrcweir #include "tools/resid.hxx" 869cdf0e10cSrcweir #include "tools/resmgr.hxx" 870cdf0e10cSrcweir #include "tools/rtti.hxx" 871cdf0e10cSrcweir #include "tools/shl.hxx" 872cdf0e10cSrcweir #include "tools/solar.h" 873cdf0e10cSrcweir #include "tools/stack.hxx" 874cdf0e10cSrcweir #include "tools/string.hxx" 875cdf0e10cSrcweir #include "tools/table.hxx" 876cdf0e10cSrcweir #include "tools/tenccvt.hxx" 877cdf0e10cSrcweir #include "tools/urlobj.hxx" 878cdf0e10cSrcweir #include "tools/vcompat.hxx" 879cdf0e10cSrcweir #include "tools/vector2d.hxx" 880cdf0e10cSrcweir #include "tools/weakbase.hxx" 881cdf0e10cSrcweir #include "tools/wldcrd.hxx" 882cdf0e10cSrcweir #include "tools/zcodec.hxx" 883cdf0e10cSrcweir #include "ucbhelper/commandenvironment.hxx" 884cdf0e10cSrcweir #include "ucbhelper/configurationkeys.hxx" 885cdf0e10cSrcweir #include "ucbhelper/content.hxx" 886cdf0e10cSrcweir #include "ucbhelper/contentbroker.hxx" 887cdf0e10cSrcweir #include "unicode/ubidi.h" 888cdf0e10cSrcweir #include "uno/lbnames.h" 889cdf0e10cSrcweir #include "uno/mapping.hxx" 890cdf0e10cSrcweir #include "unotools/accessiblerelationsethelper.hxx" 891cdf0e10cSrcweir #include "unotools/accessiblestatesethelper.hxx" 892cdf0e10cSrcweir #include "unotools/bootstrap.hxx" 893cdf0e10cSrcweir #include "unotools/charclass.hxx" 894cdf0e10cSrcweir #include "unotools/collatorwrapper.hxx" 895cdf0e10cSrcweir #include "unotools/configitem.hxx" 896cdf0e10cSrcweir #include "unotools/configmgr.hxx" 897cdf0e10cSrcweir #include "unotools/confignode.hxx" 898cdf0e10cSrcweir #include "unotools/configpathes.hxx" 899cdf0e10cSrcweir #include "unotools/configvaluecontainer.hxx" 900cdf0e10cSrcweir #include "unotools/localfilehelper.hxx" 901cdf0e10cSrcweir #include "unotools/processfactory.hxx" 902cdf0e10cSrcweir #include "comphelper/servicehelper.hxx" 903cdf0e10cSrcweir #include "unotools/streamwrap.hxx" 904cdf0e10cSrcweir #include "unotools/textsearch.hxx" 905cdf0e10cSrcweir #include "unotools/transliterationwrapper.hxx" 906cdf0e10cSrcweir #include "unotools/ucbhelper.hxx" 907cdf0e10cSrcweir #include "vcl/abstdlg.hxx" 908cdf0e10cSrcweir #include "vcl/animate.hxx" 909cdf0e10cSrcweir #include "vcl/bitmap.hxx" 910cdf0e10cSrcweir #include "vcl/bitmapex.hxx" 911cdf0e10cSrcweir #include "vcl/bmpacc.hxx" 912cdf0e10cSrcweir #include "vcl/cmdevt.h" 913cdf0e10cSrcweir #include "vcl/configsettings.hxx" 914cdf0e10cSrcweir #include "vcl/controllayout.hxx" 915cdf0e10cSrcweir #include "vcl/cursor.hxx" 916cdf0e10cSrcweir #include "vcl/decoview.hxx" 917cdf0e10cSrcweir #include "vcl/dndhelp.hxx" 918cdf0e10cSrcweir #include "tools/fldunit.hxx" 919cdf0e10cSrcweir #include "vcl/fntstyle.hxx" 920cdf0e10cSrcweir #include "unotools/fontcvt.hxx" 921cdf0e10cSrcweir #include "vcl/gdimtf.hxx" 922cdf0e10cSrcweir #include "vcl/help.hxx" 923cdf0e10cSrcweir #include "vcl/image.hxx" 924cdf0e10cSrcweir #include "vcl/jobset.hxx" 925cdf0e10cSrcweir #include "vcl/keycodes.hxx" 926cdf0e10cSrcweir #include "vcl/mapmod.hxx" 927cdf0e10cSrcweir #include "vcl/menu.hxx" 928cdf0e10cSrcweir #include "vcl/mnemonic.hxx" 929cdf0e10cSrcweir #include "vcl/pointr.hxx" 930cdf0e10cSrcweir #include "vcl/region.hxx" 931cdf0e10cSrcweir #include "vcl/salbtype.hxx" 932cdf0e10cSrcweir #include "vcl/stdtext.hxx" 933cdf0e10cSrcweir #include "vcl/timer.hxx" 934cdf0e10cSrcweir #include "vcl/unohelp.hxx" 935cdf0e10cSrcweir #include "vcl/unohelp2.hxx" 936cdf0e10cSrcweir #include "vcl/wall.hxx" 937cdf0e10cSrcweir #include "tools/wintypes.hxx" 938cdf0e10cSrcweir #include "vos/mutex.hxx" 939cdf0e10cSrcweir #include "vos/ref.hxx" 940cdf0e10cSrcweir #include "vos/refernce.hxx" 941cdf0e10cSrcweir #include "vos/thread.hxx" 942cdf0e10cSrcweir #include "vos/xception.hxx" 943cdf0e10cSrcweir #include "xmloff/DashStyle.hxx" 944cdf0e10cSrcweir #include "xmloff/GradientStyle.hxx" 945cdf0e10cSrcweir #include "xmloff/HatchStyle.hxx" 946cdf0e10cSrcweir #include "xmloff/ImageStyle.hxx" 947cdf0e10cSrcweir #include "xmloff/MarkerStyle.hxx" 948cdf0e10cSrcweir #include "xmloff/attrlist.hxx" 949cdf0e10cSrcweir #include "xmloff/nmspmap.hxx" 950cdf0e10cSrcweir #include "xmloff/xmlcnimp.hxx" 951cdf0e10cSrcweir #include "xmloff/xmlictxt.hxx" 952cdf0e10cSrcweir #include "xmloff/xmlnmspe.hxx" 953cdf0e10cSrcweir #include "xmloff/xmlstyle.hxx" 954cdf0e10cSrcweir #include "xmloff/xmltoken.hxx" 955cdf0e10cSrcweir #include "xmlscript/xmldlg_imexp.hxx" 956cdf0e10cSrcweir //---MARKER--- 957cdf0e10cSrcweir #endif 958cdf0e10cSrcweir 959