1*c45d927aSAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*c45d927aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*c45d927aSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*c45d927aSAndrew Rist * distributed with this work for additional information 6*c45d927aSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*c45d927aSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*c45d927aSAndrew Rist * "License"); you may not use this file except in compliance 9*c45d927aSAndrew Rist * with the License. You may obtain a copy of the License at 10*c45d927aSAndrew Rist * 11*c45d927aSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*c45d927aSAndrew Rist * 13*c45d927aSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*c45d927aSAndrew Rist * software distributed under the License is distributed on an 15*c45d927aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*c45d927aSAndrew Rist * KIND, either express or implied. See the License for the 17*c45d927aSAndrew Rist * specific language governing permissions and limitations 18*c45d927aSAndrew Rist * under the License. 19*c45d927aSAndrew Rist * 20*c45d927aSAndrew Rist *************************************************************/ 21*c45d927aSAndrew Rist 22*c45d927aSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:59.201789 25cdf0e10cSrcweir 26cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 27cdf0e10cSrcweir 28cdf0e10cSrcweir //---MARKER--- 29cdf0e10cSrcweir 30cdf0e10cSrcweir // required for soiurce/ui/slideshow 31cdf0e10cSrcweir // #i73256# 32cdf0e10cSrcweir #ifdef WNT 33cdf0e10cSrcweir #pragma warning (disable:4505) 34cdf0e10cSrcweir #endif 35cdf0e10cSrcweir 36cdf0e10cSrcweir #include "sal/config.h" 37cdf0e10cSrcweir #include "sal/types.h" 38cdf0e10cSrcweir 39cdf0e10cSrcweir #include "avmedia/mediaitem.hxx" 40cdf0e10cSrcweir #include "avmedia/mediaplayer.hxx" 41cdf0e10cSrcweir #include "avmedia/mediatoolbox.hxx" 42cdf0e10cSrcweir #include "avmedia/mediawindow.hxx" 43cdf0e10cSrcweir 44cdf0e10cSrcweir #include "basegfx/matrix/b2dhommatrix.hxx" 45cdf0e10cSrcweir #include "basegfx/polygon/b2dpolygon.hxx" 46cdf0e10cSrcweir #include "basegfx/polygon/b2dpolygontools.hxx" 47cdf0e10cSrcweir #include "basegfx/tools/canvastools.hxx" 48cdf0e10cSrcweir 49cdf0e10cSrcweir #include "basic/basmgr.hxx" 50cdf0e10cSrcweir #include "basic/sberrors.hxx" 51cdf0e10cSrcweir #include "basic/sbmeth.hxx" 52cdf0e10cSrcweir #include "basic/sbmod.hxx" 53cdf0e10cSrcweir #include "basic/sbstar.hxx" 54cdf0e10cSrcweir #include "basic/sbx.hxx" 55cdf0e10cSrcweir 56cdf0e10cSrcweir #include "boost/function.hpp" 57cdf0e10cSrcweir #include "boost/limits.hpp" 58cdf0e10cSrcweir #include "boost/scoped_ptr.hpp" 59cdf0e10cSrcweir #include "boost/shared_ptr.hpp" 60cdf0e10cSrcweir #include "boost/weak_ptr.hpp" 61cdf0e10cSrcweir 62cdf0e10cSrcweir #include "canvas/elapsedtime.hxx" 63cdf0e10cSrcweir #include "canvas/prioritybooster.hxx" 64cdf0e10cSrcweir 65cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleEventId.hpp" 66cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleRole.hpp" 67cdf0e10cSrcweir #include "com/sun/star/accessibility/AccessibleStateType.hpp" 68cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessible.hpp" 69cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleComponent.hpp" 70cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleContext.hpp" 71cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp" 72cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleEventListener.hpp" 73cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleExtendedComponent.hpp" 74cdf0e10cSrcweir #include "com/sun/star/accessibility/XAccessibleSelection.hpp" 75cdf0e10cSrcweir #include "com/sun/star/animations/AnimationAdditiveMode.hpp" 76cdf0e10cSrcweir #include "com/sun/star/animations/AnimationCalcMode.hpp" 77cdf0e10cSrcweir #include "com/sun/star/animations/AnimationColorSpace.hpp" 78cdf0e10cSrcweir #include "com/sun/star/animations/AnimationEndSync.hpp" 79cdf0e10cSrcweir #include "com/sun/star/animations/AnimationFill.hpp" 80cdf0e10cSrcweir #include "com/sun/star/animations/AnimationNodeType.hpp" 81cdf0e10cSrcweir #include "com/sun/star/animations/AnimationRestart.hpp" 82cdf0e10cSrcweir #include "com/sun/star/animations/AnimationTransformType.hpp" 83cdf0e10cSrcweir #include "com/sun/star/animations/AnimationValueType.hpp" 84cdf0e10cSrcweir #include "com/sun/star/animations/Event.hpp" 85cdf0e10cSrcweir #include "com/sun/star/animations/EventTrigger.hpp" 86cdf0e10cSrcweir #include "com/sun/star/animations/Timing.hpp" 87cdf0e10cSrcweir #include "com/sun/star/animations/TransitionSubType.hpp" 88cdf0e10cSrcweir #include "com/sun/star/animations/TransitionType.hpp" 89cdf0e10cSrcweir #include "com/sun/star/animations/ValuePair.hpp" 90cdf0e10cSrcweir #include "com/sun/star/animations/XAnimate.hpp" 91cdf0e10cSrcweir #include "com/sun/star/animations/XAnimateColor.hpp" 92cdf0e10cSrcweir #include "com/sun/star/animations/XAnimateMotion.hpp" 93cdf0e10cSrcweir #include "com/sun/star/animations/XAnimateSet.hpp" 94cdf0e10cSrcweir #include "com/sun/star/animations/XAnimateTransform.hpp" 95cdf0e10cSrcweir #include "com/sun/star/animations/XAnimationNode.hpp" 96cdf0e10cSrcweir #include "com/sun/star/animations/XAnimationNodeSupplier.hpp" 97cdf0e10cSrcweir #include "com/sun/star/animations/XAudio.hpp" 98cdf0e10cSrcweir #include "com/sun/star/animations/XCommand.hpp" 99cdf0e10cSrcweir #include "com/sun/star/animations/XIterateContainer.hpp" 100cdf0e10cSrcweir #include "com/sun/star/animations/XTimeContainer.hpp" 101cdf0e10cSrcweir #include "com/sun/star/animations/XTransitionFilter.hpp" 102cdf0e10cSrcweir #include "com/sun/star/awt/CharSet.hpp" 103cdf0e10cSrcweir #include "com/sun/star/awt/FontDescriptor.hpp" 104cdf0e10cSrcweir #include "com/sun/star/awt/FontFamily.hpp" 105cdf0e10cSrcweir #include "com/sun/star/awt/FontPitch.hpp" 106cdf0e10cSrcweir #include "com/sun/star/awt/FontSlant.hpp" 107cdf0e10cSrcweir #include "com/sun/star/awt/FontUnderline.hpp" 108cdf0e10cSrcweir #include "com/sun/star/awt/FontWeight.hpp" 109cdf0e10cSrcweir #include "com/sun/star/awt/MouseEvent.hdl" 110cdf0e10cSrcweir #include "com/sun/star/awt/MouseEvent.hpp" 111cdf0e10cSrcweir #include "com/sun/star/awt/Rectangle.hpp" 112cdf0e10cSrcweir #include "com/sun/star/awt/SystemPointer.hpp" 113cdf0e10cSrcweir #include "com/sun/star/awt/WindowEvent.hpp" 114cdf0e10cSrcweir #include "com/sun/star/awt/XControlModel.hpp" 115cdf0e10cSrcweir #include "com/sun/star/awt/XDevice.hpp" 116cdf0e10cSrcweir #include "com/sun/star/awt/XFocusListener.hpp" 117cdf0e10cSrcweir #include "com/sun/star/awt/XFont.hpp" 118cdf0e10cSrcweir #include "com/sun/star/awt/XGraphics.hpp" 119cdf0e10cSrcweir #include "com/sun/star/awt/XMouseListener.hpp" 120cdf0e10cSrcweir #include "com/sun/star/awt/XMouseMotionListener.hpp" 121cdf0e10cSrcweir #include "com/sun/star/awt/XPaintListener.hpp" 122cdf0e10cSrcweir #include "com/sun/star/awt/XPointer.hpp" 123cdf0e10cSrcweir #include "com/sun/star/awt/XWindow.hpp" 124cdf0e10cSrcweir #include "com/sun/star/awt/XWindowListener.hpp" 125cdf0e10cSrcweir #include "com/sun/star/awt/XWindowPeer.hpp" 126cdf0e10cSrcweir #include "com/sun/star/beans/NamedValue.hpp" 127cdf0e10cSrcweir #include "com/sun/star/beans/Property.hpp" 128cdf0e10cSrcweir #include "com/sun/star/beans/PropertyAttribute.hpp" 129cdf0e10cSrcweir #include "com/sun/star/beans/PropertyChangeEvent.hpp" 130cdf0e10cSrcweir #include "com/sun/star/beans/PropertyState.hpp" 131cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hdl" 132cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp" 133cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValues.hpp" 134cdf0e10cSrcweir #include "com/sun/star/beans/XMultiPropertySet.hpp" 135cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyAccess.hpp" 136cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyChangeListener.hpp" 137cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp" 138cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfo.hpp" 139cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyState.hpp" 140cdf0e10cSrcweir #include "com/sun/star/container/XChild.hpp" 141cdf0e10cSrcweir #include "com/sun/star/container/XEnumerationAccess.hpp" 142cdf0e10cSrcweir #include "com/sun/star/container/XHierarchicalNameAccess.hpp" 143cdf0e10cSrcweir #include "com/sun/star/container/XIndexAccess.hpp" 144cdf0e10cSrcweir #include "com/sun/star/container/XIndexContainer.hpp" 145cdf0e10cSrcweir #include "com/sun/star/container/XIndexReplace.hpp" 146cdf0e10cSrcweir #include "com/sun/star/container/XNameAccess.hpp" 147cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp" 148cdf0e10cSrcweir #include "com/sun/star/container/XNameReplace.hpp" 149cdf0e10cSrcweir #include "com/sun/star/container/XNamed.hpp" 150cdf0e10cSrcweir #include "com/sun/star/document/PrinterIndependentLayout.hpp" 151cdf0e10cSrcweir #include "com/sun/star/document/XDocumentInfoSupplier.hpp" 152cdf0e10cSrcweir #include "com/sun/star/document/XEventBroadcaster.hpp" 153cdf0e10cSrcweir #include "com/sun/star/document/XEventListener.hpp" 154cdf0e10cSrcweir #include "com/sun/star/document/XEventsSupplier.hpp" 155cdf0e10cSrcweir #include "com/sun/star/document/XExporter.hpp" 156cdf0e10cSrcweir #include "com/sun/star/document/XExtendedFilterDetection.hpp" 157cdf0e10cSrcweir #include "com/sun/star/document/XFilter.hpp" 158cdf0e10cSrcweir #include "com/sun/star/document/XGraphicObjectResolver.hpp" 159cdf0e10cSrcweir #include "com/sun/star/document/XImporter.hpp" 160cdf0e10cSrcweir #include "com/sun/star/document/XLinkTargetSupplier.hpp" 161cdf0e10cSrcweir #include "com/sun/star/document/XViewDataSupplier.hpp" 162cdf0e10cSrcweir #include "com/sun/star/drawing/Alignment.hpp" 163cdf0e10cSrcweir #include "com/sun/star/drawing/BezierPoint.hpp" 164cdf0e10cSrcweir #include "com/sun/star/drawing/BitmapMode.hpp" 165cdf0e10cSrcweir #include "com/sun/star/drawing/CircleKind.hpp" 166cdf0e10cSrcweir #include "com/sun/star/drawing/DashStyle.hpp" 167cdf0e10cSrcweir #include "com/sun/star/drawing/FillStyle.hpp" 168cdf0e10cSrcweir #include "com/sun/star/drawing/FlagSequence.hpp" 169cdf0e10cSrcweir #include "com/sun/star/drawing/Hatch.hpp" 170cdf0e10cSrcweir #include "com/sun/star/drawing/HatchStyle.hpp" 171cdf0e10cSrcweir #include "com/sun/star/drawing/LineDash.hpp" 172cdf0e10cSrcweir #include "com/sun/star/drawing/LineEndType.hpp" 173cdf0e10cSrcweir #include "com/sun/star/drawing/LineStyle.hpp" 174cdf0e10cSrcweir #include "com/sun/star/drawing/PointSequence.hpp" 175cdf0e10cSrcweir #include "com/sun/star/drawing/PolyPolygonBezierCoords.hpp" 176cdf0e10cSrcweir #include "com/sun/star/drawing/PolygonFlags.hpp" 177cdf0e10cSrcweir #include "com/sun/star/drawing/PolygonKind.hpp" 178cdf0e10cSrcweir #include "com/sun/star/drawing/TextAdjust.hpp" 179cdf0e10cSrcweir #include "com/sun/star/drawing/XConnectorShape.hpp" 180cdf0e10cSrcweir #include "com/sun/star/drawing/XControlShape.hpp" 181cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawPage.hpp" 182cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawPageDuplicator.hpp" 183cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawPageSummarizer.hpp" 184cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawPages.hpp" 185cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawPagesSupplier.hpp" 186cdf0e10cSrcweir #include "com/sun/star/drawing/XDrawView.hpp" 187cdf0e10cSrcweir #include "com/sun/star/drawing/XLayer.hpp" 188cdf0e10cSrcweir #include "com/sun/star/drawing/XLayerManager.hpp" 189cdf0e10cSrcweir #include "com/sun/star/drawing/XLayerSupplier.hpp" 190cdf0e10cSrcweir #include "com/sun/star/drawing/XMasterPageTarget.hpp" 191cdf0e10cSrcweir #include "com/sun/star/drawing/XMasterPagesSupplier.hpp" 192cdf0e10cSrcweir #include "com/sun/star/drawing/XShape.hpp" 193cdf0e10cSrcweir #include "com/sun/star/drawing/XShapeDescriptor.hpp" 194cdf0e10cSrcweir #include "com/sun/star/drawing/XShapeGrouper.hpp" 195cdf0e10cSrcweir #include "com/sun/star/drawing/XShapes.hpp" 196cdf0e10cSrcweir #include "com/sun/star/drawing/XUniversalShapeDescriptor.hpp" 197cdf0e10cSrcweir #include "com/sun/star/embed/Aspects.hpp" 198cdf0e10cSrcweir #include "com/sun/star/embed/ElementModes.hpp" 199cdf0e10cSrcweir #include "com/sun/star/embed/EmbedMisc.hpp" 200cdf0e10cSrcweir #include "com/sun/star/embed/EmbedStates.hpp" 201cdf0e10cSrcweir #include "com/sun/star/embed/NoVisualAreaSizeException.hpp" 202cdf0e10cSrcweir #include "com/sun/star/embed/VerbAttributes.hpp" 203cdf0e10cSrcweir #include "com/sun/star/embed/VerbDescriptor.hpp" 204cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedObjectClipboardCreator.hpp" 205cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedPersist.hpp" 206cdf0e10cSrcweir #include "com/sun/star/embed/XTransactedObject.hpp" 207cdf0e10cSrcweir #include "com/sun/star/embed/XVisualObject.hpp" 208cdf0e10cSrcweir #include "com/sun/star/form/FormButtonType.hpp" 209cdf0e10cSrcweir #include "com/sun/star/frame/DispatchDescriptor.hpp" 210cdf0e10cSrcweir #include "com/sun/star/frame/DispatchResultState.hpp" 211cdf0e10cSrcweir #include "com/sun/star/frame/FeatureStateEvent.hpp" 212cdf0e10cSrcweir #include "com/sun/star/frame/FrameAction.hpp" 213cdf0e10cSrcweir #include "com/sun/star/frame/FrameActionEvent.hpp" 214cdf0e10cSrcweir #include "com/sun/star/frame/LayoutManagerEvents.hpp" 215cdf0e10cSrcweir #include "com/sun/star/frame/XComponentLoader.hpp" 216cdf0e10cSrcweir #include "com/sun/star/frame/XController.hpp" 217cdf0e10cSrcweir #include "com/sun/star/frame/XDesktop.hpp" 218cdf0e10cSrcweir #include "com/sun/star/frame/XDispatch.hpp" 219cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProvider.hpp" 220cdf0e10cSrcweir #include "com/sun/star/frame/XDocumentTemplates.hpp" 221cdf0e10cSrcweir #include "com/sun/star/frame/XFrame.hdl" 222cdf0e10cSrcweir #include "com/sun/star/frame/XFrame.hpp" 223cdf0e10cSrcweir #include "com/sun/star/frame/XFrameActionListener.hpp" 224cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManager.hpp" 225cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManagerEventBroadcaster.hpp" 226cdf0e10cSrcweir #include "com/sun/star/frame/XModel.hdl" 227cdf0e10cSrcweir #include "com/sun/star/frame/XModel.hpp" 228cdf0e10cSrcweir #include "com/sun/star/frame/XModuleManager.hpp" 229cdf0e10cSrcweir #include "com/sun/star/frame/XNotifyingDispatch.hpp" 230cdf0e10cSrcweir #include "com/sun/star/frame/XStatusListener.hpp" 231cdf0e10cSrcweir #include "com/sun/star/frame/XStorable.hpp" 232cdf0e10cSrcweir #include "com/sun/star/geometry/AffineMatrix2D.hdl" 233cdf0e10cSrcweir #include "com/sun/star/geometry/AffineMatrix2D.hpp" 234cdf0e10cSrcweir #include "com/sun/star/graphic/GraphicType.hpp" 235cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphicProvider.hpp" 236cdf0e10cSrcweir #include "com/sun/star/i18n/CharacterIteratorMode.hdl" 237cdf0e10cSrcweir #include "com/sun/star/i18n/CharacterIteratorMode.hpp" 238cdf0e10cSrcweir #include "com/sun/star/i18n/ScriptType.hdl" 239cdf0e10cSrcweir #include "com/sun/star/i18n/ScriptType.hpp" 240cdf0e10cSrcweir #include "com/sun/star/i18n/TextConversionOption.hpp" 241cdf0e10cSrcweir #include "com/sun/star/i18n/TransliterationModules.hdl" 242cdf0e10cSrcweir #include "com/sun/star/i18n/WordType.hpp" 243cdf0e10cSrcweir #include "com/sun/star/i18n/XBreakIterator.hpp" 244cdf0e10cSrcweir #include "com/sun/star/i18n/XCollator.hpp" 245cdf0e10cSrcweir #include "com/sun/star/i18n/XForbiddenCharacters.hpp" 246cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataControl.hpp" 247cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSource.hpp" 248cdf0e10cSrcweir #include "com/sun/star/io/XInputStream.hpp" 249cdf0e10cSrcweir #include "com/sun/star/io/XStream.hpp" 250cdf0e10cSrcweir #include "com/sun/star/lang/DisposedException.hpp" 251cdf0e10cSrcweir #include "com/sun/star/lang/EventObject.hpp" 252cdf0e10cSrcweir #include "com/sun/star/lang/IllegalArgumentException.hpp" 253cdf0e10cSrcweir #include "com/sun/star/lang/IndexOutOfBoundsException.hpp" 254cdf0e10cSrcweir #include "com/sun/star/lang/Locale.hpp" 255cdf0e10cSrcweir #include "com/sun/star/lang/NoSupportException.hpp" 256cdf0e10cSrcweir #include "com/sun/star/lang/ServiceNotRegisteredException.hpp" 257cdf0e10cSrcweir #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" 258cdf0e10cSrcweir #include "com/sun/star/lang/XComponent.hpp" 259cdf0e10cSrcweir #include "com/sun/star/lang/XEventListener.hdl" 260cdf0e10cSrcweir #include "com/sun/star/lang/XEventListener.hpp" 261cdf0e10cSrcweir #include "com/sun/star/lang/XInitialization.hpp" 262cdf0e10cSrcweir #include "com/sun/star/lang/XMultiServiceFactory.hpp" 263cdf0e10cSrcweir #include "com/sun/star/lang/XServiceInfo.hpp" 264cdf0e10cSrcweir #include "com/sun/star/lang/XSingleServiceFactory.hpp" 265cdf0e10cSrcweir #include "com/sun/star/lang/XTypeProvider.hpp" 266cdf0e10cSrcweir #include "com/sun/star/lang/XUnoTunnel.hpp" 267cdf0e10cSrcweir #include "com/sun/star/linguistic2/XHyphenator.hpp" 268cdf0e10cSrcweir #include "com/sun/star/linguistic2/XSpellChecker1.hpp" 269cdf0e10cSrcweir #include "com/sun/star/linguistic2/XThesaurus.hpp" 270cdf0e10cSrcweir #include "com/sun/star/media/XManager.hpp" 271cdf0e10cSrcweir #include "com/sun/star/media/XPlayer.hpp" 272cdf0e10cSrcweir #include "com/sun/star/packages/zip/ZipIOException.hpp" 273cdf0e10cSrcweir #include "com/sun/star/presentation/AnimationEffect.hpp" 274cdf0e10cSrcweir #include "com/sun/star/presentation/AnimationSpeed.hpp" 275cdf0e10cSrcweir #include "com/sun/star/presentation/ClickAction.hpp" 276cdf0e10cSrcweir #include "com/sun/star/presentation/EffectCommands.hpp" 277cdf0e10cSrcweir #include "com/sun/star/presentation/EffectNodeType.hpp" 278cdf0e10cSrcweir #include "com/sun/star/presentation/EffectPresetClass.hpp" 279cdf0e10cSrcweir #include "com/sun/star/presentation/FadeEffect.hpp" 280cdf0e10cSrcweir #include "com/sun/star/presentation/ParagraphTarget.hpp" 281cdf0e10cSrcweir #include "com/sun/star/presentation/PresentationRange.hpp" 282cdf0e10cSrcweir #include "com/sun/star/presentation/ShapeAnimationSubType.hpp" 283cdf0e10cSrcweir #include "com/sun/star/presentation/TextAnimationType.hpp" 284cdf0e10cSrcweir #include "com/sun/star/presentation/XCustomPresentationSupplier.hpp" 285cdf0e10cSrcweir #include "com/sun/star/presentation/XHandoutMasterSupplier.hpp" 286cdf0e10cSrcweir #include "com/sun/star/presentation/XPresentation.hpp" 287cdf0e10cSrcweir #include "com/sun/star/presentation/XPresentationPage.hpp" 288cdf0e10cSrcweir #include "com/sun/star/presentation/XPresentationSupplier.hpp" 289cdf0e10cSrcweir #include "com/sun/star/registry/XRegistryKey.hpp" 290cdf0e10cSrcweir #include "com/sun/star/rendering/XSpriteCanvas.hpp" 291cdf0e10cSrcweir #include "com/sun/star/scanner/XScannerManager.hpp" 292cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSet.hpp" 293cdf0e10cSrcweir #include "com/sun/star/sdbc/XRow.hpp" 294cdf0e10cSrcweir #include "com/sun/star/style/LineSpacing.hpp" 295cdf0e10cSrcweir #include "com/sun/star/style/LineSpacingMode.hpp" 296cdf0e10cSrcweir #include "com/sun/star/style/ParagraphAdjust.hpp" 297cdf0e10cSrcweir #include "com/sun/star/style/TabStop.hpp" 298cdf0e10cSrcweir #include "com/sun/star/style/VerticalAlignment.hpp" 299cdf0e10cSrcweir #include "com/sun/star/style/XStyle.hpp" 300cdf0e10cSrcweir #include "com/sun/star/style/XStyleFamiliesSupplier.hpp" 301cdf0e10cSrcweir #include "com/sun/star/task/XInteractionHandler.hpp" 302cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicator.hpp" 303cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorFactory.hpp" 304cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorSupplier.hpp" 305cdf0e10cSrcweir #include "com/sun/star/text/FontRelief.hpp" 306cdf0e10cSrcweir #include "com/sun/star/text/WritingMode.hpp" 307cdf0e10cSrcweir #include "com/sun/star/text/XSimpleText.hpp" 308cdf0e10cSrcweir #include "com/sun/star/text/XText.hpp" 309cdf0e10cSrcweir #include "com/sun/star/text/XTextField.hpp" 310cdf0e10cSrcweir #include "com/sun/star/text/XTextFieldsSupplier.hpp" 311cdf0e10cSrcweir #include "com/sun/star/text/XTextRange.hpp" 312cdf0e10cSrcweir #include "com/sun/star/text/XTextRangeCompare.hpp" 313cdf0e10cSrcweir #include "com/sun/star/text/XTextViewCursor.hpp" 314cdf0e10cSrcweir #include "com/sun/star/ucb/CommandAbortedException.hpp" 315cdf0e10cSrcweir #include "com/sun/star/ucb/InteractiveAppException.hpp" 316cdf0e10cSrcweir #include "com/sun/star/ucb/XAnyCompareFactory.hpp" 317cdf0e10cSrcweir #include "com/sun/star/ucb/XCommandEnvironment.hpp" 318cdf0e10cSrcweir #include "com/sun/star/ucb/XContent.hpp" 319cdf0e10cSrcweir #include "com/sun/star/ucb/XContentAccess.hpp" 320cdf0e10cSrcweir #include "com/sun/star/ucb/XSimpleFileAccess.hpp" 321cdf0e10cSrcweir #include "com/sun/star/ucb/XSimpleFileAccess2.hpp" 322cdf0e10cSrcweir #include "com/sun/star/ui/UIElementType.hpp" 323cdf0e10cSrcweir #include "com/sun/star/ui/XImageManager.hpp" 324cdf0e10cSrcweir #include "com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp" 325cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp" 326cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" 327cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp" 328cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ListboxControlActions.hpp" 329cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" 330cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" 331cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePicker.hpp" 332cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp" 333cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerListener.hpp" 334cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerNotifier.hpp" 335cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilterManager.hpp" 336cdf0e10cSrcweir #include "com/sun/star/uno/Any.h" 337cdf0e10cSrcweir #include "com/sun/star/uno/Any.hxx" 338cdf0e10cSrcweir #include "com/sun/star/uno/Exception.hpp" 339cdf0e10cSrcweir #include "com/sun/star/uno/Reference.h" 340cdf0e10cSrcweir #include "com/sun/star/uno/Reference.hxx" 341cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hdl" 342cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hpp" 343cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.h" 344cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.hxx" 345cdf0e10cSrcweir #include "com/sun/star/uno/Type.hxx" 346cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hdl" 347cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hpp" 348cdf0e10cSrcweir #include "com/sun/star/uri/XUriReferenceFactory.hpp" 349cdf0e10cSrcweir #include "com/sun/star/uri/XVndSunStarScriptUrl.hpp" 350cdf0e10cSrcweir #include "com/sun/star/util/MeasureUnit.hpp" 351cdf0e10cSrcweir #include "com/sun/star/util/XArchiver.hpp" 352cdf0e10cSrcweir #include "com/sun/star/util/XChangesListener.hpp" 353cdf0e10cSrcweir #include "com/sun/star/util/XChangesNotifier.hpp" 354cdf0e10cSrcweir #include "com/sun/star/util/XCloneable.hpp" 355cdf0e10cSrcweir #include "com/sun/star/util/XCloseable.hpp" 356cdf0e10cSrcweir #include "com/sun/star/util/XModifyListener.hpp" 357cdf0e10cSrcweir #include "com/sun/star/util/XReplaceDescriptor.hpp" 358cdf0e10cSrcweir #include "com/sun/star/util/XReplaceable.hpp" 359cdf0e10cSrcweir #include "com/sun/star/util/XSearchDescriptor.hpp" 360cdf0e10cSrcweir #include "com/sun/star/util/XSearchable.hpp" 361cdf0e10cSrcweir #include "com/sun/star/util/XURLTransformer.hpp" 362cdf0e10cSrcweir #include "com/sun/star/view/DocumentZoomType.hpp" 363cdf0e10cSrcweir #include "com/sun/star/view/PaperFormat.hpp" 364cdf0e10cSrcweir #include "com/sun/star/view/PaperOrientation.hpp" 365cdf0e10cSrcweir #include "com/sun/star/view/XRenderable.hpp" 366cdf0e10cSrcweir #include "com/sun/star/view/XScreenCursor.hpp" 367cdf0e10cSrcweir #include "com/sun/star/view/XSelectionSupplier.hpp" 368cdf0e10cSrcweir #include "com/sun/star/xml/sax/InputSource.hpp" 369cdf0e10cSrcweir #include "com/sun/star/xml/sax/SAXParseException.hdl" 370cdf0e10cSrcweir #include "com/sun/star/xml/sax/SAXParseException.hpp" 371cdf0e10cSrcweir #include "com/sun/star/xml/sax/XDTDHandler.hpp" 372cdf0e10cSrcweir #include "com/sun/star/xml/sax/XDocumentHandler.hpp" 373cdf0e10cSrcweir #include "com/sun/star/xml/sax/XEntityResolver.hpp" 374cdf0e10cSrcweir #include "com/sun/star/xml/sax/XErrorHandler.hpp" 375cdf0e10cSrcweir #include "com/sun/star/xml/sax/XParser.hpp" 376cdf0e10cSrcweir 377cdf0e10cSrcweir #include "comphelper/accessibleeventnotifier.hxx" 378cdf0e10cSrcweir #include "comphelper/anytostring.hxx" 379cdf0e10cSrcweir #include "comphelper/broadcasthelper.hxx" 380cdf0e10cSrcweir #include "comphelper/documentconstants.hxx" 381cdf0e10cSrcweir #include "comphelper/implementationreference.hxx" 382cdf0e10cSrcweir #include "comphelper/listenernotification.hxx" 383cdf0e10cSrcweir #include "comphelper/processfactory.hxx" 384cdf0e10cSrcweir #include "comphelper/propertysethelper.hxx" 385cdf0e10cSrcweir #include "comphelper/sequence.hxx" 386cdf0e10cSrcweir #include "comphelper/stl_types.hxx" 387cdf0e10cSrcweir #include "comphelper/storagehelper.hxx" 388cdf0e10cSrcweir #include "comphelper/uno3.hxx" 389cdf0e10cSrcweir 390cdf0e10cSrcweir #include "cppcanvas/basegfxfactory.hxx" 391cdf0e10cSrcweir #include "cppcanvas/spritecanvas.hxx" 392cdf0e10cSrcweir #include "cppcanvas/vclfactory.hxx" 393cdf0e10cSrcweir 394cdf0e10cSrcweir #include "cppu/macros.hxx" 395cdf0e10cSrcweir #include "cppu/unotype.hxx" 396cdf0e10cSrcweir 397cdf0e10cSrcweir #include "cppuhelper/bootstrap.hxx" 398cdf0e10cSrcweir #include "cppuhelper/exc_hlp.hxx" 399cdf0e10cSrcweir #include "cppuhelper/factory.hxx" 400cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.h" 401cdf0e10cSrcweir #include "cppuhelper/propshlp.hxx" 402cdf0e10cSrcweir #include "cppuhelper/weak.hxx" 403cdf0e10cSrcweir #include "cppuhelper/weakref.hxx" 404cdf0e10cSrcweir 405cdf0e10cSrcweir 406cdf0e10cSrcweir #include "svtools/grfmgr.hxx" 407cdf0e10cSrcweir 408cdf0e10cSrcweir #include "helper/simplereferencecomponent.hxx" 409cdf0e10cSrcweir 410cdf0e10cSrcweir #include "i18npool/mslangid.hxx" 411cdf0e10cSrcweir 412cdf0e10cSrcweir #include "misc/scopelock.hxx" 413cdf0e10cSrcweir 414cdf0e10cSrcweir #include "osl/diagnose.h" 415cdf0e10cSrcweir #include "osl/doublecheckedlocking.h" 416cdf0e10cSrcweir #include "osl/endian.h" 417cdf0e10cSrcweir #include "osl/file.hxx" 418cdf0e10cSrcweir #include "osl/getglobalmutex.hxx" 419cdf0e10cSrcweir #include "osl/interlck.h" 420cdf0e10cSrcweir #include "osl/module.hxx" 421cdf0e10cSrcweir #include "osl/mutex.hxx" 422cdf0e10cSrcweir #include "osl/thread.hxx" 423cdf0e10cSrcweir 424cdf0e10cSrcweir #include "rsc/rscsfx.hxx" 425cdf0e10cSrcweir 426cdf0e10cSrcweir #include "rtl/crc.h" 427cdf0e10cSrcweir #include "rtl/logfile.hxx" 428cdf0e10cSrcweir #include "rtl/math.hxx" 429cdf0e10cSrcweir #include "rtl/memory.h" 430cdf0e10cSrcweir #include "rtl/tencinfo.h" 431cdf0e10cSrcweir #include "rtl/textenc.h" 432cdf0e10cSrcweir #include "rtl/ustrbuf.hxx" 433cdf0e10cSrcweir #include "rtl/ustring.h" 434cdf0e10cSrcweir #include "rtl/ustring.hxx" 435cdf0e10cSrcweir #include "rtl/uuid.h" 436cdf0e10cSrcweir 437cdf0e10cSrcweir #include "sfx2/app.hxx" 438cdf0e10cSrcweir #include "sfx2/basedlgs.hxx" 439cdf0e10cSrcweir #include "sfx2/bindings.hxx" 440cdf0e10cSrcweir #include "sfx2/childwin.hxx" 441cdf0e10cSrcweir #include "sfx2/ctrlitem.hxx" 442cdf0e10cSrcweir #include "sfx2/dispatch.hxx" 443cdf0e10cSrcweir #include "sfx2/docfac.hxx" 444cdf0e10cSrcweir #include "sfx2/docfilt.hxx" 445cdf0e10cSrcweir #include "sfx2/dockwin.hxx" 446cdf0e10cSrcweir #include "sfx2/doctempl.hxx" 447cdf0e10cSrcweir #include "sfx2/event.hxx" 448cdf0e10cSrcweir #include "sfx2/fcontnr.hxx" 449cdf0e10cSrcweir #include "sfx2/filedlghelper.hxx" 450cdf0e10cSrcweir #include "sfx2/frame.hxx" 451cdf0e10cSrcweir #include "sfx2/imagemgr.hxx" 452cdf0e10cSrcweir #include "sfx2/imgmgr.hxx" 453cdf0e10cSrcweir #include "sfx2/ipclient.hxx" 454cdf0e10cSrcweir #include "sfx2/lnkbase.hxx" 455cdf0e10cSrcweir #include "sfx2/mnumgr.hxx" 456cdf0e10cSrcweir #include "sfx2/module.hxx" 457cdf0e10cSrcweir #include "sfx2/msg.hxx" 458cdf0e10cSrcweir #include "sfx2/new.hxx" 459cdf0e10cSrcweir #include "sfx2/objface.hxx" 460cdf0e10cSrcweir #include "sfx2/objsh.hxx" 461cdf0e10cSrcweir #include "sfx2/printer.hxx" 462cdf0e10cSrcweir #include "sfx2/progress.hxx" 463cdf0e10cSrcweir #include "sfx2/request.hxx" 464cdf0e10cSrcweir #include "sfx2/sfx.hrc" 465cdf0e10cSrcweir #include "sfx2/sfxbasecontroller.hxx" 466cdf0e10cSrcweir #include "sfx2/sfxbasemodel.hxx" 467cdf0e10cSrcweir #include "sfx2/sfxdefs.hxx" 468cdf0e10cSrcweir #include "sfx2/sfxdlg.hxx" 469cdf0e10cSrcweir #include "sfx2/sfxsids.hrc" 470cdf0e10cSrcweir #include "sfx2/sfxuno.hxx" 471cdf0e10cSrcweir #include "sfx2/shell.hxx" 472cdf0e10cSrcweir #include "sfx2/styledlg.hxx" 473cdf0e10cSrcweir #include "sfx2/tabdlg.hxx" 474cdf0e10cSrcweir #include "sfx2/tbxctrl.hxx" 475cdf0e10cSrcweir #include "sfx2/templdlg.hxx" 476cdf0e10cSrcweir #include "sfx2/tplpitem.hxx" 477cdf0e10cSrcweir #include "sfx2/viewfac.hxx" 478cdf0e10cSrcweir #include "sfx2/viewfrm.hxx" 479cdf0e10cSrcweir #include "sfx2/viewsh.hxx" 480cdf0e10cSrcweir 481cdf0e10cSrcweir #include "sot/clsids.hxx" 482cdf0e10cSrcweir #include "sot/exchange.hxx" 483cdf0e10cSrcweir #include "sot/filelist.hxx" 484cdf0e10cSrcweir #include "sot/formats.hxx" 485cdf0e10cSrcweir #include "sot/object.hxx" 486cdf0e10cSrcweir #include "sot/storage.hxx" 487cdf0e10cSrcweir #include "sot/storinfo.hxx" 488cdf0e10cSrcweir 489cdf0e10cSrcweir #include "svtools/FilterConfigItem.hxx" 490cdf0e10cSrcweir #include "svl/aeitem.hxx" 491cdf0e10cSrcweir #include "svl/brdcst.hxx" 492cdf0e10cSrcweir #include "svtools/colorcfg.hxx" 493cdf0e10cSrcweir #include "svtools/colrdlg.hxx" 494cdf0e10cSrcweir #include "svtools/controldims.hrc" 495cdf0e10cSrcweir #include "svl/ctloptions.hxx" 496cdf0e10cSrcweir #include "svtools/ctrlbox.hxx" 497cdf0e10cSrcweir #include "svtools/ctrltool.hxx" 498cdf0e10cSrcweir #include "svtools/ehdl.hxx" 499cdf0e10cSrcweir #include "svl/eitem.hxx" 500cdf0e10cSrcweir #include "svtools/filedlg.hxx" 501cdf0e10cSrcweir #include "svtools/filter.hxx" 502cdf0e10cSrcweir #include "svl/flagitem.hxx" 503cdf0e10cSrcweir #include "svtools/fltcall.hxx" 504cdf0e10cSrcweir #include "unotools/fltrcfg.hxx" 505cdf0e10cSrcweir #include "svl/globalnameitem.hxx" 506cdf0e10cSrcweir #include "svl/hint.hxx" 507cdf0e10cSrcweir #include "unotools/historyoptions.hxx" 508cdf0e10cSrcweir #include "svtools/htmlout.hxx" 509cdf0e10cSrcweir #include "svtools/imap.hxx" 510cdf0e10cSrcweir #include "svtools/imapcirc.hxx" 511cdf0e10cSrcweir #include "svtools/imapobj.hxx" 512cdf0e10cSrcweir #include "svtools/imappoly.hxx" 513cdf0e10cSrcweir #include "svtools/imaprect.hxx" 514cdf0e10cSrcweir #include "svl/inethist.hxx" 515cdf0e10cSrcweir #include "svl/intitem.hxx" 516cdf0e10cSrcweir #include "svl/itemiter.hxx" 517cdf0e10cSrcweir #include "svl/itempool.hxx" 518cdf0e10cSrcweir #include "svl/itemset.hxx" 519cdf0e10cSrcweir #include "svl/languageoptions.hxx" 520cdf0e10cSrcweir #include "svl/lckbitem.hxx" 521cdf0e10cSrcweir #include "unotools/lingucfg.hxx" 522cdf0e10cSrcweir #include "unotools/linguprops.hxx" 523cdf0e10cSrcweir #include "svl/listener.hxx" 524cdf0e10cSrcweir #include "svl/lstner.hxx" 525cdf0e10cSrcweir #include "unotools/misccfg.hxx" 526cdf0e10cSrcweir #include "unotools/pathoptions.hxx" 527cdf0e10cSrcweir #include "svl/poolitem.hxx" 528cdf0e10cSrcweir #include "svtools/prgsbar.hxx" 529cdf0e10cSrcweir #include "svl/ptitem.hxx" 530cdf0e10cSrcweir #include "svl/rectitem.hxx" 531cdf0e10cSrcweir #include "unotools/saveopt.hxx" 532cdf0e10cSrcweir #include "svtools/sfxecode.hxx" 533cdf0e10cSrcweir #include "svl/slstitm.hxx" 534cdf0e10cSrcweir #include "svl/smplhint.hxx" 535cdf0e10cSrcweir #include "svtools/soerr.hxx" 536cdf0e10cSrcweir #include "svl/solar.hrc" 537cdf0e10cSrcweir #include "svtools/sores.hxx" 538cdf0e10cSrcweir #include "svtools/stdctrl.hxx" 539cdf0e10cSrcweir #include "svl/stritem.hxx" 540cdf0e10cSrcweir #include "svl/style.hrc" 541cdf0e10cSrcweir #include "svl/style.hxx" 542cdf0e10cSrcweir #include "svtools/svmedit.hxx" 543cdf0e10cSrcweir #include "svl/svstdarr.hxx" 544cdf0e10cSrcweir #include "unotools/syslocale.hxx" 545cdf0e10cSrcweir #include "svtools/tabbar.hxx" 546cdf0e10cSrcweir #include "svtools/treelist.hxx" 547cdf0e10cSrcweir #include "svl/undo.hxx" 548cdf0e10cSrcweir #include "svtools/unoimap.hxx" 549cdf0e10cSrcweir #include "svl/urihelper.hxx" 550cdf0e10cSrcweir #include "svl/urlbmk.hxx" 551cdf0e10cSrcweir #include "unotools/useroptions.hxx" 552cdf0e10cSrcweir #include "svtools/valueset.hxx" 553cdf0e10cSrcweir #include "unotools/viewoptions.hxx" 554cdf0e10cSrcweir #include "svl/visitem.hxx" 555cdf0e10cSrcweir #include "svl/whiter.hxx" 556cdf0e10cSrcweir #include "svtools/wmf.hxx" 557cdf0e10cSrcweir #include "svl/zforlist.hxx" 558cdf0e10cSrcweir 559cdf0e10cSrcweir 560cdf0e10cSrcweir #include "svx/SpellDialogChildWindow.hxx" 561cdf0e10cSrcweir #include "editeng/SpellPortions.hxx" 562cdf0e10cSrcweir #include "svx/UnoNamespaceMap.hxx" 563cdf0e10cSrcweir #include "editeng/adjitem.hxx" 564cdf0e10cSrcweir #include "svx/algitem.hxx" 565cdf0e10cSrcweir #include "svx/bmpmask.hxx" 566cdf0e10cSrcweir #include "editeng/boxitem.hxx" 567cdf0e10cSrcweir #include "editeng/brshitem.hxx" 568cdf0e10cSrcweir #include "editeng/bulitem.hxx" 569cdf0e10cSrcweir #include "svx/camera3d.hxx" 570cdf0e10cSrcweir #include "editeng/charreliefitem.hxx" 571cdf0e10cSrcweir #include "svx/clipboardctl.hxx" 572cdf0e10cSrcweir #include "svx/clipfmtitem.hxx" 573cdf0e10cSrcweir #include "editeng/cntritem.hxx" 574cdf0e10cSrcweir #include "editeng/colritem.hxx" 575cdf0e10cSrcweir #include "editeng/crsditem.hxx" 576cdf0e10cSrcweir #include "svx/cube3d.hxx" 577cdf0e10cSrcweir #include "svx/dataaccessdescriptor.hxx" 578cdf0e10cSrcweir #include "svx/dbexch.hrc" 579cdf0e10cSrcweir #include "svx/dialmgr.hxx" 580cdf0e10cSrcweir #include "svx/dialogs.hrc" 581cdf0e10cSrcweir #include "svx/dlgctrl.hxx" 582cdf0e10cSrcweir #include "svx/e3dundo.hxx" 583cdf0e10cSrcweir #include "editeng/editdata.hxx" 584cdf0e10cSrcweir #include "editeng/editeng.hxx" 585cdf0e10cSrcweir #include "editeng/editobj.hxx" 586cdf0e10cSrcweir #include "editeng/editstat.hxx" 587cdf0e10cSrcweir #include "editeng/editund2.hxx" 588cdf0e10cSrcweir #include "editeng/editview.hxx" 589cdf0e10cSrcweir #include "editeng/eeitem.hxx" 590cdf0e10cSrcweir #include "filter/msfilter/escherex.hxx" 591cdf0e10cSrcweir #include "editeng/escpitem.hxx" 592cdf0e10cSrcweir #include "svx/extrusionbar.hxx" 593cdf0e10cSrcweir #include "svx/f3dchild.hxx" 594cdf0e10cSrcweir #include "editeng/fhgtitem.hxx" 595cdf0e10cSrcweir #include "svx/fillctrl.hxx" 596cdf0e10cSrcweir #include "svx/flagsdef.hxx" 597cdf0e10cSrcweir #include "editeng/flditem.hxx" 598cdf0e10cSrcweir #include "editeng/flstitem.hxx" 599cdf0e10cSrcweir #include "svx/fmdmod.hxx" 600cdf0e10cSrcweir #include "svx/fmglob.hxx" 601cdf0e10cSrcweir #include "svx/fmobjfac.hxx" 602cdf0e10cSrcweir #include "svx/fmpage.hxx" 603cdf0e10cSrcweir #include "svx/fntctl.hxx" 604cdf0e10cSrcweir #include "svx/fntszctl.hxx" 605cdf0e10cSrcweir #include "editeng/fontitem.hxx" 606cdf0e10cSrcweir #include "svx/fontwork.hxx" 607cdf0e10cSrcweir #include "svx/fontworkbar.hxx" 608cdf0e10cSrcweir #include "svx/fontworkgallery.hxx" 609cdf0e10cSrcweir #include "editeng/forbiddencharacterstable.hxx" 610cdf0e10cSrcweir #include "svx/formatpaintbrushctrl.hxx" 611cdf0e10cSrcweir #include "editeng/frmdiritem.hxx" 612cdf0e10cSrcweir #include "svx/galbrws.hxx" 613cdf0e10cSrcweir #include "svx/gallery.hxx" 614cdf0e10cSrcweir #include "svx/globl3d.hxx" 615cdf0e10cSrcweir #include "svx/globlmn.hrc" 616cdf0e10cSrcweir #include "svx/grafctrl.hxx" 617cdf0e10cSrcweir #include "svx/hlnkitem.hxx" 618cdf0e10cSrcweir #include "svx/hyperdlg.hxx" 619cdf0e10cSrcweir #include "svx/hyprlink.hxx" 620cdf0e10cSrcweir #include "svx/imapdlg.hxx" 621cdf0e10cSrcweir #include "svx/itemwin.hxx" 622cdf0e10cSrcweir #include "svx/langbox.hxx" 623cdf0e10cSrcweir #include "editeng/langitem.hxx" 624cdf0e10cSrcweir #include "svx/lathe3d.hxx" 625cdf0e10cSrcweir #include "svx/lboxctrl.hxx" 626cdf0e10cSrcweir #include "svx/linectrl.hxx" 627cdf0e10cSrcweir #include "sfx2/linkmgr.hxx" 628cdf0e10cSrcweir #include "editeng/lrspitem.hxx" 629cdf0e10cSrcweir #include "editeng/lspcitem.hxx" 630cdf0e10cSrcweir #include "svx/modctrl.hxx" 631cdf0e10cSrcweir #include "svx/msdffdef.hxx" 632cdf0e10cSrcweir #include "filter/msfilter/msocximex.hxx" 633cdf0e10cSrcweir #include "filter/msfilter/msoleexp.hxx" 634cdf0e10cSrcweir #include "editeng/numitem.hxx" 635cdf0e10cSrcweir #include "svx/obj3d.hxx" 636cdf0e10cSrcweir #include "svx/objfac3d.hxx" 637cdf0e10cSrcweir #include "svx/ofaitem.hxx" 638cdf0e10cSrcweir #include "sfx2/opengrf.hxx" 639cdf0e10cSrcweir #include "svx/optgrid.hxx" 640cdf0e10cSrcweir #include "editeng/outliner.hxx" 641cdf0e10cSrcweir #include "editeng/outlobj.hxx" 642cdf0e10cSrcweir #include "editeng/paperinf.hxx" 643cdf0e10cSrcweir #include "editeng/pbinitem.hxx" 644cdf0e10cSrcweir #include "svx/pfiledlg.hxx" 645cdf0e10cSrcweir #include "svx/polysc3d.hxx" 646cdf0e10cSrcweir #include "svx/postattr.hxx" 647cdf0e10cSrcweir #include "editeng/postitem.hxx" 648cdf0e10cSrcweir #include "editeng/protitem.hxx" 649cdf0e10cSrcweir #include "svx/prtqry.hxx" 650cdf0e10cSrcweir #include "svx/pszctrl.hxx" 651cdf0e10cSrcweir #include "svx/rectenum.hxx" 652cdf0e10cSrcweir #include "svx/ruler.hxx" 653cdf0e10cSrcweir #include "svx/rulritem.hxx" 654cdf0e10cSrcweir #include "svx/scene3d.hxx" 655cdf0e10cSrcweir #include "editeng/scriptspaceitem.hxx" 656cdf0e10cSrcweir #include "editeng/scripttypeitem.hxx" 657cdf0e10cSrcweir #include "svx/sdasitm.hxx" 658cdf0e10cSrcweir #include "svx/sderitm.hxx" 659cdf0e10cSrcweir #include "svx/sdr/contact/displayinfo.hxx" 660cdf0e10cSrcweir #include "svx/sdr/contact/objectcontact.hxx" 661cdf0e10cSrcweir #include "svx/sdr/contact/objectcontactofobjlistpainter.hxx" 662cdf0e10cSrcweir #include "svx/sdr/contact/objectcontactofpageview.hxx" 663cdf0e10cSrcweir #include "svx/sdr/contact/viewcontact.hxx" 664cdf0e10cSrcweir #include "svx/sdr/contact/viewcontactofpageobj.hxx" 665cdf0e10cSrcweir #include "svx/sdr/contact/viewcontactofsdrmediaobj.hxx" 666cdf0e10cSrcweir #include "svx/sdr/contact/viewobjectcontact.hxx" 667cdf0e10cSrcweir #include "svx/sdrobjectuser.hxx" 668cdf0e10cSrcweir #include "svx/sdshcitm.hxx" 669cdf0e10cSrcweir #include "svx/sdshitm.hxx" 670cdf0e10cSrcweir #include "svx/sdtagitm.hxx" 671cdf0e10cSrcweir #include "svx/sdtakitm.hxx" 672cdf0e10cSrcweir #include "svx/sdtmfitm.hxx" 673cdf0e10cSrcweir #include "editeng/shaditem.hxx" 674cdf0e10cSrcweir #include "editeng/shdditem.hxx" 675cdf0e10cSrcweir #include "svx/sphere3d.hxx" 676cdf0e10cSrcweir #include "svx/srchdlg.hxx" 677cdf0e10cSrcweir #include "svx/strarray.hxx" 678cdf0e10cSrcweir #include "svx/svdattr.hxx" 679cdf0e10cSrcweir #include "svx/svddef.hxx" 680cdf0e10cSrcweir #include "svx/svdetc.hxx" 681cdf0e10cSrcweir #include "editeng/measfld.hxx" 682cdf0e10cSrcweir #include "svx/svdglue.hxx" 683cdf0e10cSrcweir #include "svx/svditer.hxx" 684cdf0e10cSrcweir #include "svx/svdlayer.hxx" 685cdf0e10cSrcweir #include "svx/svdmark.hxx" 686cdf0e10cSrcweir #include "svx/svdoashp.hxx" 687cdf0e10cSrcweir #include "svx/svdoattr.hxx" 688cdf0e10cSrcweir #include "svx/svdobj.hxx" 689cdf0e10cSrcweir #include "svx/svdocapt.hxx" 690cdf0e10cSrcweir #include "svx/svdocirc.hxx" 691cdf0e10cSrcweir #include "svx/svdograf.hxx" 692cdf0e10cSrcweir #include "svx/svdogrp.hxx" 693cdf0e10cSrcweir #include "svx/svdomeas.hxx" 694cdf0e10cSrcweir #include "svx/svdomedia.hxx" 695cdf0e10cSrcweir #include "svx/svdoole2.hxx" 696cdf0e10cSrcweir #include "svx/svdopage.hxx" 697cdf0e10cSrcweir #include "svx/svdopath.hxx" 698cdf0e10cSrcweir #include "svx/svdorect.hxx" 699cdf0e10cSrcweir #include "svx/svdotext.hxx" 700cdf0e10cSrcweir #include "svx/svdouno.hxx" 701cdf0e10cSrcweir #include "svx/svdoutl.hxx" 702cdf0e10cSrcweir #include "svx/svdpage.hxx" 703cdf0e10cSrcweir #include "svx/svdpntv.hxx" 704cdf0e10cSrcweir #include "svx/svdpool.hxx" 705cdf0e10cSrcweir #include "svx/svdsob.hxx" 706cdf0e10cSrcweir #include "svx/svdtypes.hxx" 707cdf0e10cSrcweir #include "svx/svdundo.hxx" 708cdf0e10cSrcweir #include "svx/svdviter.hxx" 709cdf0e10cSrcweir #include "svx/svx3ditems.hxx" 710cdf0e10cSrcweir #include "svx/svxdlg.hxx" 711cdf0e10cSrcweir #include "editeng/svxenum.hxx" 712cdf0e10cSrcweir #include "svx/svxerr.hxx" 713cdf0e10cSrcweir #include "editeng/svxfont.hxx" 714cdf0e10cSrcweir #include "svx/svxgrahicitem.hxx" 715cdf0e10cSrcweir #include "svx/svxids.hrc" 716cdf0e10cSrcweir #include "filter/msfilter/svxmsbas.hxx" 717cdf0e10cSrcweir #include "svx/sxciaitm.hxx" 718cdf0e10cSrcweir #include "svx/sxekitm.hxx" 719cdf0e10cSrcweir #include "svx/sxelditm.hxx" 720cdf0e10cSrcweir #include "svx/tabarea.hxx" 721cdf0e10cSrcweir #include "svx/tabline.hxx" 722cdf0e10cSrcweir #include "svx/tbcontrl.hxx" 723cdf0e10cSrcweir #include "svx/tbxcolor.hxx" 724cdf0e10cSrcweir #include "svx/tbxcustomshapes.hxx" 725cdf0e10cSrcweir #include "editeng/tstpitem.hxx" 726cdf0e10cSrcweir #include "editeng/udlnitem.hxx" 727cdf0e10cSrcweir #include "editeng/ulspitem.hxx" 728cdf0e10cSrcweir #include "svx/unoapi.hxx" 729cdf0e10cSrcweir #include "editeng/unoedhlp.hxx" 730cdf0e10cSrcweir #include "editeng/unoedsrc.hxx" 731cdf0e10cSrcweir #include "svx/unofill.hxx" 732cdf0e10cSrcweir #include "editeng/unoforou.hxx" 733cdf0e10cSrcweir #include "editeng/unoipset.hxx" 734cdf0e10cSrcweir #include "editeng/unolingu.hxx" 735cdf0e10cSrcweir #include "svx/unomaster.hxx" 736cdf0e10cSrcweir #include "svx/unomodel.hxx" 737cdf0e10cSrcweir #include "editeng/unonrule.hxx" 738cdf0e10cSrcweir #include "editeng/unoviwou.hxx" 739cdf0e10cSrcweir #include "svx/verttexttbxctrl.hxx" 740cdf0e10cSrcweir #include "editeng/wghtitem.hxx" 741cdf0e10cSrcweir #include "editeng/writingmodeitem.hxx" 742cdf0e10cSrcweir #include "svx/xbtmpit.hxx" 743cdf0e10cSrcweir #include "svx/xcolit.hxx" 744cdf0e10cSrcweir #include "svx/xdash.hxx" 745cdf0e10cSrcweir #include "svx/xdef.hxx" 746cdf0e10cSrcweir #include "svx/xenum.hxx" 747cdf0e10cSrcweir #include "svx/xexch.hxx" 748cdf0e10cSrcweir #include "svx/xfillit.hxx" 749cdf0e10cSrcweir #include "svx/xfillit0.hxx" 750cdf0e10cSrcweir #include "svx/xflbmtit.hxx" 751cdf0e10cSrcweir #include "svx/xflbstit.hxx" 752cdf0e10cSrcweir #include "svx/xflclit.hxx" 753cdf0e10cSrcweir #include "svx/xflgrit.hxx" 754cdf0e10cSrcweir #include "svx/xflhtit.hxx" 755cdf0e10cSrcweir #include "svx/xftadit.hxx" 756cdf0e10cSrcweir #include "svx/xftdiit.hxx" 757cdf0e10cSrcweir #include "svx/xftmrit.hxx" 758cdf0e10cSrcweir #include "svx/xftouit.hxx" 759cdf0e10cSrcweir #include "svx/xftshcit.hxx" 760cdf0e10cSrcweir #include "svx/xftshit.hxx" 761cdf0e10cSrcweir #include "svx/xftshxy.hxx" 762cdf0e10cSrcweir #include "svx/xftstit.hxx" 763cdf0e10cSrcweir #include "svx/xgrad.hxx" 764cdf0e10cSrcweir #include "svx/xit.hxx" 765cdf0e10cSrcweir #include "svx/xlineit.hxx" 766cdf0e10cSrcweir #include "svx/xlineit0.hxx" 767cdf0e10cSrcweir #include "svx/xlnclit.hxx" 768cdf0e10cSrcweir #include "svx/xlndsit.hxx" 769cdf0e10cSrcweir #include "svx/xlnedcit.hxx" 770cdf0e10cSrcweir #include "svx/xlnedit.hxx" 771cdf0e10cSrcweir #include "svx/xlnedwit.hxx" 772cdf0e10cSrcweir #include "svx/xlnstcit.hxx" 773cdf0e10cSrcweir #include "svx/xlnstit.hxx" 774cdf0e10cSrcweir #include "svx/xlnstwit.hxx" 775cdf0e10cSrcweir #include "svx/xlnwtit.hxx" 776cdf0e10cSrcweir #include "editeng/xmlcnitm.hxx" 777cdf0e10cSrcweir #include "svx/xmlsecctrl.hxx" 778cdf0e10cSrcweir #include "svx/xoutbmp.hxx" 779cdf0e10cSrcweir #include "svx/xpoly.hxx" 780cdf0e10cSrcweir #include "svx/xtable.hxx" 781cdf0e10cSrcweir #include "svx/xtextit0.hxx" 782cdf0e10cSrcweir #include "svx/zoom_def.hxx" 783cdf0e10cSrcweir #include "svx/zoomctrl.hxx" 784cdf0e10cSrcweir #include "svx/zoomitem.hxx" 785cdf0e10cSrcweir 786cdf0e10cSrcweir #include "toolkit/awt/vclxdevice.hxx" 787cdf0e10cSrcweir #include "toolkit/helper/vclunohelper.hxx" 788cdf0e10cSrcweir 789cdf0e10cSrcweir #include "tools/bigint.hxx" 790cdf0e10cSrcweir #include "tools/color.hxx" 791cdf0e10cSrcweir #include "tools/config.hxx" 792cdf0e10cSrcweir #include "tools/contnr.hxx" 793cdf0e10cSrcweir #include "tools/datetime.hxx" 794cdf0e10cSrcweir #include "tools/debug.hxx" 795cdf0e10cSrcweir #include "tools/errcode.hxx" 796cdf0e10cSrcweir #include "tools/errinf.hxx" 797cdf0e10cSrcweir #include "tools/fract.hxx" 798cdf0e10cSrcweir #include "tools/fsys.hxx" 799cdf0e10cSrcweir #include "tools/gen.hxx" 800cdf0e10cSrcweir #include "tools/globname.hxx" 801cdf0e10cSrcweir #include "tools/link.hxx" 802cdf0e10cSrcweir #include "tools/list.hxx" 803cdf0e10cSrcweir #include "tools/multisel.hxx" 804cdf0e10cSrcweir #include "tools/poly.hxx" 805cdf0e10cSrcweir #include "tools/pstm.hxx" 806cdf0e10cSrcweir #include "tools/rc.hxx" 807cdf0e10cSrcweir #include "tools/ref.hxx" 808cdf0e10cSrcweir #include "tools/resid.hxx" 809cdf0e10cSrcweir #include "tools/resmgr.hxx" 810cdf0e10cSrcweir #include "tools/rtti.hxx" 811cdf0e10cSrcweir #include "tools/shl.hxx" 812cdf0e10cSrcweir #include "tools/solar.h" 813cdf0e10cSrcweir #include "tools/stream.hxx" 814cdf0e10cSrcweir #include "tools/string.hxx" 815cdf0e10cSrcweir #include "tools/tenccvt.hxx" 816cdf0e10cSrcweir #include "tools/time.hxx" 817cdf0e10cSrcweir #include "tools/urlobj.hxx" 818cdf0e10cSrcweir #include "tools/weakbase.hxx" 819cdf0e10cSrcweir #include "tools/zcodec.hxx" 820cdf0e10cSrcweir 821cdf0e10cSrcweir #include "ucbhelper/content.hxx" 822cdf0e10cSrcweir #include "ucbhelper/contentbroker.hxx" 823cdf0e10cSrcweir 824cdf0e10cSrcweir #include "uno/lbnames.h" 825cdf0e10cSrcweir 826cdf0e10cSrcweir #include "unotools/charclass.hxx" 827cdf0e10cSrcweir #include "unotools/configitem.hxx" 828cdf0e10cSrcweir #include "unotools/confignode.hxx" 829cdf0e10cSrcweir #include "unotools/localedatawrapper.hxx" 830cdf0e10cSrcweir #include "unotools/localfilehelper.hxx" 831cdf0e10cSrcweir #include "comphelper/servicehelper.hxx" 832cdf0e10cSrcweir #include "unotools/tempfile.hxx" 833cdf0e10cSrcweir #include "unotools/ucbstreamhelper.hxx" 834cdf0e10cSrcweir 835cdf0e10cSrcweir #include "vcl/bitmap.hxx" 836cdf0e10cSrcweir #include "vcl/bitmapex.hxx" 837cdf0e10cSrcweir #include "vcl/bmpacc.hxx" 838cdf0e10cSrcweir #include "vcl/button.hxx" 839cdf0e10cSrcweir #include "vcl/canvastools.hxx" 840cdf0e10cSrcweir #include "vcl/combobox.hxx" 841cdf0e10cSrcweir #include "vcl/ctrl.hxx" 842cdf0e10cSrcweir #include "vcl/cursor.hxx" 843cdf0e10cSrcweir #include "vcl/cvtgrf.hxx" 844cdf0e10cSrcweir #include "vcl/decoview.hxx" 845cdf0e10cSrcweir #include "vcl/dialog.hxx" 846cdf0e10cSrcweir #include "vcl/dockwin.hxx" 847cdf0e10cSrcweir #include "vcl/edit.hxx" 848cdf0e10cSrcweir #include "vcl/event.hxx" 849cdf0e10cSrcweir #include "vcl/field.hxx" 850cdf0e10cSrcweir #include "vcl/fixed.hxx" 851cdf0e10cSrcweir #include "vcl/font.hxx" 852cdf0e10cSrcweir #include "unotools/fontcvt.hxx" 853cdf0e10cSrcweir #include "vcl/gdimtf.hxx" 854cdf0e10cSrcweir #include "vcl/gfxlink.hxx" 855cdf0e10cSrcweir #include "vcl/gradient.hxx" 856cdf0e10cSrcweir #include "vcl/graph.hxx" 857cdf0e10cSrcweir #include "vcl/group.hxx" 858cdf0e10cSrcweir #include "vcl/help.hxx" 859cdf0e10cSrcweir #include "vcl/image.hxx" 860cdf0e10cSrcweir #include "vcl/button.hxx" 861cdf0e10cSrcweir #include "vcl/jobset.hxx" 862cdf0e10cSrcweir #include "vcl/lineinfo.hxx" 863cdf0e10cSrcweir #include "vcl/lstbox.hxx" 864cdf0e10cSrcweir #include "vcl/mapmod.hxx" 865cdf0e10cSrcweir #include "vcl/menu.hxx" 866cdf0e10cSrcweir #include "vcl/menubtn.hxx" 867cdf0e10cSrcweir #include "vcl/metaact.hxx" 868cdf0e10cSrcweir #include "vcl/metric.hxx" 869cdf0e10cSrcweir #include "vcl/mnemonic.hxx" 870cdf0e10cSrcweir #include "vcl/msgbox.hxx" 871cdf0e10cSrcweir #include "vcl/outdev.hxx" 872cdf0e10cSrcweir #include "vcl/pdfextoutdevdata.hxx" 873cdf0e10cSrcweir #include "vcl/pngread.hxx" 874cdf0e10cSrcweir #include "vcl/pngwrite.hxx" 875cdf0e10cSrcweir #include "vcl/pointr.hxx" 876cdf0e10cSrcweir #include "vcl/print.hxx" 877cdf0e10cSrcweir #include "vcl/prntypes.hxx" 878cdf0e10cSrcweir #include "vcl/region.hxx" 879cdf0e10cSrcweir #include "vcl/salbtype.hxx" 880cdf0e10cSrcweir #include "vcl/scrbar.hxx" 881cdf0e10cSrcweir #include "vcl/seleng.hxx" 882cdf0e10cSrcweir #include "vcl/settings.hxx" 883cdf0e10cSrcweir #include "vcl/sound.hxx" 884cdf0e10cSrcweir #include "vcl/split.hxx" 885cdf0e10cSrcweir #include "vcl/status.hxx" 886cdf0e10cSrcweir #include "vcl/svapp.hxx" 887cdf0e10cSrcweir #include "vcl/tabctrl.hxx" 888cdf0e10cSrcweir #include "vcl/tabdlg.hxx" 889cdf0e10cSrcweir #include "vcl/tabpage.hxx" 890cdf0e10cSrcweir #include "vcl/taskpanelist.hxx" 891cdf0e10cSrcweir #include "vcl/timer.hxx" 892cdf0e10cSrcweir #include "vcl/toolbox.hxx" 893cdf0e10cSrcweir #include "vcl/vclenum.hxx" 894cdf0e10cSrcweir #include "vcl/virdev.hxx" 895cdf0e10cSrcweir #include "vcl/waitobj.hxx" 896cdf0e10cSrcweir #include "vcl/window.hxx" 897cdf0e10cSrcweir #include "tools/wintypes.hxx" 898cdf0e10cSrcweir #include "vcl/wrkwin.hxx" 899cdf0e10cSrcweir 900cdf0e10cSrcweir #include "vos/diagnose.hxx" 901cdf0e10cSrcweir #include "vos/module.hxx" 902cdf0e10cSrcweir #include "vos/mutex.hxx" 903cdf0e10cSrcweir #include "vos/process.hxx" 904cdf0e10cSrcweir #include "vos/thread.hxx" 905cdf0e10cSrcweir #include "vos/xception.hxx" 906cdf0e10cSrcweir //---MARKER--- 907cdf0e10cSrcweir 908cdf0e10cSrcweir #endif 909