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