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