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:50:13.279643 25 26 #ifdef PRECOMPILED_HEADERS 27 28 //---MARKER--- 29 30 #include "sal/config.h" 31 #include "sal/types.h" 32 33 #include "avmedia/mediaitem.hxx" 34 #include "avmedia/mediaplayer.hxx" 35 #include "avmedia/mediatoolbox.hxx" 36 #include "avmedia/mediawindow.hxx" 37 38 #include "basegfx/numeric/ftools.hxx" 39 40 #include "basic/basmgr.hxx" 41 #include "basic/sbmeth.hxx" 42 #include "basic/sbmod.hxx" 43 #include "basic/sbstar.hxx" 44 #include "basic/sbx.hxx" 45 #include "basic/sbxobj.hxx" 46 #include "basic/sbxvar.hxx" 47 48 #include "boost/shared_ptr.hpp" 49 50 #include "com/sun/star/accessibility/AccessibleEventId.hpp" 51 #include "com/sun/star/accessibility/AccessibleRelation.hpp" 52 #include "com/sun/star/accessibility/AccessibleRelationType.hpp" 53 #include "com/sun/star/accessibility/AccessibleRole.hpp" 54 #include "com/sun/star/accessibility/AccessibleStateType.hpp" 55 #include "com/sun/star/accessibility/AccessibleTableModelChange.hpp" 56 #include "com/sun/star/accessibility/AccessibleTableModelChangeType.hpp" 57 #include "com/sun/star/accessibility/AccessibleTextType.hpp" 58 #include "com/sun/star/accessibility/XAccessible.hpp" 59 #include "com/sun/star/accessibility/XAccessibleEditableText.hpp" 60 #include "com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp" 61 #include "com/sun/star/accessibility/XAccessibleHyperlink.hpp" 62 #include "com/sun/star/accessibility/XAccessibleHypertext.hpp" 63 #include "com/sun/star/accessibility/XAccessibleImage.hpp" 64 #include "com/sun/star/accessibility/XAccessibleRelationSet.hpp" 65 #include "com/sun/star/accessibility/XAccessibleSelection.hpp" 66 #include "com/sun/star/accessibility/XAccessibleStateSet.hpp" 67 #include "com/sun/star/accessibility/XAccessibleTable.hpp" 68 #include "com/sun/star/accessibility/XAccessibleTextAttributes.hpp" 69 #include "com/sun/star/accessibility/XAccessibleValue.hpp" 70 #include "com/sun/star/awt/PosSize.hpp" 71 #include "com/sun/star/awt/ScrollBarOrientation.hpp" 72 #include "com/sun/star/awt/Size.hpp" 73 #include "com/sun/star/awt/Style.hpp" 74 #include "com/sun/star/awt/TextAlign.hpp" 75 #include "com/sun/star/awt/VclWindowPeerAttribute.hpp" 76 #include "com/sun/star/awt/XBitmap.hpp" 77 #include "com/sun/star/awt/XButton.hpp" 78 #include "com/sun/star/awt/XCheckBox.hpp" 79 #include "com/sun/star/awt/XComboBox.hpp" 80 #include "com/sun/star/awt/XControlModel.hpp" 81 #include "com/sun/star/awt/XCurrencyField.hpp" 82 #include "com/sun/star/awt/XDateField.hpp" 83 #include "com/sun/star/awt/XDialog.hpp" 84 #include "com/sun/star/awt/XFileDialog.hpp" 85 #include "com/sun/star/awt/XFixedText.hpp" 86 #include "com/sun/star/awt/XImageButton.hpp" 87 #include "com/sun/star/awt/XLayoutConstrains.hpp" 88 #include "com/sun/star/awt/XListBox.hpp" 89 #include "com/sun/star/awt/XMessageBox.hpp" 90 #include "com/sun/star/awt/XNumericField.hpp" 91 #include "com/sun/star/awt/XPatternField.hpp" 92 #include "com/sun/star/awt/XRadioButton.hpp" 93 #include "com/sun/star/awt/XScrollBar.hpp" 94 #include "com/sun/star/awt/XSpinField.hpp" 95 #include "com/sun/star/awt/XTabControllerModel.hpp" 96 #include "com/sun/star/awt/XTextArea.hpp" 97 #include "com/sun/star/awt/XTextComponent.hpp" 98 #include "com/sun/star/awt/XTextEditField.hpp" 99 #include "com/sun/star/awt/XTextLayoutConstrains.hpp" 100 #include "com/sun/star/awt/XTimeField.hpp" 101 #include "com/sun/star/awt/XVclContainer.hpp" 102 #include "com/sun/star/awt/XVclContainerPeer.hpp" 103 #include "com/sun/star/beans/NamedValue.hpp" 104 #include "com/sun/star/beans/PropertyAttribute.hpp" 105 #include "com/sun/star/beans/PropertyChangeEvent.hpp" 106 #include "com/sun/star/beans/PropertyState.hpp" 107 #include "com/sun/star/beans/PropertyValue.hpp" 108 #include "com/sun/star/beans/PropertyValues.hpp" 109 #include "com/sun/star/beans/UnknownPropertyException.hpp" 110 #include "com/sun/star/beans/XFastPropertySet.hpp" 111 #include "com/sun/star/beans/XMultiPropertySet.hpp" 112 #include "com/sun/star/beans/XMultiPropertyStates.hpp" 113 #include "com/sun/star/beans/XPropertyAccess.hpp" 114 #include "com/sun/star/beans/XPropertyChangeListener.hpp" 115 #include "com/sun/star/beans/XPropertyContainer.hpp" 116 #include "com/sun/star/beans/XPropertySet.hpp" 117 #include "com/sun/star/beans/XPropertySetInfo.hpp" 118 #include "com/sun/star/beans/XPropertyState.hpp" 119 #include "com/sun/star/beans/XPropertyStateChangeListener.hpp" 120 #include "com/sun/star/chart/XChartData.hpp" 121 #include "com/sun/star/chart/XChartDataArray.hpp" 122 #include "com/sun/star/container/XChild.hpp" 123 #include "com/sun/star/container/XContainer.hpp" 124 #include "com/sun/star/container/XContainerListener.hpp" 125 #include "com/sun/star/container/XContentEnumerationAccess.hpp" 126 #include "com/sun/star/container/XElementAccess.hpp" 127 #include "com/sun/star/container/XEnumeration.hpp" 128 #include "com/sun/star/container/XEnumerationAccess.hpp" 129 #include "com/sun/star/container/XHierarchicalNameAccess.hpp" 130 #include "com/sun/star/container/XIndexAccess.hpp" 131 #include "com/sun/star/container/XIndexContainer.hpp" 132 #include "com/sun/star/container/XIndexReplace.hpp" 133 #include "com/sun/star/container/XNameAccess.hpp" 134 #include "com/sun/star/container/XNameContainer.hpp" 135 #include "com/sun/star/container/XNamed.hpp" 136 #include "com/sun/star/container/XSet.hpp" 137 #include "com/sun/star/datatransfer/XTransferable.hpp" 138 #include "com/sun/star/datatransfer/XTransferableSupplier.hpp" 139 #include "com/sun/star/datatransfer/clipboard/XClipboard.hpp" 140 #include "com/sun/star/datatransfer/clipboard/XClipboardListener.hpp" 141 #include "com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp" 142 #include "com/sun/star/document/PrinterIndependentLayout.hpp" 143 #include "com/sun/star/document/RedlineDisplayType.hpp" 144 #include "com/sun/star/document/UpdateDocMode.hpp" 145 #include "com/sun/star/document/XDocumentInfoSupplier.hpp" 146 #include "com/sun/star/document/XDocumentInsertable.hpp" 147 #include "com/sun/star/document/XEmbeddedObjectSupplier.hpp" 148 #include "com/sun/star/document/XEmbeddedObjectSupplier2.hpp" 149 #include "com/sun/star/document/XEventBroadcaster.hpp" 150 #include "com/sun/star/document/XEventsSupplier.hpp" 151 #include "com/sun/star/document/XExporter.hpp" 152 #include "com/sun/star/document/XExtendedFilterDetection.hpp" 153 #include "com/sun/star/document/XFilter.hpp" 154 #include "com/sun/star/document/XImporter.hpp" 155 #include "com/sun/star/document/XLinkTargetSupplier.hpp" 156 #include "com/sun/star/document/XRedlinesSupplier.hpp" 157 #include "com/sun/star/drawing/ColorMode.hpp" 158 #include "com/sun/star/drawing/HomogenMatrix3.hpp" 159 #include "com/sun/star/drawing/PointSequence.hpp" 160 #include "com/sun/star/drawing/PointSequenceSequence.hpp" 161 #include "com/sun/star/drawing/XConnectableShape.hpp" 162 #include "com/sun/star/drawing/XConnectorShape.hpp" 163 #include "com/sun/star/drawing/XControlShape.hpp" 164 #include "com/sun/star/drawing/XDrawPage.hpp" 165 #include "com/sun/star/drawing/XDrawPageSupplier.hpp" 166 #include "com/sun/star/drawing/XShape.hpp" 167 #include "com/sun/star/drawing/XShapeAligner.hpp" 168 #include "com/sun/star/drawing/XShapeArranger.hpp" 169 #include "com/sun/star/drawing/XShapeGroup.hpp" 170 #include "com/sun/star/drawing/XShapeMirror.hpp" 171 #include "com/sun/star/drawing/XShapes.hpp" 172 #include "com/sun/star/drawing/XUniversalShapeDescriptor.hpp" 173 #include "com/sun/star/embed/Aspects.hpp" 174 #include "com/sun/star/embed/ElementModes.hpp" 175 #include "com/sun/star/embed/EmbedMisc.hpp" 176 #include "com/sun/star/embed/EmbedStates.hpp" 177 #include "com/sun/star/embed/NoVisualAreaSizeException.hpp" 178 #include "com/sun/star/embed/XClassifiedObject.hpp" 179 #include "com/sun/star/embed/XComponentSupplier.hpp" 180 #include "com/sun/star/embed/XEmbedObjectClipboardCreator.hpp" 181 #include "com/sun/star/embed/XEmbedObjectCreator.hpp" 182 #include "com/sun/star/embed/XEmbedPersist.hpp" 183 #include "com/sun/star/embed/XEmbeddedObject.hpp" 184 #include "com/sun/star/embed/XLinkCreator.hpp" 185 #include "com/sun/star/embed/XLinkageSupport.hpp" 186 #include "com/sun/star/embed/XStorage.hpp" 187 #include "com/sun/star/embed/XTransactedObject.hpp" 188 #include "com/sun/star/embed/XVisualObject.hpp" 189 #include "com/sun/star/form/FormButtonType.hpp" 190 #include "com/sun/star/form/FormComponentType.hpp" 191 #include "com/sun/star/form/FormSubmitEncoding.hpp" 192 #include "com/sun/star/form/FormSubmitMethod.hpp" 193 #include "com/sun/star/form/ListSourceType.hpp" 194 #include "com/sun/star/form/XForm.hpp" 195 #include "com/sun/star/form/XFormComponent.hpp" 196 #include "com/sun/star/form/XFormsSupplier.hpp" 197 #include "com/sun/star/form/XImageProducerSupplier.hpp" 198 #include "com/sun/star/frame/DispatchDescriptor.hpp" 199 #include "com/sun/star/frame/DispatchResultState.hpp" 200 #include "com/sun/star/frame/FrameSearchFlag.hpp" 201 #include "com/sun/star/frame/XComponentLoader.hpp" 202 #include "com/sun/star/frame/XController.hpp" 203 #include "com/sun/star/frame/XDesktop.hpp" 204 #include "com/sun/star/frame/XDispatch.hpp" 205 #include "com/sun/star/frame/XDispatchHelper.hpp" 206 #include "com/sun/star/frame/XDispatchProvider.hpp" 207 #include "com/sun/star/frame/XDispatchProviderInterception.hpp" 208 #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp" 209 #include "com/sun/star/frame/XFrame.hpp" 210 #include "com/sun/star/frame/XLayoutManager.hpp" 211 #include "com/sun/star/frame/XModel.hpp" 212 #include "com/sun/star/frame/XNotifyingDispatch.hpp" 213 #include "com/sun/star/frame/XStorable.hpp" 214 #include "com/sun/star/frame/XTerminateListener.hpp" 215 #include "com/sun/star/i18n/Boundary.hpp" 216 #include "com/sun/star/i18n/BreakType.hpp" 217 #include "com/sun/star/i18n/CharacterIteratorMode.hpp" 218 #include "com/sun/star/i18n/CollatorOptions.hpp" 219 #include "com/sun/star/i18n/ForbiddenCharacters.hpp" 220 #include "com/sun/star/i18n/InputSequenceCheckMode.hpp" 221 #include "com/sun/star/i18n/ScriptType.hpp" 222 #include "com/sun/star/i18n/TextConversionOption.hpp" 223 #include "com/sun/star/i18n/TransliterationModules.hpp" 224 #include "com/sun/star/i18n/WordType.hpp" 225 #include "com/sun/star/i18n/XBreakIterator.hpp" 226 #include "com/sun/star/i18n/XExtendedIndexEntrySupplier.hpp" 227 #include "com/sun/star/i18n/XExtendedInputSequenceChecker.hpp" 228 #include "com/sun/star/i18n/XForbiddenCharacters.hpp" 229 #include "com/sun/star/io/XActiveDataControl.hpp" 230 #include "com/sun/star/io/XActiveDataSource.hpp" 231 #include "com/sun/star/io/XInputStream.hpp" 232 #include "com/sun/star/io/XOutputStream.hpp" 233 #include "com/sun/star/io/XSeekable.hpp" 234 #include "com/sun/star/lang/DisposedException.hpp" 235 #include "com/sun/star/lang/EventObject.hpp" 236 #include "com/sun/star/lang/Locale.hpp" 237 #include "com/sun/star/lang/ServiceNotRegisteredException.hpp" 238 #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" 239 #include "com/sun/star/lang/XComponent.hpp" 240 #include "com/sun/star/lang/XEventListener.hpp" 241 #include "com/sun/star/lang/XInitialization.hpp" 242 #include "com/sun/star/lang/XMultiServiceFactory.hpp" 243 #include "com/sun/star/lang/XServiceInfo.hpp" 244 #include "com/sun/star/lang/XSingleServiceFactory.hpp" 245 #include "com/sun/star/lang/XUnoTunnel.hpp" 246 #include "com/sun/star/linguistic2/DictionaryListEventFlags.hpp" 247 #include "com/sun/star/linguistic2/LinguServiceEventFlags.hpp" 248 #include "com/sun/star/linguistic2/XDictionary.hpp" 249 #include "com/sun/star/linguistic2/XDictionaryList.hpp" 250 #include "com/sun/star/linguistic2/XDictionaryListEventListener.hpp" 251 #include "com/sun/star/linguistic2/XHyphenatedWord.hpp" 252 #include "com/sun/star/linguistic2/XHyphenator.hpp" 253 #include "com/sun/star/linguistic2/XLinguServiceEventListener.hpp" 254 #include "com/sun/star/linguistic2/XLinguServiceManager.hpp" 255 #include "com/sun/star/linguistic2/XSpellAlternatives.hpp" 256 #include "com/sun/star/linguistic2/XSpellChecker1.hpp" 257 #include "com/sun/star/linguistic2/XThesaurus.hpp" 258 #include "com/sun/star/mail/MailAttachment.hpp" 259 #include "com/sun/star/mail/MailServiceType.hpp" 260 #include "com/sun/star/mail/XAuthenticator.hpp" 261 #include "com/sun/star/mail/XConnectionListener.hpp" 262 #include "com/sun/star/mail/XMailMessage.hpp" 263 #include "com/sun/star/mail/XMailService.hpp" 264 #include "com/sun/star/mail/XSmtpService.hpp" 265 #include "com/sun/star/packages/WrongPasswordException.hpp" 266 #include "com/sun/star/packages/zip/ZipIOException.hpp" 267 #include "com/sun/star/scanner/ScannerContext.hpp" 268 #include "com/sun/star/scanner/XScannerManager.hpp" 269 #include "com/sun/star/script/XEventAttacher.hpp" 270 #include "com/sun/star/script/XEventAttacherManager.hpp" 271 #include "com/sun/star/script/XLibraryContainer.hpp" 272 #include "com/sun/star/sdb/CommandType.hpp" 273 #include "com/sun/star/sdb/SQLContext.hpp" 274 #include "com/sun/star/sdb/XColumn.hpp" 275 #include "com/sun/star/sdb/XCompletedConnection.hpp" 276 #include "com/sun/star/sdb/XCompletedExecution.hpp" 277 #include "com/sun/star/sdb/XDatabaseAccess.hpp" 278 #include "com/sun/star/sdb/XDocumentDataSource.hpp" 279 #include "com/sun/star/sdb/XQueriesSupplier.hpp" 280 #include "com/sun/star/sdb/XResultSetAccess.hpp" 281 #include "com/sun/star/sdb/XSingleSelectQueryComposer.hpp" 282 #include "com/sun/star/sdbc/DataType.hpp" 283 #include "com/sun/star/sdbc/ResultSetType.hpp" 284 #include "com/sun/star/sdbc/XCloseable.hpp" 285 #include "com/sun/star/sdbc/XConnection.hpp" 286 #include "com/sun/star/sdbc/XDataSource.hpp" 287 #include "com/sun/star/sdbc/XResultSet.hpp" 288 #include "com/sun/star/sdbc/XRow.hpp" 289 #include "com/sun/star/sdbc/XRowSet.hpp" 290 #include "com/sun/star/sdbcx/XColumnsSupplier.hpp" 291 #include "com/sun/star/sdbcx/XRowLocate.hpp" 292 #include "com/sun/star/sdbcx/XTablesSupplier.hpp" 293 #include "com/sun/star/sheet/XCellRangeData.hpp" 294 #include "com/sun/star/style/BreakType.hpp" 295 #include "com/sun/star/style/DropCapFormat.hpp" 296 #include "com/sun/star/style/GraphicLocation.hpp" 297 #include "com/sun/star/style/LineNumberPosition.hpp" 298 #include "com/sun/star/style/LineSpacing.hpp" 299 #include "com/sun/star/style/LineSpacingMode.hpp" 300 #include "com/sun/star/style/NumberingType.hpp" 301 #include "com/sun/star/style/PageStyleLayout.hpp" 302 #include "com/sun/star/style/ParagraphAdjust.hpp" 303 #include "com/sun/star/style/ParagraphStyleCategory.hpp" 304 #include "com/sun/star/style/VerticalAlignment.hpp" 305 #include "com/sun/star/style/XStyle.hpp" 306 #include "com/sun/star/style/XStyleFamiliesSupplier.hpp" 307 #include "com/sun/star/style/XStyleLoader.hpp" 308 #include "com/sun/star/table/CellContentType.hpp" 309 #include "com/sun/star/table/TableSortField.hpp" 310 #include "com/sun/star/table/XAutoFormattable.hpp" 311 #include "com/sun/star/table/XCellRange.hpp" 312 #include "com/sun/star/task/XInteractionHandler.hpp" 313 #include "com/sun/star/task/XJob.hpp" 314 #include "com/sun/star/task/XStatusIndicatorFactory.hpp" 315 #include "com/sun/star/text/BibliographyDataField.hpp" 316 #include "com/sun/star/text/ChapterFormat.hpp" 317 #include "com/sun/star/text/ControlCharacter.hpp" 318 #include "com/sun/star/text/DocumentStatistic.hpp" 319 #include "com/sun/star/text/FilenameDisplayFormat.hpp" 320 #include "com/sun/star/text/FootnoteNumbering.hpp" 321 #include "com/sun/star/text/GraphicCrop.hpp" 322 #include "com/sun/star/text/HoriOrientation.hpp" 323 #include "com/sun/star/text/HoriOrientationFormat.hpp" 324 #include "com/sun/star/text/HorizontalAdjust.hpp" 325 #include "com/sun/star/text/InvalidTextContentException.hpp" 326 #include "com/sun/star/text/MailMergeEvent.hpp" 327 #include "com/sun/star/text/MailMergeType.hpp" 328 #include "com/sun/star/text/NotePrintMode.hpp" 329 #include "com/sun/star/text/PageNumberType.hpp" 330 #include "com/sun/star/text/PlaceholderType.hpp" 331 #include "com/sun/star/text/PositionLayoutDir.hpp" 332 #include "com/sun/star/text/ReferenceFieldPart.hpp" 333 #include "com/sun/star/text/ReferenceFieldSource.hpp" 334 #include "com/sun/star/text/RelOrientation.hpp" 335 #include "com/sun/star/text/RubyAdjust.hpp" 336 #include "com/sun/star/text/SectionFileLink.hpp" 337 #include "com/sun/star/text/SetVariableType.hpp" 338 #include "com/sun/star/text/SizeType.hpp" 339 #include "com/sun/star/text/TableColumnSeparator.hpp" 340 #include "com/sun/star/text/TemplateDisplayFormat.hpp" 341 #include "com/sun/star/text/TextContentAnchorType.hpp" 342 #include "com/sun/star/text/TextGridMode.hpp" 343 #include "com/sun/star/text/UserDataPart.hpp" 344 #include "com/sun/star/text/UserFieldFormat.hpp" 345 #include "com/sun/star/text/VertOrientation.hpp" 346 #include "com/sun/star/text/VertOrientationFormat.hpp" 347 #include "com/sun/star/text/WrapInfluenceOnPosition.hpp" 348 #include "com/sun/star/text/WrapTextMode.hpp" 349 #include "com/sun/star/text/XAutoTextContainer.hpp" 350 #include "com/sun/star/text/XAutoTextEntry.hpp" 351 #include "com/sun/star/text/XAutoTextGroup.hpp" 352 #include "com/sun/star/text/XBookmarksSupplier.hpp" 353 #include "com/sun/star/text/XChapterNumberingSupplier.hpp" 354 #include "com/sun/star/text/XDefaultNumberingProvider.hpp" 355 #include "com/sun/star/text/XDependentTextField.hpp" 356 #include "com/sun/star/text/XDocumentIndex.hpp" 357 #include "com/sun/star/text/XDocumentIndexMark.hpp" 358 #include "com/sun/star/text/XDocumentIndexesSupplier.hpp" 359 #include "com/sun/star/text/XEndnotesSettingsSupplier.hpp" 360 #include "com/sun/star/text/XEndnotesSupplier.hpp" 361 #include "com/sun/star/text/XFootnote.hpp" 362 #include "com/sun/star/text/XFootnotesSettingsSupplier.hpp" 363 #include "com/sun/star/text/XFootnotesSupplier.hpp" 364 #include "com/sun/star/text/XLineNumberingProperties.hpp" 365 #include "com/sun/star/text/XMailMergeBroadcaster.hpp" 366 #include "com/sun/star/text/XMailMergeListener.hpp" 367 #include "com/sun/star/text/XModule.hpp" 368 #include "com/sun/star/text/XNumberingTypeInfo.hpp" 369 #include "com/sun/star/text/XPageCursor.hpp" 370 #include "com/sun/star/text/XPagePrintable.hpp" 371 #include "com/sun/star/text/XParagraphCursor.hpp" 372 #include "com/sun/star/text/XReferenceMarksSupplier.hpp" 373 #include "com/sun/star/text/XRelativeTextContentInsert.hpp" 374 #include "com/sun/star/text/XRelativeTextContentRemove.hpp" 375 #include "com/sun/star/text/XRubySelection.hpp" 376 #include "com/sun/star/text/XSentenceCursor.hpp" 377 #include "com/sun/star/text/XText.hpp" 378 #include "com/sun/star/text/XTextColumns.hpp" 379 #include "com/sun/star/text/XTextContent.hpp" 380 #include "com/sun/star/text/XTextCursor.hpp" 381 #include "com/sun/star/text/XTextDocument.hpp" 382 #include "com/sun/star/text/XTextEmbeddedObject.hpp" 383 #include "com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp" 384 #include "com/sun/star/text/XTextField.hpp" 385 #include "com/sun/star/text/XTextFieldsSupplier.hpp" 386 #include "com/sun/star/text/XTextFrame.hpp" 387 #include "com/sun/star/text/XTextFramesSupplier.hpp" 388 #include "com/sun/star/text/XTextGraphicObjectsSupplier.hpp" 389 #include "com/sun/star/text/XTextRange.hpp" 390 #include "com/sun/star/text/XTextRangeCompare.hpp" 391 #include "com/sun/star/text/XTextSection.hpp" 392 #include "com/sun/star/text/XTextSectionsSupplier.hpp" 393 #include "com/sun/star/text/XTextTable.hpp" 394 #include "com/sun/star/text/XTextTableCursor.hpp" 395 #include "com/sun/star/text/XTextTablesSupplier.hpp" 396 #include "com/sun/star/text/XTextViewCursor.hpp" 397 #include "com/sun/star/text/XTextViewCursorSupplier.hpp" 398 #include "com/sun/star/text/XWordCursor.hpp" 399 #include "com/sun/star/ucb/CommandAbortedException.hpp" 400 #include "com/sun/star/ucb/InteractiveAppException.hpp" 401 #include "com/sun/star/ucb/TransferInfo.hpp" 402 #include "com/sun/star/ucb/XCommandEnvironment.hpp" 403 #include "com/sun/star/ucb/XContent.hpp" 404 #include "com/sun/star/ucb/XContentIdentifier.hpp" 405 #include "com/sun/star/ucb/XContentProvider.hpp" 406 #include "com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp" 407 #include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" 408 #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp" 409 #include "com/sun/star/ui/dialogs/ListboxControlActions.hpp" 410 #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" 411 #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" 412 #include "com/sun/star/ui/dialogs/XFilePicker.hpp" 413 #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp" 414 #include "com/sun/star/ui/dialogs/XFilterManager.hpp" 415 #include "com/sun/star/ui/dialogs/XFolderPicker.hpp" 416 #include "com/sun/star/uno/Any.h" 417 #include "com/sun/star/uno/Any.hxx" 418 #include "com/sun/star/uno/Exception.hpp" 419 #include "com/sun/star/uno/Reference.h" 420 #include "com/sun/star/uno/Reference.hxx" 421 #include "com/sun/star/uno/RuntimeException.hpp" 422 #include "com/sun/star/uno/Sequence.h" 423 #include "com/sun/star/uno/Sequence.hxx" 424 #include "com/sun/star/uno/XCurrentContext.hpp" 425 #include "com/sun/star/uno/XNamingService.hpp" 426 #include "com/sun/star/uri/XUriReferenceFactory.hpp" 427 #include "com/sun/star/uri/XVndSunStarScriptUrl.hpp" 428 #include "com/sun/star/util/CloseVetoException.hpp" 429 #include "com/sun/star/util/Date.hpp" 430 #include "com/sun/star/util/DateTime.hpp" 431 #include "com/sun/star/util/DateTimeRange.hpp" 432 #include "com/sun/star/util/SearchFlags.hpp" 433 #include "com/sun/star/util/SearchOptions.hpp" 434 #include "com/sun/star/util/Time.hpp" 435 #include "com/sun/star/util/XArchiver.hpp" 436 #include "com/sun/star/util/XCloseable.hpp" 437 #include "com/sun/star/util/XLinkUpdate.hpp" 438 #include "com/sun/star/util/XModifiable.hpp" 439 #include "com/sun/star/util/XModifyBroadcaster.hpp" 440 #include "com/sun/star/util/XModifyListener.hpp" 441 #include "com/sun/star/util/XNumberFormatTypes.hpp" 442 #include "com/sun/star/util/XNumberFormatsSupplier.hpp" 443 #include "com/sun/star/util/XPropertyReplace.hpp" 444 #include "com/sun/star/util/XRefreshListener.hpp" 445 #include "com/sun/star/util/XRefreshable.hpp" 446 #include "com/sun/star/util/XReplaceDescriptor.hpp" 447 #include "com/sun/star/util/XReplaceable.hpp" 448 #include "com/sun/star/util/XSortable.hpp" 449 #include "com/sun/star/util/XURLTransformer.hpp" 450 #include "com/sun/star/util/XUpdatable.hpp" 451 #include "com/sun/star/view/DocumentZoomType.hpp" 452 #include "com/sun/star/view/XLineCursor.hpp" 453 #include "com/sun/star/view/XPrintSettingsSupplier.hpp" 454 #include "com/sun/star/view/XRenderable.hpp" 455 #include "com/sun/star/view/XScreenCursor.hpp" 456 #include "com/sun/star/view/XSelectionChangeListener.hpp" 457 #include "com/sun/star/view/XSelectionSupplier.hpp" 458 #include "com/sun/star/view/XViewCursor.hpp" 459 #include "com/sun/star/view/XViewSettingsSupplier.hpp" 460 #include "com/sun/star/xforms/XFormsSupplier.hpp" 461 #include "com/sun/star/xforms/XFormsUIHelper1.hpp" 462 #include "com/sun/star/xforms/XModel.hpp" 463 #include "com/sun/star/xml/sax/InputSource.hpp" 464 #include "com/sun/star/xml/sax/XAttributeList.hpp" 465 #include "com/sun/star/xml/sax/XDocumentHandler.hpp" 466 #include "com/sun/star/xml/sax/XParser.hpp" 467 468 #include "comphelper/ChainablePropertySet.hxx" 469 #include "comphelper/ChainablePropertySetInfo.hxx" 470 #include "comphelper/MasterPropertySet.hxx" 471 #include "comphelper/MasterPropertySetInfo.hxx" 472 #include "comphelper/SettingsHelper.hxx" 473 #include "comphelper/TypeGeneration.hxx" 474 #include "comphelper/accessibleeventnotifier.hxx" 475 #include "comphelper/accessiblekeybindinghelper.hxx" 476 #include "comphelper/classids.hxx" 477 #include "comphelper/embeddedobjectcontainer.hxx" 478 #include "comphelper/mediadescriptor.hxx" 479 #include "comphelper/processfactory.hxx" 480 #include "comphelper/seqstream.hxx" 481 #include "comphelper/storagehelper.hxx" 482 #include "comphelper/types.hxx" 483 #include "comphelper/uno3.hxx" 484 485 486 #include "cppuhelper/bootstrap.hxx" 487 #include "cppuhelper/compbase1.hxx" 488 #include "cppuhelper/factory.hxx" 489 #include "cppuhelper/implbase1.hxx" 490 #include "cppuhelper/implbase10.hxx" 491 #include "cppuhelper/implbase11.hxx" 492 #include "cppuhelper/implbase2.hxx" 493 #include "cppuhelper/implbase3.hxx" 494 #include "cppuhelper/implbase4.hxx" 495 #include "cppuhelper/implbase5.hxx" 496 #include "cppuhelper/implbase6.hxx" 497 #include "cppuhelper/implbase7.hxx" 498 #include "cppuhelper/implbase8.hxx" 499 #include "cppuhelper/implbase9.hxx" 500 #include "cppuhelper/implbase_ex.hxx" 501 #include "cppuhelper/implbase_ex_post.hxx" 502 #include "cppuhelper/implbase_ex_pre.hxx" 503 #include "cppuhelper/interfacecontainer.hxx" 504 #include "cppuhelper/weak.hxx" 505 #include "cppuhelper/weakref.hxx" 506 507 #include "framework/interaction.hxx" 508 509 #include "svtools/grfmgr.hxx" 510 #include "svl/mailenum.hxx" 511 512 #include "i18npool/lang.h" 513 #include "i18npool/mslangid.hxx" 514 515 #include "linguistic/lngprops.hxx" 516 517 #include "osl/conditn.hxx" 518 #include "osl/diagnose.h" 519 #include "osl/endian.h" 520 #include "osl/file.hxx" 521 #include "osl/interlck.h" 522 #include "osl/module.h" 523 #include "osl/module.hxx" 524 #include "osl/mutex.hxx" 525 #include "osl/thread.hxx" 526 527 #include "rsc/rscsfx.hxx" 528 529 #include "rtl/logfile.hxx" 530 #include "rtl/math.hxx" 531 #include "rtl/memory.h" 532 #include "rtl/string.h" 533 #include "rtl/string.hxx" 534 #include "rtl/tencinfo.h" 535 #include "rtl/textenc.h" 536 #include "rtl/ustrbuf.hxx" 537 #include "rtl/ustring.h" 538 #include "rtl/ustring.hxx" 539 #include "rtl/uuid.h" 540 541 #include "salhelper/condition.hxx" 542 543 #include "sfx2/app.hxx" 544 #include "sfx2/appuno.hxx" 545 #include "sfx2/basedlgs.hxx" 546 #include "sfx2/bindings.hxx" 547 #include "sfx2/childwin.hxx" 548 #include "sfx2/ctrlitem.hxx" 549 #include "sfx2/dinfdlg.hxx" 550 #include "sfx2/dispatch.hxx" 551 #include "sfx2/docfilt.hxx" 552 #include "sfx2/docinf.hxx" 553 #include "sfx2/dockwin.hxx" 554 #include "sfx2/doctempl.hxx" 555 #include "sfx2/event.hxx" 556 #include "sfx2/fcontnr.hxx" 557 #include "sfx2/filedlghelper.hxx" 558 #include "sfx2/frame.hxx" 559 #include "sfx2/frmdescr.hxx" 560 #include "sfx2/imagemgr.hxx" 561 #include "sfx2/imgmgr.hxx" 562 #include "sfx2/linkmgr.hxx" 563 #include "sfx2/linksrc.hxx" 564 #include "sfx2/lnkbase.hxx" 565 #include "sfx2/mieclip.hxx" 566 #include "sfx2/mnumgr.hxx" 567 #include "sfx2/module.hxx" 568 #include "sfx2/msg.hxx" 569 #include "sfx2/msgpool.hxx" 570 #include "sfx2/new.hxx" 571 #include "sfx2/newstyle.hxx" 572 #include "sfx2/objface.hxx" 573 #include "sfx2/objitem.hxx" 574 #include "sfx2/passwd.hxx" 575 #include "sfx2/printer.hxx" 576 #include "sfx2/prnmon.hxx" 577 #include "sfx2/progress.hxx" 578 #include "sfx2/request.hxx" 579 #include "sfx2/sfx.hrc" 580 #include "sfx2/sfxdefs.hxx" 581 #include "sfx2/sfxdlg.hxx" 582 #include "sfx2/sfxhelp.hxx" 583 #include "sfx2/sfxsids.hrc" 584 #include "sfx2/sfxuno.hxx" 585 #include "sfx2/shell.hxx" 586 #include "sfx2/styfitem.hxx" 587 #include "sfx2/styledlg.hxx" 588 #include "sfx2/tabdlg.hxx" 589 #include "sfx2/tbxctrl.hxx" 590 #include "sfx2/templdlg.hxx" 591 #include "sfx2/tplpitem.hxx" 592 #include "sfx2/viewfac.hxx" 593 #include "sfx2/viewfrm.hxx" 594 #include "sfx2/viewsh.hxx" 595 596 #include "sot/clsids.hxx" 597 #include "sot/exchange.hxx" 598 #include "sot/factory.hxx" 599 #include "sot/filelist.hxx" 600 #include "sot/formats.hxx" 601 #include "sot/stg.hxx" 602 #include "sot/storage.hxx" 603 #include "sot/storinfo.hxx" 604 605 #include "svtools/FilterConfigItem.hxx" 606 #include "svl/PasswordHelper.hxx" 607 #include "svtools/accessibilityoptions.hxx" 608 #include "svl/aeitem.hxx" 609 #include "svl/cjkoptions.hxx" 610 #include "unotools/cmdoptions.hxx" 611 #include "svl/cntnrsrt.hxx" 612 #include "svtools/collatorres.hxx" 613 #include "svtools/colorcfg.hxx" 614 #include "unotools/compatibility.hxx" 615 #include "svtools/controldims.hrc" 616 #include "svl/ctloptions.hxx" 617 #include "svtools/ctrlbox.hxx" 618 #include "svtools/ctrltool.hxx" 619 #include "svtools/editbrowsebox.hxx" 620 #include "svtools/ehdl.hxx" 621 #include "svl/eitem.hxx" 622 #include "svtools/embedhlp.hxx" 623 #include "svtools/embedtransfer.hxx" 624 #include "svtools/filter.hxx" 625 #include "svl/flagitem.hxx" 626 #include "unotools/fltrcfg.hxx" 627 #include "svl/fstathelper.hxx" 628 #include "svl/globalnameitem.hxx" 629 #include "svtools/headbar.hxx" 630 #include "svtools/htmlkywd.hxx" 631 #include "svtools/htmltokn.h" 632 #include "svl/imageitm.hxx" 633 #include "svtools/imap.hxx" 634 #include "svtools/indexentryres.hxx" 635 #include "svl/inethist.hxx" 636 #include "svtools/inetimg.hxx" 637 #include "svtools/insdlg.hxx" 638 #include "svl/intitem.hxx" 639 #include "svl/isethint.hxx" 640 #include "svl/itemiter.hxx" 641 #include "svl/itempool.hxx" 642 #include "svl/itemprop.hxx" 643 #include "svl/itemset.hxx" 644 #include "svl/languageoptions.hxx" 645 #include "svl/lckbitem.hxx" 646 #include "unotools/lingucfg.hxx" 647 #include "unotools/linguprops.hxx" 648 #include "svl/lstner.hxx" 649 #include "unotools/misccfg.hxx" 650 #include "unotools/moduleoptions.hxx" 651 #include "svl/numuno.hxx" 652 #include "svl/ownlist.hxx" 653 #include "svtools/parhtml.hxx" 654 #include "unotools/pathoptions.hxx" 655 #include "svl/poolitem.hxx" 656 #include "svtools/prgsbar.hxx" 657 #include "svtools/prnsetup.hxx" 658 #include "svl/ptitem.hxx" 659 #include "svl/rectitem.hxx" 660 #include "svtools/rtfkeywd.hxx" 661 #include "svtools/rtfout.hxx" 662 #include "svtools/rtftoken.h" 663 #include "svtools/ruler.hxx" 664 #include "unotools/saveopt.hxx" 665 #include "svtools/scriptedtext.hxx" 666 #include "svtools/sfxecode.hxx" 667 #include "svl/slstitm.hxx" 668 #include "svl/smplhint.hxx" 669 #include "svtools/soerr.hxx" 670 #include "svl/solar.hrc" 671 #include "unotools/sourceviewconfig.hxx" 672 #include "svtools/stdctrl.hxx" 673 #include "svl/stritem.hxx" 674 #include "svl/style.hrc" 675 #include "svl/style.hxx" 676 #include "svl/svarray.hxx" 677 #include "svtools/svmedit.hxx" 678 #include "svtools/svparser.hxx" 679 #include "svl/svstdarr.hxx" 680 #include "svtools/svtabbx.hxx" 681 #include "svtools/svtreebx.hxx" 682 #include "unotools/syslocale.hxx" 683 #include "svtools/templdlg.hxx" 684 #include "svtools/textview.hxx" 685 #include "svtools/transfer.hxx" 686 #include "svtools/txtattr.hxx" 687 #include "svtools/txtcmp.hxx" 688 #include "svl/undo.hxx" 689 #include "unotools/undoopt.hxx" 690 #include "svtools/unoevent.hxx" 691 #include "svtools/unoimap.hxx" 692 #include "svl/urihelper.hxx" 693 #include "svl/urlbmk.hxx" 694 #include "unotools/useroptions.hxx" 695 #include "svtools/valueset.hxx" 696 #include "svl/visitem.hxx" 697 #include "svl/whiter.hxx" 698 #include "svtools/xtextedt.hxx" 699 700 #include "svx/IAccessibleParent.hxx" 701 #include "svx/IAccessibleViewForwarder.hxx" 702 #include "svx/SpellDialogChildWindow.hxx" 703 #include "editeng/SpellPortions.hxx" 704 #include "editeng/UnoForbiddenCharsTable.hxx" 705 #include "editeng/acorrcfg.hxx" 706 #include "svx/anchorid.hxx" 707 #include "svl/asiancfg.hxx" 708 #include "svx/checklbx.hxx" 709 #include "svx/clipboardctl.hxx" 710 #include "svx/clipfmtitem.hxx" 711 #include "svx/contdlg.hxx" 712 #include "svx/ctredlin.hxx" 713 #include "svx/dataaccessdescriptor.hxx" 714 #include "svx/dialmgr.hxx" 715 #include "svx/dialogs.hrc" 716 #include "svx/dlgutil.hxx" 717 #include "editeng/editdata.hxx" 718 #include "editeng/editeng.hxx" 719 #include "editeng/editobj.hxx" 720 #include "editeng/editstat.hxx" 721 #include "editeng/editview.hxx" 722 #include "editeng/eeitem.hxx" 723 #include "filter/msfilter/escherex.hxx" 724 #include "svx/extrusionbar.hxx" 725 #include "svx/extrusioncolorcontrol.hxx" 726 #include "svx/fillctrl.hxx" 727 #include "svx/flagsdef.hxx" 728 #include "editeng/flstitem.hxx" 729 #include "svx/fmdmod.hxx" 730 #include "svx/fmglob.hxx" 731 #include "svx/fmobjfac.hxx" 732 #include "svx/fmpage.hxx" 733 #include "svx/fntctrl.hxx" 734 #include "svx/fontwork.hxx" 735 #include "svx/fontworkbar.hxx" 736 #include "svx/fontworkgallery.hxx" 737 #include "editeng/forbiddencharacterstable.hxx" 738 #include "svx/formatpaintbrushctrl.hxx" 739 #include "editeng/frmdir.hxx" 740 #include "svx/galbrws.hxx" 741 #include "svx/gallery.hxx" 742 #include "svx/globlmn.hrc" 743 #include "svx/grafctrl.hxx" 744 #include "editeng/hangulhanja.hxx" 745 #include "svx/hdft.hxx" 746 #include "svtools/htmlcfg.hxx" 747 #include "svx/htmlmode.hxx" 748 #include "svx/hyperdlg.hxx" 749 #include "svx/hyprlink.hxx" 750 #include "svx/imapdlg.hxx" 751 #include "editeng/itemtype.hxx" 752 #include "svx/langbox.hxx" 753 #include "svx/layctrl.hxx" 754 #include "svx/lboxctrl.hxx" 755 #include "svx/linectrl.hxx" 756 #include "sfx2/linkmgr.hxx" 757 #include "filter/msfilter/mscodec.hxx" 758 #include "filter/msfilter/msdffimp.hxx" 759 #include "filter/msfilter/msfiltertracer.hxx" 760 #include "filter/msfilter/msocximex.hxx" 761 #include "filter/msfilter/msoleexp.hxx" 762 #include "editeng/numitem.hxx" 763 #include "svx/numvset.hxx" 764 #include "svx/objfac3d.hxx" 765 #include "svx/ofaitem.hxx" 766 #include "svx/optgenrl.hxx" 767 #include "svx/optgrid.hxx" 768 #include "editeng/outliner.hxx" 769 #include "editeng/outlobj.hxx" 770 #include "svx/pagectrl.hxx" 771 #include "editeng/paperinf.hxx" 772 #include "svx/paraprev.hxx" 773 #include "svx/pfiledlg.hxx" 774 #include "svx/prtqry.hxx" 775 #include "svx/rectenum.hxx" 776 #include "svx/rotmodit.hxx" 777 #include "svx/rubydialog.hxx" 778 #include "svx/ruler.hxx" 779 #include "svx/rulritem.hxx" 780 #include "editeng/scripttypeitem.hxx" 781 #include "svx/sdgcoitm.hxx" 782 #include "svx/sdggaitm.hxx" 783 #include "svx/sdginitm.hxx" 784 #include "svx/sdgluitm.hxx" 785 #include "svx/sdgmoitm.hxx" 786 #include "svx/sdgtritm.hxx" 787 #include "svx/sdr/contact/displayinfo.hxx" 788 #include "svx/sdr/contact/objectcontactofobjlistpainter.hxx" 789 #include "svx/sdr/contact/viewcontactofsdrmediaobj.hxx" 790 #include "svx/sdr/properties/defaultproperties.hxx" 791 #include "svx/sdtaaitm.hxx" 792 #include "svx/sdtacitm.hxx" 793 #include "svx/sdtaditm.hxx" 794 #include "svx/sdtagitm.hxx" 795 #include "svx/sdtaitm.hxx" 796 #include "svx/sdtakitm.hxx" 797 #include "svx/simptabl.hxx" 798 #include "editeng/splwrap.hxx" 799 #include "svx/srchdlg.hxx" 800 #include "svx/stddlg.hxx" 801 #include "svx/strarray.hxx" 802 #include "svx/xflasit.hxx" 803 #include "svx/xflclit.hxx" 804 #include "svx/xflgrit.hxx" 805 #include "svx/xflhtit.hxx" 806 #include "svx/xfltrit.hxx" 807 #include "svx/xftadit.hxx" 808 #include "svx/xftdiit.hxx" 809 #include "svx/xftmrit.hxx" 810 #include "svx/xftouit.hxx" 811 #include "svx/xftshcit.hxx" 812 #include "svx/xftshit.hxx" 813 #include "svx/xftshxy.hxx" 814 #include "svx/xftstit.hxx" 815 #include "svx/xgrad.hxx" 816 #include "svx/xlineit.hxx" 817 #include "svx/xlineit0.hxx" 818 #include "svx/xlnclit.hxx" 819 #include "svx/xlndsit.hxx" 820 #include "svx/xlnedit.hxx" 821 #include "svx/xlnstit.hxx" 822 #include "svx/xlnwtit.hxx" 823 #include "svx/xmleohlp.hxx" 824 #include "svx/xmlexchg.hxx" 825 #include "svx/xmlgrhlp.hxx" 826 #include "svx/xoutbmp.hxx" 827 #include "svx/xpoly.hxx" 828 #include "svx/xtable.hxx" 829 #include "svx/xtextit0.hxx" 830 #include "svx/zoomitem.hxx" 831 832 #include "sys/stat.h" 833 #include "sys/types.h" 834 835 #include "toolkit/helper/vclunohelper.hxx" 836 #include "toolkit/unohlp.hxx" 837 838 #include "tools/bigint.hxx" 839 #include "tools/cachestr.hxx" 840 #include "tools/color.hxx" 841 #include "tools/date.hxx" 842 #include "tools/datetime.hxx" 843 #include "tools/debug.hxx" 844 #include "tools/errcode.hxx" 845 #include "tools/errinf.hxx" 846 #include "tools/fract.hxx" 847 #include "tools/gen.hxx" 848 #include "tools/globname.hxx" 849 #include "tools/link.hxx" 850 #include "tools/list.hxx" 851 #include "tools/mempool.hxx" 852 #include "tools/multisel.hxx" 853 #include "tools/poly.hxx" 854 #include "tools/pstm.hxx" 855 #include "tools/rc.hxx" 856 #include "tools/ref.hxx" 857 #include "tools/resary.hxx" 858 #include "tools/resid.hxx" 859 #include "tools/resmgr.hxx" 860 #include "tools/rtti.hxx" 861 #include "tools/shl.hxx" 862 #include "tools/solar.h" 863 #include "tools/stream.hxx" 864 #include "tools/string.hxx" 865 #include "tools/table.hxx" 866 #include "tools/tempfile.hxx" 867 #include "tools/time.hxx" 868 #include "tools/urlobj.hxx" 869 870 #include "ucbhelper/commandenvironment.hxx" 871 #include "ucbhelper/content.hxx" 872 #include "ucbhelper/contentbroker.hxx" 873 #include "ucbhelper/contentidentifier.hxx" 874 875 #include "unicode/ubidi.h" 876 877 #include "uno/lbnames.h" 878 879 #include "unotools/accessiblerelationsethelper.hxx" 880 #include "unotools/accessiblestatesethelper.hxx" 881 #include "unotools/calendarwrapper.hxx" 882 #include "unotools/charclass.hxx" 883 #include "unotools/collatorwrapper.hxx" 884 #include "unotools/configitem.hxx" 885 #include "unotools/configmgr.hxx" 886 #include "unotools/confignode.hxx" 887 #include "unotools/configpathes.hxx" 888 #include "unotools/intlwrapper.hxx" 889 #include "unotools/localedatawrapper.hxx" 890 #include "unotools/localfilehelper.hxx" 891 #include "unotools/processfactory.hxx" 892 #include "unotools/streamwrap.hxx" 893 #include "unotools/tempfile.hxx" 894 #include "unotools/transliterationwrapper.hxx" 895 #include "unotools/ucbstreamhelper.hxx" 896 897 #include "vcl/bitmap.hxx" 898 #include "vcl/button.hxx" 899 #include "vcl/cmdevt.h" 900 #include "vcl/cmdevt.hxx" 901 #include "vcl/combobox.hxx" 902 #include "vcl/cursor.hxx" 903 #include "vcl/cvtgrf.hxx" 904 #include "vcl/dialog.hxx" 905 #include "vcl/edit.hxx" 906 #include "vcl/event.hxx" 907 #include "vcl/field.hxx" 908 #include "vcl/fixed.hxx" 909 #include "tools/fldunit.hxx" 910 #include "vcl/font.hxx" 911 #include "unotools/fontcvt.hxx" 912 #include "vcl/graph.hxx" 913 #include "vcl/group.hxx" 914 #include "vcl/help.hxx" 915 #include "vcl/image.hxx" 916 #include "vcl/button.hxx" 917 #include "vcl/inputctx.hxx" 918 #include "vcl/jobset.hxx" 919 #include "vcl/keycod.hxx" 920 #include "vcl/keycodes.hxx" 921 #include "vcl/lstbox.hxx" 922 #include "vcl/mapmod.hxx" 923 #include "vcl/menu.hxx" 924 #include "vcl/menubtn.hxx" 925 #include "vcl/metric.hxx" 926 #include "vcl/mnemonic.hxx" 927 #include "vcl/morebtn.hxx" 928 #include "vcl/msgbox.hxx" 929 #include "vcl/outdev.hxx" 930 #include "vcl/pdfextoutdevdata.hxx" 931 #include "vcl/print.hxx" 932 #include "vcl/region.hxx" 933 #include "vcl/salbtype.hxx" 934 #include "vcl/scrbar.hxx" 935 #include "vcl/settings.hxx" 936 #include "vcl/sound.hxx" 937 #include "vcl/status.hxx" 938 #include "vcl/svapp.hxx" 939 #include "vcl/syswin.hxx" 940 #include "vcl/timer.hxx" 941 #include "vcl/toolbox.hxx" 942 #include "vcl/vclenum.hxx" 943 #include "vcl/virdev.hxx" 944 #include "vcl/waitobj.hxx" 945 #include "vcl/window.hxx" 946 #include "tools/wintypes.hxx" 947 #include "vcl/wrkwin.hxx" 948 949 #include "vos/mutex.hxx" 950 #include "vos/ref.hxx" 951 952 #include "xmloff/DocumentSettingsContext.hxx" 953 #include "xmloff/ProgressBarHelper.hxx" 954 #include "xmloff/XMLBase64ImportContext.hxx" 955 #include "xmloff/XMLFilterServiceNames.h" 956 #include "xmloff/XMLFontAutoStylePool.hxx" 957 #include "xmloff/XMLFontStylesContext.hxx" 958 #include "xmloff/XMLGraphicsDefaultStyle.hxx" 959 #include "xmloff/XMLTextListAutoStylePool.hxx" 960 #include "xmloff/XMLTextMasterPageExport.hxx" 961 #include "xmloff/XMLTextMasterStylesContext.hxx" 962 #include "xmloff/XMLTextShapeImportHelper.hxx" 963 #include "xmloff/XMLTextShapeStyleContext.hxx" 964 #include "xmloff/XMLTextTableContext.hxx" 965 #include "xmloff/attrlist.hxx" 966 #include "xmloff/families.hxx" 967 #include "xmloff/functional.hxx" 968 #include "xmloff/i18nmap.hxx" 969 #include "xmloff/maptype.hxx" 970 #include "xmloff/nmspmap.hxx" 971 #include "xmloff/numehelp.hxx" 972 #include "xmloff/prhdlfac.hxx" 973 #include "xmloff/prstylei.hxx" 974 #include "xmloff/txtparae.hxx" 975 #include "xmloff/txtprmap.hxx" 976 #include "xmloff/txtstyli.hxx" 977 #include "xmloff/uniref.hxx" 978 #include "xmloff/xformsimport.hxx" 979 #include "xmloff/xmlaustp.hxx" 980 #include "xmloff/xmlement.hxx" 981 #include "xmloff/xmlexp.hxx" 982 #include "xmloff/xmlictxt.hxx" 983 #include "xmloff/xmlmetae.hxx" 984 #include "xmloff/xmlmetai.hxx" 985 #include "xmloff/xmlnmspe.hxx" 986 #include "xmloff/xmlprmap.hxx" 987 #include "xmloff/xmlscripti.hxx" 988 #include "xmloff/xmlstyle.hxx" 989 #include "xmloff/xmltabe.hxx" 990 #include "xmloff/xmltkmap.hxx" 991 #include "xmloff/xmltoken.hxx" 992 #include "xmloff/xmltypes.hxx" 993 #include "xmloff/xmluconv.hxx" 994 //---MARKER--- 995 996 #endif 997