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