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