1*353d8f4dSAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*353d8f4dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*353d8f4dSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*353d8f4dSAndrew Rist * distributed with this work for additional information 6*353d8f4dSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*353d8f4dSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*353d8f4dSAndrew Rist * "License"); you may not use this file except in compliance 9*353d8f4dSAndrew Rist * with the License. You may obtain a copy of the License at 10*353d8f4dSAndrew Rist * 11*353d8f4dSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*353d8f4dSAndrew Rist * 13*353d8f4dSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*353d8f4dSAndrew Rist * software distributed under the License is distributed on an 15*353d8f4dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*353d8f4dSAndrew Rist * KIND, either express or implied. See the License for the 17*353d8f4dSAndrew Rist * specific language governing permissions and limitations 18*353d8f4dSAndrew Rist * under the License. 19*353d8f4dSAndrew Rist * 20*353d8f4dSAndrew Rist *************************************************************/ 21*353d8f4dSAndrew Rist 22*353d8f4dSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:00.233019 25cdf0e10cSrcweir 26cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 27cdf0e10cSrcweir //---MARKER--- 28cdf0e10cSrcweir #include "basic/basicmanagerrepository.hxx" 29cdf0e10cSrcweir #include "basic/basmgr.hxx" 30cdf0e10cSrcweir #include "basic/sberrors.hxx" 31cdf0e10cSrcweir #include "basic/sbmeth.hxx" 32cdf0e10cSrcweir #include "basic/sbmod.hxx" 33cdf0e10cSrcweir #include "basic/sbstar.hxx" 34cdf0e10cSrcweir #include "basic/sbuno.hxx" 35cdf0e10cSrcweir #include "basic/sbx.hxx" 36cdf0e10cSrcweir #include "basic/sbxcore.hxx" 37cdf0e10cSrcweir #include "basic/sbxdef.hxx" 38cdf0e10cSrcweir #include "basic/sbxfac.hxx" 39cdf0e10cSrcweir #include "basic/sbxmeth.hxx" 40cdf0e10cSrcweir #include "basic/sbxobj.hxx" 41cdf0e10cSrcweir #include "basic/sbxvar.hxx" 42cdf0e10cSrcweir #include "boost/shared_ptr.hpp" 43cdf0e10cSrcweir #include "com/sun/star/awt/KeyEvent.hpp" 44cdf0e10cSrcweir #include "com/sun/star/awt/KeyModifier.hpp" 45cdf0e10cSrcweir #include "com/sun/star/awt/MouseButton.hpp" 46cdf0e10cSrcweir #include "com/sun/star/awt/MouseEvent.hpp" 47cdf0e10cSrcweir #include "com/sun/star/awt/PosSize.hpp" 48cdf0e10cSrcweir #include "com/sun/star/awt/Size.hpp" 49cdf0e10cSrcweir #include "com/sun/star/awt/XButton.hpp" 50cdf0e10cSrcweir #include "com/sun/star/awt/XControl.hpp" 51cdf0e10cSrcweir #include "com/sun/star/awt/XDockableWindow.hpp" 52cdf0e10cSrcweir #include "com/sun/star/awt/XDockableWindowListener.hpp" 53cdf0e10cSrcweir #include "com/sun/star/awt/XKeyHandler.hdl" 54cdf0e10cSrcweir #include "com/sun/star/awt/XKeyHandler.hpp" 55cdf0e10cSrcweir #include "com/sun/star/awt/XMouseClickHandler.hdl" 56cdf0e10cSrcweir #include "com/sun/star/awt/XMouseClickHandler.hpp" 57cdf0e10cSrcweir #include "com/sun/star/awt/XTopWindow.hpp" 58cdf0e10cSrcweir #include "com/sun/star/awt/XUserInputInterception.hpp" 59cdf0e10cSrcweir #include "com/sun/star/awt/XWindow.hpp" 60cdf0e10cSrcweir #include "com/sun/star/awt/XWindow2.hpp" 61cdf0e10cSrcweir #include "com/sun/star/beans/NamedValue.hpp" 62cdf0e10cSrcweir #include "com/sun/star/beans/Property.hpp" 63cdf0e10cSrcweir #include "com/sun/star/beans/PropertyAttribute.hpp" 64cdf0e10cSrcweir #include "com/sun/star/beans/PropertyChangeEvent.hpp" 65cdf0e10cSrcweir #include "com/sun/star/beans/PropertyState.hpp" 66cdf0e10cSrcweir #include "com/sun/star/beans/PropertyStateChangeEvent.hpp" 67cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp" 68cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValues.hpp" 69cdf0e10cSrcweir #include "com/sun/star/beans/StringPair.hpp" 70cdf0e10cSrcweir #include "com/sun/star/beans/UnknownPropertyException.hpp" 71cdf0e10cSrcweir #include "com/sun/star/beans/XFastPropertySet.hpp" 72cdf0e10cSrcweir #include "com/sun/star/beans/XMaterialHolder.hpp" 73cdf0e10cSrcweir #include "com/sun/star/beans/XMultiPropertySet.hpp" 74cdf0e10cSrcweir #include "com/sun/star/beans/XPropertiesChangeListener.hpp" 75cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyAccess.hpp" 76cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyChangeListener.hpp" 77cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyContainer.hpp" 78cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp" 79cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfo.hpp" 80cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyState.hpp" 81cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyStateChangeListener.hpp" 82cdf0e10cSrcweir #include "com/sun/star/beans/XVetoableChangeListener.hpp" 83cdf0e10cSrcweir #include "com/sun/star/container/ContainerEvent.hpp" 84cdf0e10cSrcweir #include "com/sun/star/container/XChild.hpp" 85cdf0e10cSrcweir #include "com/sun/star/container/XContainer.hpp" 86cdf0e10cSrcweir #include "com/sun/star/container/XContainerListener.hpp" 87cdf0e10cSrcweir #include "com/sun/star/container/XContainerQuery.hpp" 88cdf0e10cSrcweir #include "com/sun/star/container/XEnumeration.hpp" 89cdf0e10cSrcweir #include "com/sun/star/container/XEnumerationAccess.hpp" 90cdf0e10cSrcweir #include "com/sun/star/container/XIndexAccess.hpp" 91cdf0e10cSrcweir #include "com/sun/star/container/XIndexContainer.hpp" 92cdf0e10cSrcweir #include "com/sun/star/container/XIndexReplace.hpp" 93cdf0e10cSrcweir #include "com/sun/star/container/XNameAccess.hpp" 94cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp" 95cdf0e10cSrcweir #include "com/sun/star/container/XNameReplace.hpp" 96cdf0e10cSrcweir #include "com/sun/star/container/XSet.hpp" 97cdf0e10cSrcweir #include "com/sun/star/datatransfer/DataFlavor.hpp" 98cdf0e10cSrcweir #include "com/sun/star/datatransfer/XTransferable.hpp" 99cdf0e10cSrcweir #include "com/sun/star/document/BrokenPackageRequest.hpp" 100cdf0e10cSrcweir #include "com/sun/star/document/CorruptedFilterConfigurationException.hpp" 101cdf0e10cSrcweir #include "com/sun/star/document/EventObject.hpp" 102cdf0e10cSrcweir #include "com/sun/star/document/FilterOptionsRequest.hpp" 103cdf0e10cSrcweir #include "com/sun/star/document/MacroExecMode.hpp" 104cdf0e10cSrcweir #include "com/sun/star/document/UpdateDocMode.hpp" 105cdf0e10cSrcweir #include "com/sun/star/document/XActionLockable.hpp" 106cdf0e10cSrcweir #include "com/sun/star/document/XDocumentInfo.hpp" 107cdf0e10cSrcweir #include "com/sun/star/document/XDocumentInfoSupplier.hpp" 108cdf0e10cSrcweir #include "com/sun/star/document/XDocumentRevisionListPersistence.hpp" 109cdf0e10cSrcweir #include "com/sun/star/document/XDocumentSubStorageSupplier.hpp" 110cdf0e10cSrcweir #include "com/sun/star/document/XEventBroadcaster.hpp" 111cdf0e10cSrcweir #include "com/sun/star/document/XEventListener.hpp" 112cdf0e10cSrcweir #include "com/sun/star/document/XEventsSupplier.hpp" 113cdf0e10cSrcweir #include "com/sun/star/document/XExporter.hpp" 114cdf0e10cSrcweir #include "com/sun/star/document/XExtendedFilterDetection.hpp" 115cdf0e10cSrcweir #include "com/sun/star/document/XFilter.hpp" 116cdf0e10cSrcweir #include "com/sun/star/document/XImporter.hpp" 117cdf0e10cSrcweir #include "com/sun/star/document/XInteractionFilterOptions.hpp" 118cdf0e10cSrcweir #include "com/sun/star/document/XStandaloneDocumentInfo.hpp" 119cdf0e10cSrcweir #include "com/sun/star/document/XStorageBasedDocument.hpp" 120cdf0e10cSrcweir #include "com/sun/star/document/XStorageChangeListener.hpp" 121cdf0e10cSrcweir #include "com/sun/star/document/XTypeDetection.hpp" 122cdf0e10cSrcweir #include "com/sun/star/document/XViewDataSupplier.hpp" 123cdf0e10cSrcweir #include "com/sun/star/embed/Aspects.hpp" 124cdf0e10cSrcweir #include "com/sun/star/embed/ElementModes.hpp" 125cdf0e10cSrcweir #include "com/sun/star/embed/EmbedMapUnits.hpp" 126cdf0e10cSrcweir #include "com/sun/star/embed/EmbedMisc.hpp" 127cdf0e10cSrcweir #include "com/sun/star/embed/EmbedStates.hpp" 128cdf0e10cSrcweir #include "com/sun/star/embed/EmbedVerbs.hpp" 129cdf0e10cSrcweir #include "com/sun/star/embed/EntryInitModes.hpp" 130cdf0e10cSrcweir #include "com/sun/star/embed/StateChangeInProgressException.hpp" 131cdf0e10cSrcweir #include "com/sun/star/embed/UseBackupException.hpp" 132cdf0e10cSrcweir #include "com/sun/star/embed/VerbAttributes.hpp" 133cdf0e10cSrcweir #include "com/sun/star/embed/VerbDescriptor.hpp" 134cdf0e10cSrcweir #include "com/sun/star/embed/XComponentSupplier.hpp" 135cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedObjectCreator.hpp" 136cdf0e10cSrcweir #include "com/sun/star/embed/XEmbedPersist.hpp" 137cdf0e10cSrcweir #include "com/sun/star/embed/XEmbeddedClient.hpp" 138cdf0e10cSrcweir #include "com/sun/star/embed/XEmbeddedObject.hpp" 139cdf0e10cSrcweir #include "com/sun/star/embed/XInplaceClient.hpp" 140cdf0e10cSrcweir #include "com/sun/star/embed/XInplaceObject.hpp" 141cdf0e10cSrcweir #include "com/sun/star/embed/XLinkageSupport.hpp" 142cdf0e10cSrcweir #include "com/sun/star/embed/XOptimizedStorage.hpp" 143cdf0e10cSrcweir #include "com/sun/star/embed/XPackageStructureCreator.hpp" 144cdf0e10cSrcweir #include "com/sun/star/embed/XStateChangeListener.hpp" 145cdf0e10cSrcweir #include "com/sun/star/embed/XStorage.hpp" 146cdf0e10cSrcweir #include "com/sun/star/embed/XTransactedObject.hpp" 147cdf0e10cSrcweir #include "com/sun/star/embed/XTransactionBroadcaster.hpp" 148cdf0e10cSrcweir #include "com/sun/star/embed/XTransactionListener.hpp" 149cdf0e10cSrcweir #include "com/sun/star/embed/XVisualObject.hpp" 150cdf0e10cSrcweir #include "com/sun/star/embed/XWindowSupplier.hpp" 151cdf0e10cSrcweir #include "com/sun/star/form/XReset.hpp" 152cdf0e10cSrcweir #include "com/sun/star/frame/CommandGroup.hpp" 153cdf0e10cSrcweir #include "com/sun/star/frame/DispatchDescriptor.hpp" 154cdf0e10cSrcweir #include "com/sun/star/frame/DispatchResultEvent.hpp" 155cdf0e10cSrcweir #include "com/sun/star/frame/DispatchResultState.hpp" 156cdf0e10cSrcweir #include "com/sun/star/frame/DispatchStatement.hpp" 157cdf0e10cSrcweir #include "com/sun/star/frame/DoubleInitializationException.hpp" 158cdf0e10cSrcweir #include "com/sun/star/frame/FeatureStateEvent.hpp" 159cdf0e10cSrcweir #include "com/sun/star/frame/FrameAction.hpp" 160cdf0e10cSrcweir #include "com/sun/star/frame/FrameActionEvent.hpp" 161cdf0e10cSrcweir #include "com/sun/star/frame/FrameSearchFlag.hpp" 162cdf0e10cSrcweir #include "com/sun/star/frame/IllegalArgumentIOException.hpp" 163cdf0e10cSrcweir #include "com/sun/star/frame/LayoutManagerEvents.hpp" 164cdf0e10cSrcweir #include "com/sun/star/frame/XBorderResizeListener.hpp" 165cdf0e10cSrcweir #include "com/sun/star/frame/XComponentLoader.hpp" 166cdf0e10cSrcweir #include "com/sun/star/frame/XController.hpp" 167cdf0e10cSrcweir #include "com/sun/star/frame/XControllerBorder.hpp" 168cdf0e10cSrcweir #include "com/sun/star/frame/XDesktop.hpp" 169cdf0e10cSrcweir #include "com/sun/star/frame/XDispatch.hpp" 170cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchHelper.hpp" 171cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchInformationProvider.hpp" 172cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProvider.hpp" 173cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProviderInterception.hpp" 174cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchProviderInterceptor.hpp" 175cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchRecorder.hpp" 176cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchRecorderSupplier.hpp" 177cdf0e10cSrcweir #include "com/sun/star/frame/XDispatchResultListener.hpp" 178cdf0e10cSrcweir #include "com/sun/star/frame/XDocumentTemplates.hpp" 179cdf0e10cSrcweir #include "com/sun/star/frame/XFilterDetect.hpp" 180cdf0e10cSrcweir #include "com/sun/star/frame/XFrame.hpp" 181cdf0e10cSrcweir #include "com/sun/star/frame/XFrameActionListener.hpp" 182cdf0e10cSrcweir #include "com/sun/star/frame/XFrameLoader.hpp" 183cdf0e10cSrcweir #include "com/sun/star/frame/XFrames.hpp" 184cdf0e10cSrcweir #include "com/sun/star/frame/XFramesSupplier.hpp" 185cdf0e10cSrcweir #include "com/sun/star/frame/XInterceptorInfo.hpp" 186cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManager.hpp" 187cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManagerEventBroadcaster.hpp" 188cdf0e10cSrcweir #include "com/sun/star/frame/XLayoutManagerListener.hpp" 189cdf0e10cSrcweir #include "com/sun/star/frame/XLoadEventListener.hpp" 190cdf0e10cSrcweir #include "com/sun/star/frame/XLoadable.hpp" 191cdf0e10cSrcweir #include "com/sun/star/frame/XModel.hpp" 192cdf0e10cSrcweir #include "com/sun/star/frame/XModuleManager.hpp" 193cdf0e10cSrcweir #include "com/sun/star/frame/XNotifyingDispatch.hpp" 194cdf0e10cSrcweir #include "com/sun/star/frame/XStatusListener.hpp" 195cdf0e10cSrcweir #include "com/sun/star/frame/XStorable.hpp" 196cdf0e10cSrcweir #include "com/sun/star/frame/XStorable2.hpp" 197cdf0e10cSrcweir #include "com/sun/star/frame/XSubToolbarController.hpp" 198cdf0e10cSrcweir #include "com/sun/star/frame/XSynchronousDispatch.hpp" 199cdf0e10cSrcweir #include "com/sun/star/frame/XSynchronousFrameLoader.hpp" 200cdf0e10cSrcweir #include "com/sun/star/frame/XTerminateListener.hpp" 201cdf0e10cSrcweir #include "com/sun/star/frame/status/ItemState.hpp" 202cdf0e10cSrcweir #include "com/sun/star/frame/status/ItemStatus.hpp" 203cdf0e10cSrcweir #include "com/sun/star/frame/status/Template.hpp" 204cdf0e10cSrcweir #include "com/sun/star/frame/status/Verb.hpp" 205cdf0e10cSrcweir #include "com/sun/star/frame/status/Visibility.hpp" 206cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphic.hpp" 207cdf0e10cSrcweir #include "com/sun/star/graphic/XGraphicProvider.hpp" 208cdf0e10cSrcweir #include "com/sun/star/i18n/TransliterationModules.hpp" 209cdf0e10cSrcweir #include "com/sun/star/i18n/WordType.hpp" 210cdf0e10cSrcweir #include "com/sun/star/i18n/XBreakIterator.hpp" 211cdf0e10cSrcweir #include "com/sun/star/io/IOException.hpp" 212cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSink.hpp" 213cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSource.hpp" 214cdf0e10cSrcweir #include "com/sun/star/io/XAsyncOutputMonitor.hpp" 215cdf0e10cSrcweir #include "com/sun/star/io/XInputStream.hpp" 216cdf0e10cSrcweir #include "com/sun/star/io/XOutputStream.hpp" 217cdf0e10cSrcweir #include "com/sun/star/io/XPersist.hpp" 218cdf0e10cSrcweir #include "com/sun/star/io/XSeekable.hpp" 219cdf0e10cSrcweir #include "com/sun/star/io/XStream.hpp" 220cdf0e10cSrcweir #include "com/sun/star/io/XStreamListener.hpp" 221cdf0e10cSrcweir #include "com/sun/star/io/XTruncate.hpp" 222cdf0e10cSrcweir #include "com/sun/star/lang/DisposedException.hpp" 223cdf0e10cSrcweir #include "com/sun/star/lang/EventObject.hpp" 224cdf0e10cSrcweir #include "com/sun/star/lang/IllegalArgumentException.hpp" 225cdf0e10cSrcweir #include "com/sun/star/lang/Locale.hpp" 226cdf0e10cSrcweir #include "com/sun/star/lang/WrappedTargetException.hpp" 227cdf0e10cSrcweir #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" 228cdf0e10cSrcweir #include "com/sun/star/lang/XComponent.hpp" 229cdf0e10cSrcweir #include "com/sun/star/lang/XEventListener.hpp" 230cdf0e10cSrcweir #include "com/sun/star/lang/XInitialization.hpp" 231cdf0e10cSrcweir #include "com/sun/star/lang/XLocalizable.hpp" 232cdf0e10cSrcweir #include "com/sun/star/lang/XMultiServiceFactory.hpp" 233cdf0e10cSrcweir #include "com/sun/star/lang/XServiceInfo.hpp" 234cdf0e10cSrcweir #include "com/sun/star/lang/XSingleComponentFactory.hpp" 235cdf0e10cSrcweir #include "com/sun/star/lang/XSingleServiceFactory.hpp" 236cdf0e10cSrcweir #include "com/sun/star/lang/XTypeProvider.hpp" 237cdf0e10cSrcweir #include "com/sun/star/lang/XUnoTunnel.hpp" 238cdf0e10cSrcweir #include "com/sun/star/loader/CannotActivateFactoryException.hpp" 239cdf0e10cSrcweir #include "com/sun/star/loader/XImplementationLoader.hpp" 240cdf0e10cSrcweir #include "com/sun/star/mozilla/XPluginInstance.hpp" 241cdf0e10cSrcweir #include "com/sun/star/plugin/PluginDescription.hpp" 242cdf0e10cSrcweir #include "com/sun/star/plugin/PluginMode.hpp" 243cdf0e10cSrcweir #include "com/sun/star/plugin/XPlugin.hpp" 244cdf0e10cSrcweir #include "com/sun/star/plugin/XPluginManager.hpp" 245cdf0e10cSrcweir #include "com/sun/star/registry/InvalidRegistryException.hpp" 246cdf0e10cSrcweir #include "com/sun/star/registry/MergeConflictException.hpp" 247cdf0e10cSrcweir #include "com/sun/star/registry/RegistryValueType.hpp" 248cdf0e10cSrcweir #include "com/sun/star/registry/XSimpleRegistry.hpp" 249cdf0e10cSrcweir #include "com/sun/star/script/AllEventObject.hpp" 250cdf0e10cSrcweir #include "com/sun/star/script/ContextInformation.hpp" 251cdf0e10cSrcweir #include "com/sun/star/script/FinishEngineEvent.hpp" 252cdf0e10cSrcweir #include "com/sun/star/script/FinishReason.hpp" 253cdf0e10cSrcweir #include "com/sun/star/script/InterruptEngineEvent.hpp" 254cdf0e10cSrcweir #include "com/sun/star/script/InterruptReason.hpp" 255cdf0e10cSrcweir #include "com/sun/star/script/ModuleSizeExceededRequest.hpp" 256cdf0e10cSrcweir #include "com/sun/star/script/XAllListener.hpp" 257cdf0e10cSrcweir #include "com/sun/star/script/XAllListenerAdapterService.hpp" 258cdf0e10cSrcweir #include "com/sun/star/script/XDebugging.hpp" 259cdf0e10cSrcweir #include "com/sun/star/script/XEngine.hpp" 260cdf0e10cSrcweir #include "com/sun/star/script/XEngineListener.hpp" 261cdf0e10cSrcweir #include "com/sun/star/script/XInvocation.hpp" 262cdf0e10cSrcweir #include "com/sun/star/script/XLibraryAccess.hpp" 263cdf0e10cSrcweir #include "com/sun/star/script/XLibraryContainer.hpp" 264cdf0e10cSrcweir #include "com/sun/star/script/XStarBasicAccess.hpp" 265cdf0e10cSrcweir #include "com/sun/star/script/XTypeConverter.hpp" 266cdf0e10cSrcweir #include "com/sun/star/script/browse/BrowseNodeFactoryViewTypes.hpp" 267cdf0e10cSrcweir #include "com/sun/star/script/browse/BrowseNodeTypes.hpp" 268cdf0e10cSrcweir #include "com/sun/star/script/browse/XBrowseNode.hpp" 269cdf0e10cSrcweir #include "com/sun/star/script/browse/XBrowseNodeFactory.hpp" 270cdf0e10cSrcweir #include "com/sun/star/script/provider/ScriptFrameworkErrorException.hpp" 271cdf0e10cSrcweir #include "com/sun/star/script/provider/XScript.hpp" 272cdf0e10cSrcweir #include "com/sun/star/script/provider/XScriptProvider.hpp" 273cdf0e10cSrcweir #include "com/sun/star/script/provider/XScriptProviderFactory.hpp" 274cdf0e10cSrcweir #include "com/sun/star/script/provider/XScriptProviderSupplier.hpp" 275cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSet.hpp" 276cdf0e10cSrcweir #include "com/sun/star/sdbc/XRow.hpp" 277cdf0e10cSrcweir #include "com/sun/star/security/CertificateValidity.hpp" 278cdf0e10cSrcweir #include "com/sun/star/security/DocumentSignatureInformation.hpp" 279cdf0e10cSrcweir #include "com/sun/star/security/NoPasswordException.hpp" 280cdf0e10cSrcweir #include "com/sun/star/security/XDocumentDigitalSignatures.hpp" 281cdf0e10cSrcweir #include "com/sun/star/style/XStyle.hpp" 282cdf0e10cSrcweir #include "com/sun/star/style/XStyleFamiliesSupplier.hpp" 283cdf0e10cSrcweir #include "com/sun/star/system/SimpleMailClientFlags.hpp" 284cdf0e10cSrcweir #include "com/sun/star/system/SystemShellExecuteException.hpp" 285cdf0e10cSrcweir #include "com/sun/star/system/SystemShellExecuteFlags.hpp" 286cdf0e10cSrcweir #include "com/sun/star/system/XSimpleMailClientSupplier.hpp" 287cdf0e10cSrcweir #include "com/sun/star/system/XSystemShellExecute.hpp" 288cdf0e10cSrcweir #include "com/sun/star/task/ErrorCodeIOException.hpp" 289cdf0e10cSrcweir #include "com/sun/star/task/ErrorCodeRequest.hpp" 290cdf0e10cSrcweir #include "com/sun/star/task/XInteractionApprove.hpp" 291cdf0e10cSrcweir #include "com/sun/star/task/XInteractionDisapprove.hpp" 292cdf0e10cSrcweir #include "com/sun/star/task/XInteractionHandler.hpp" 293cdf0e10cSrcweir #include "com/sun/star/task/XInteractionRequest.hpp" 294cdf0e10cSrcweir #include "com/sun/star/task/XJob.hpp" 295cdf0e10cSrcweir #include "com/sun/star/task/XJobExecutor.hpp" 296cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicator.hpp" 297cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorFactory.hpp" 298cdf0e10cSrcweir #include "com/sun/star/task/XStatusIndicatorSupplier.hpp" 299cdf0e10cSrcweir #include "com/sun/star/text/XText.hpp" 300cdf0e10cSrcweir #include "com/sun/star/text/XTextCursor.hpp" 301cdf0e10cSrcweir #include "com/sun/star/text/XTextDocument.hpp" 302cdf0e10cSrcweir #include "com/sun/star/text/XTextRange.hpp" 303cdf0e10cSrcweir #include "com/sun/star/text/XTextViewCursor.hpp" 304cdf0e10cSrcweir #include "com/sun/star/text/XTextViewCursorSupplier.hpp" 305cdf0e10cSrcweir #include "com/sun/star/ucb/CommandAbortedException.hpp" 306cdf0e10cSrcweir #include "com/sun/star/ucb/CommandFailedException.hpp" 307cdf0e10cSrcweir #include "com/sun/star/ucb/ContentInfo.hpp" 308cdf0e10cSrcweir #include "com/sun/star/ucb/IllegalIdentifierException.hpp" 309cdf0e10cSrcweir #include "com/sun/star/ucb/InsertCommandArgument.hpp" 310cdf0e10cSrcweir #include "com/sun/star/ucb/InteractiveAppException.hpp" 311cdf0e10cSrcweir #include "com/sun/star/ucb/InteractiveAugmentedIOException.hpp" 312cdf0e10cSrcweir #include "com/sun/star/ucb/InteractiveIOException.hpp" 313cdf0e10cSrcweir #include "com/sun/star/ucb/NameClash.hpp" 314cdf0e10cSrcweir #include "com/sun/star/ucb/NameClashException.hpp" 315cdf0e10cSrcweir #include "com/sun/star/ucb/NumberedSortingInfo.hpp" 316cdf0e10cSrcweir #include "com/sun/star/ucb/OpenCommandArgument2.hpp" 317cdf0e10cSrcweir #include "com/sun/star/ucb/OpenMode.hpp" 318cdf0e10cSrcweir #include "com/sun/star/ucb/TransferInfo.hpp" 319cdf0e10cSrcweir #include "com/sun/star/ucb/UnsupportedDataSinkException.hpp" 320cdf0e10cSrcweir #include "com/sun/star/ucb/XAnyCompare.hpp" 321cdf0e10cSrcweir #include "com/sun/star/ucb/XAnyCompareFactory.hpp" 322cdf0e10cSrcweir #include "com/sun/star/ucb/XCommandEnvironment.hpp" 323cdf0e10cSrcweir #include "com/sun/star/ucb/XCommandInfo.hpp" 324cdf0e10cSrcweir #include "com/sun/star/ucb/XCommandProcessor.hpp" 325cdf0e10cSrcweir #include "com/sun/star/ucb/XContent.hpp" 326cdf0e10cSrcweir #include "com/sun/star/ucb/XContentAccess.hpp" 327cdf0e10cSrcweir #include "com/sun/star/ucb/XContentCreator.hpp" 328cdf0e10cSrcweir #include "com/sun/star/ucb/XContentIdentifierFactory.hpp" 329cdf0e10cSrcweir #include "com/sun/star/ucb/XContentProvider.hpp" 330cdf0e10cSrcweir #include "com/sun/star/ucb/XDataContainer.hpp" 331cdf0e10cSrcweir #include "com/sun/star/ucb/XDynamicResultSet.hpp" 332cdf0e10cSrcweir #include "com/sun/star/ucb/XProgressHandler.hpp" 333cdf0e10cSrcweir #include "com/sun/star/ucb/XSimpleFileAccess.hpp" 334cdf0e10cSrcweir #include "com/sun/star/ucb/XSortedDynamicResultSetFactory.hpp" 335cdf0e10cSrcweir #include "com/sun/star/ui/ImageType.hpp" 336cdf0e10cSrcweir #include "com/sun/star/ui/XAcceleratorConfiguration.hpp" 337cdf0e10cSrcweir #include "com/sun/star/ui/XContextMenuInterception.hpp" 338cdf0e10cSrcweir #include "com/sun/star/ui/XContextMenuInterceptor.hpp" 339cdf0e10cSrcweir #include "com/sun/star/ui/XImageManager.hpp" 340cdf0e10cSrcweir #include "com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp" 341cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationManagerSupplier.hpp" 342cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationPersistence.hpp" 343cdf0e10cSrcweir #include "com/sun/star/ui/XUIConfigurationStorage.hpp" 344cdf0e10cSrcweir #include "com/sun/star/ui/XUIElement.hpp" 345cdf0e10cSrcweir #include "com/sun/star/ui/XUIElementFactory.hpp" 346cdf0e10cSrcweir #include "com/sun/star/ui/XUIFunctionListener.hpp" 347cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp" 348cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ControlActions.hpp" 349cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExecutableDialogResults.hpp" 350cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp" 351cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/FilePreviewImageFormats.hpp" 352cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" 353cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XControlAccess.hpp" 354cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XExecutableDialog.hpp" 355cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePicker.hpp" 356cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp" 357cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerListener.hpp" 358cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePickerNotifier.hpp" 359cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilePreview.hpp" 360cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilterGroupManager.hpp" 361cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFilterManager.hpp" 362cdf0e10cSrcweir #include "com/sun/star/ui/dialogs/XFolderPicker.hpp" 363cdf0e10cSrcweir #include "com/sun/star/uno/Any.h" 364cdf0e10cSrcweir #include "com/sun/star/uno/Any.hxx" 365cdf0e10cSrcweir #include "com/sun/star/uno/Exception.hpp" 366cdf0e10cSrcweir #include "com/sun/star/uno/Reference.h" 367cdf0e10cSrcweir #include "com/sun/star/uno/Reference.hxx" 368cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hpp" 369cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.hxx" 370cdf0e10cSrcweir #include "com/sun/star/uno/Type.h" 371cdf0e10cSrcweir #include "com/sun/star/uno/Type.hxx" 372cdf0e10cSrcweir #include "com/sun/star/uno/XComponentContext.hpp" 373cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hpp" 374cdf0e10cSrcweir #include "com/sun/star/uri/XUriReferenceFactory.hpp" 375cdf0e10cSrcweir #include "com/sun/star/uri/XVndSunStarScriptUrl.hpp" 376cdf0e10cSrcweir #include "com/sun/star/util/CloseVetoException.hpp" 377cdf0e10cSrcweir #include "com/sun/star/util/Date.hpp" 378cdf0e10cSrcweir #include "com/sun/star/util/DateTime.hpp" 379cdf0e10cSrcweir #include "com/sun/star/util/RevisionTag.hpp" 380cdf0e10cSrcweir #include "com/sun/star/util/SearchFlags.hpp" 381cdf0e10cSrcweir #include "com/sun/star/util/SearchOptions.hpp" 382cdf0e10cSrcweir #include "com/sun/star/util/Time.hpp" 383cdf0e10cSrcweir #include "com/sun/star/util/URL.hpp" 384cdf0e10cSrcweir #include "com/sun/star/util/XArchiver.hpp" 385cdf0e10cSrcweir #include "com/sun/star/util/XChangesBatch.hpp" 386cdf0e10cSrcweir #include "com/sun/star/util/XCloseBroadcaster.hpp" 387cdf0e10cSrcweir #include "com/sun/star/util/XCloseListener.hpp" 388cdf0e10cSrcweir #include "com/sun/star/util/XCloseable.hpp" 389cdf0e10cSrcweir #include "com/sun/star/util/XFlushable.hpp" 390cdf0e10cSrcweir #include "com/sun/star/util/XModifiable.hpp" 391cdf0e10cSrcweir #include "com/sun/star/util/XModifyBroadcaster.hpp" 392cdf0e10cSrcweir #include "com/sun/star/util/XModifyListener.hpp" 393cdf0e10cSrcweir #include "com/sun/star/util/XOfficeInstallationDirectories.hpp" 394cdf0e10cSrcweir #include "com/sun/star/util/XPropertyReplace.hpp" 395cdf0e10cSrcweir #include "com/sun/star/util/XRefreshListener.hpp" 396cdf0e10cSrcweir #include "com/sun/star/util/XRefreshable.hpp" 397cdf0e10cSrcweir #include "com/sun/star/util/XReplaceDescriptor.hpp" 398cdf0e10cSrcweir #include "com/sun/star/util/XReplaceable.hpp" 399cdf0e10cSrcweir #include "com/sun/star/util/XSearchDescriptor.hpp" 400cdf0e10cSrcweir #include "com/sun/star/util/XSearchable.hpp" 401cdf0e10cSrcweir #include "com/sun/star/util/XStringWidth.hpp" 402cdf0e10cSrcweir #include "com/sun/star/util/XURLTransformer.hpp" 403cdf0e10cSrcweir #include "com/sun/star/view/DocumentZoomType.hpp" 404cdf0e10cSrcweir #include "com/sun/star/view/PaperFormat.hpp" 405cdf0e10cSrcweir #include "com/sun/star/view/PaperOrientation.hpp" 406cdf0e10cSrcweir #include "com/sun/star/view/PrintableState.hpp" 407cdf0e10cSrcweir #include "com/sun/star/view/XControlAccess.hpp" 408cdf0e10cSrcweir #include "com/sun/star/view/XPrintJob.hpp" 409cdf0e10cSrcweir #include "com/sun/star/view/XPrintJobBroadcaster.hpp" 410cdf0e10cSrcweir #include "com/sun/star/view/XPrintPreview.hpp" 411cdf0e10cSrcweir #include "com/sun/star/view/XPrintSettingsSupplier.hpp" 412cdf0e10cSrcweir #include "com/sun/star/view/XPrintable.hpp" 413cdf0e10cSrcweir #include "com/sun/star/view/XScreenCursor.hpp" 414cdf0e10cSrcweir #include "com/sun/star/view/XSelectionChangeListener.hpp" 415cdf0e10cSrcweir #include "com/sun/star/view/XSelectionSupplier.hpp" 416cdf0e10cSrcweir #include "com/sun/star/view/XViewSettingsSupplier.hpp" 417cdf0e10cSrcweir #include "com/sun/star/xml/crypto/XSecurityEnvironment.hpp" 418cdf0e10cSrcweir #include "com/sun/star/xml/sax/XAttributeList.hpp" 419cdf0e10cSrcweir #include "com/sun/star/xml/sax/XDocumentHandler.hpp" 420cdf0e10cSrcweir #include "com/sun/star/xml/sax/XParser.hpp" 421cdf0e10cSrcweir #include "comphelper/configurationhelper.hxx" 422cdf0e10cSrcweir #include "comphelper/documentconstants.hxx" 423cdf0e10cSrcweir #include "comphelper/embeddedobjectcontainer.hxx" 424cdf0e10cSrcweir #include "comphelper/mediadescriptor.hxx" 425cdf0e10cSrcweir #include "comphelper/processfactory.hxx" 426cdf0e10cSrcweir #include "comphelper/seqstream.hxx" 427cdf0e10cSrcweir #include "comphelper/sequence.hxx" 428cdf0e10cSrcweir #include "comphelper/sequenceashashmap.hxx" 429cdf0e10cSrcweir #include "comphelper/sequenceasvector.hxx" 430cdf0e10cSrcweir #include "comphelper/storagehelper.hxx" 431cdf0e10cSrcweir #include "comphelper/types.hxx" 432cdf0e10cSrcweir #include "cppuhelper/compbase1.hxx" 433cdf0e10cSrcweir #include "cppuhelper/compbase3.hxx" 434cdf0e10cSrcweir #include "cppuhelper/factory.hxx" 435cdf0e10cSrcweir #include "cppuhelper/implbase1.hxx" 436cdf0e10cSrcweir #include "cppuhelper/implbase2.hxx" 437cdf0e10cSrcweir #include "cppuhelper/implbase3.hxx" 438cdf0e10cSrcweir #include "cppuhelper/implbase4.hxx" 439cdf0e10cSrcweir #include "cppuhelper/implbase5.hxx" 440cdf0e10cSrcweir #include "cppuhelper/implbase6.hxx" 441cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.h" 442cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.hxx" 443cdf0e10cSrcweir #include "cppuhelper/propshlp.hxx" 444cdf0e10cSrcweir #include "cppuhelper/queryinterface.hxx" 445cdf0e10cSrcweir #include "cppuhelper/typeprovider.hxx" 446cdf0e10cSrcweir #include "cppuhelper/weak.hxx" 447cdf0e10cSrcweir #include "cppuhelper/weakref.hxx" 448cdf0e10cSrcweir #include "framework/actiontriggerhelper.hxx" 449cdf0e10cSrcweir #include "framework/addonmenu.hxx" 450cdf0e10cSrcweir #include "framework/configimporter.hxx" 451cdf0e10cSrcweir #include "framework/eventsconfiguration.hxx" 452cdf0e10cSrcweir #include "framework/imageproducer.hxx" 453cdf0e10cSrcweir #include "framework/interaction.hxx" 454cdf0e10cSrcweir #include "framework/preventduplicateinteraction.hxx" 455cdf0e10cSrcweir #include "i18npool/lang.h" 456cdf0e10cSrcweir #include "i18npool/mslangid.hxx" 457cdf0e10cSrcweir #include "osl/conditn.hxx" 458cdf0e10cSrcweir #include "osl/diagnose.h" 459cdf0e10cSrcweir #include "osl/file.hxx" 460cdf0e10cSrcweir #include "osl/module.hxx" 461cdf0e10cSrcweir #include "osl/mutex.hxx" 462cdf0e10cSrcweir #include "osl/process.h" 463cdf0e10cSrcweir #include "osl/security.hxx" 464cdf0e10cSrcweir #include "osl/thread.h" 465cdf0e10cSrcweir #include "osl/thread.hxx" 466cdf0e10cSrcweir #include "rsc/rscsfx.hxx" 467cdf0e10cSrcweir #include "rtl/bootstrap.hxx" 468cdf0e10cSrcweir #include "rtl/logfile.hxx" 469cdf0e10cSrcweir #include "rtl/math.hxx" 470cdf0e10cSrcweir #include "rtl/strbuf.hxx" 471cdf0e10cSrcweir #include "rtl/string.hxx" 472cdf0e10cSrcweir #include "rtl/tencinfo.h" 473cdf0e10cSrcweir #include "rtl/uri.h" 474cdf0e10cSrcweir #include "rtl/ustrbuf.hxx" 475cdf0e10cSrcweir #include "rtl/ustring.h" 476cdf0e10cSrcweir #include "rtl/ustring.hxx" 477cdf0e10cSrcweir #include "sal/config.h" 478cdf0e10cSrcweir #include "sal/types.h" 479cdf0e10cSrcweir #include "setup_native/qswin32.h" 480cdf0e10cSrcweir #include "sot/clsids.hxx" 481cdf0e10cSrcweir #include "sot/exchange.hxx" 482cdf0e10cSrcweir #include "sot/factory.hxx" 483cdf0e10cSrcweir #include "sot/formats.hxx" 484cdf0e10cSrcweir #include "sot/object.hxx" 485cdf0e10cSrcweir #include "sot/storinfo.hxx" 486cdf0e10cSrcweir #include "svtools/accessibilityoptions.hxx" 487cdf0e10cSrcweir #include "svl/adrparse.hxx" 488cdf0e10cSrcweir #include "svl/aeitem.hxx" 489cdf0e10cSrcweir #include "svtools/asynclink.hxx" 490cdf0e10cSrcweir #include "svl/brdcst.hxx" 491cdf0e10cSrcweir #include "svl/cntwids.hrc" 492cdf0e10cSrcweir #include "svtools/controldims.hrc" 493cdf0e10cSrcweir #include "svl/ctypeitm.hxx" 494cdf0e10cSrcweir #include "svl/dateitem.hxx" 495cdf0e10cSrcweir #include "unotools/dynamicmenuoptions.hxx" 496cdf0e10cSrcweir #include "svtools/ehdl.hxx" 497cdf0e10cSrcweir #include "svl/eitem.hxx" 498cdf0e10cSrcweir #include "svtools/embedhlp.hxx" 499cdf0e10cSrcweir #include "svtools/embedtransfer.hxx" 500cdf0e10cSrcweir #include "unotools/eventcfg.hxx" 501cdf0e10cSrcweir #include "unotools/extendedsecurityoptions.hxx" 502cdf0e10cSrcweir #include "svl/flagitem.hxx" 503cdf0e10cSrcweir #include "svl/folderrestriction.hxx" 504cdf0e10cSrcweir #include "unotools/fontoptions.hxx" 505cdf0e10cSrcweir #include "svtools/framestatuslistener.hxx" 506cdf0e10cSrcweir #include "svtools/helpopt.hxx" 507cdf0e10cSrcweir #include "svl/hint.hxx" 508cdf0e10cSrcweir #include "unotools/historyoptions.hxx" 509cdf0e10cSrcweir #include "svtools/htmlkywd.hxx" 510cdf0e10cSrcweir #include "svtools/htmltokn.h" 511cdf0e10cSrcweir #include "svl/imageitm.hxx" 512cdf0e10cSrcweir #include "svtools/imagemgr.hxx" 513cdf0e10cSrcweir #include "svtools/imap.hxx" 514cdf0e10cSrcweir #include "svtools/imgdef.hxx" 515cdf0e10cSrcweir #include "svl/inetdef.hxx" 516cdf0e10cSrcweir #include "svl/inethist.hxx" 517cdf0e10cSrcweir #include "svl/inetmsg.hxx" 518cdf0e10cSrcweir #include "unotools/inetoptions.hxx" 519cdf0e10cSrcweir #include "svl/inetstrm.hxx" 520cdf0e10cSrcweir #include "svl/inettype.hxx" 521cdf0e10cSrcweir #include "unotools/internaloptions.hxx" 522cdf0e10cSrcweir #include "svl/intitem.hxx" 523cdf0e10cSrcweir #include "svl/isethint.hxx" 524cdf0e10cSrcweir #include "svtools/itemdel.hxx" 525cdf0e10cSrcweir #include "svl/itemiter.hxx" 526cdf0e10cSrcweir #include "svl/itempool.hxx" 527cdf0e10cSrcweir #include "svl/itemprop.hxx" 528cdf0e10cSrcweir #include "svl/itemset.hxx" 529cdf0e10cSrcweir #include "svtools/javacontext.hxx" 530cdf0e10cSrcweir #include "svl/lckbitem.hxx" 531cdf0e10cSrcweir #include "unotools/localisationoptions.hxx" 532cdf0e10cSrcweir #include "svtools/localresaccess.hxx" 533cdf0e10cSrcweir #include "svl/lstner.hxx" 534cdf0e10cSrcweir #include "svl/memberid.hrc" 535cdf0e10cSrcweir #include "svtools/menuoptions.hxx" 536cdf0e10cSrcweir #include "unotools/misccfg.hxx" 537cdf0e10cSrcweir #include "svtools/miscopt.hxx" 538cdf0e10cSrcweir #include "unotools/moduleoptions.hxx" 539cdf0e10cSrcweir #include "svl/ownlist.hxx" 540cdf0e10cSrcweir #include "svtools/parhtml.hxx" 541cdf0e10cSrcweir #include "unotools/pathoptions.hxx" 542cdf0e10cSrcweir #include "svl/poolitem.hxx" 543cdf0e10cSrcweir #include "svtools/printoptions.hxx" 544cdf0e10cSrcweir #include "unotools/printwarningoptions.hxx" 545cdf0e10cSrcweir #include "svl/rectitem.hxx" 546cdf0e10cSrcweir #include "unotools/regoptions.hxx" 547cdf0e10cSrcweir #include "unotools/saveopt.hxx" 548cdf0e10cSrcweir #include "unotools/searchopt.hxx" 549cdf0e10cSrcweir #include "unotools/securityoptions.hxx" 550cdf0e10cSrcweir #include "svtools/sfxecode.hxx" 551cdf0e10cSrcweir #include "svl/slstitm.hxx" 552cdf0e10cSrcweir #include "svl/smplhint.hxx" 553cdf0e10cSrcweir #include "svtools/soerr.hxx" 554cdf0e10cSrcweir #include "svl/solar.hrc" 555cdf0e10cSrcweir #include "unotools/startoptions.hxx" 556cdf0e10cSrcweir #include "svtools/statusbarcontroller.hxx" 557cdf0e10cSrcweir #include "svl/stritem.hxx" 558cdf0e10cSrcweir #include "svl/style.hrc" 559cdf0e10cSrcweir #include "svl/style.hxx" 560cdf0e10cSrcweir #include "svl/svarray.hxx" 561cdf0e10cSrcweir #include "svl/svdde.hxx" 562cdf0e10cSrcweir #include "svl/svstdarr.hxx" 563cdf0e10cSrcweir #include "svtools/svtdata.hxx" 564cdf0e10cSrcweir #include "svtools/svtools.hrc" 565cdf0e10cSrcweir #include "unotools/syslocale.hxx" 566cdf0e10cSrcweir #include "unotools/syslocaleoptions.hxx" 567cdf0e10cSrcweir #include "svl/szitem.hxx" 568cdf0e10cSrcweir #include "svtools/templatefoldercache.hxx" 569cdf0e10cSrcweir #include "svtools/toolboxcontroller.hxx" 570cdf0e10cSrcweir #include "svtools/transfer.hxx" 571cdf0e10cSrcweir #include "svtools/ttprops.hxx" 572cdf0e10cSrcweir #include "svl/undo.hxx" 573cdf0e10cSrcweir #include "unotools/undoopt.hxx" 574cdf0e10cSrcweir #include "svl/urihelper.hxx" 575cdf0e10cSrcweir #include "svl/urlbmk.hxx" 576cdf0e10cSrcweir #include "unotools/useroptions.hxx" 577cdf0e10cSrcweir #include "unotools/viewoptions.hxx" 578cdf0e10cSrcweir #include "svl/visitem.hxx" 579cdf0e10cSrcweir #include "svl/whiter.hxx" 580cdf0e10cSrcweir #include "unotools/workingsetoptions.hxx" 581cdf0e10cSrcweir #include "svl/zforlist.hxx" 582cdf0e10cSrcweir #include "toolkit/awt/vclxwindow.hxx" 583cdf0e10cSrcweir #include "toolkit/helper/convert.hxx" 584cdf0e10cSrcweir #include "tools/bigint.hxx" 585cdf0e10cSrcweir #include "tools/cachestr.hxx" 586cdf0e10cSrcweir #include "tools/color.hxx" 587cdf0e10cSrcweir #include "tools/config.hxx" 588cdf0e10cSrcweir #include "tools/datetime.hxx" 589cdf0e10cSrcweir #include "tools/debug.hxx" 590cdf0e10cSrcweir #include "tools/errcode.hxx" 591cdf0e10cSrcweir #include "tools/fract.hxx" 592cdf0e10cSrcweir #include "tools/gen.hxx" 593cdf0e10cSrcweir #include "tools/globname.hxx" 594cdf0e10cSrcweir #include "tools/inetmime.hxx" 595cdf0e10cSrcweir #include "tools/link.hxx" 596cdf0e10cSrcweir #include "tools/list.hxx" 597cdf0e10cSrcweir #include "tools/ownlist.hxx" 598cdf0e10cSrcweir #include "tools/rc.hxx" 599cdf0e10cSrcweir #include "tools/rcid.h" 600cdf0e10cSrcweir #include "tools/ref.hxx" 601cdf0e10cSrcweir #include "tools/resary.hxx" 602cdf0e10cSrcweir #include "tools/resid.hxx" 603cdf0e10cSrcweir #include "tools/rtti.hxx" 604cdf0e10cSrcweir #include "tools/shl.hxx" 605cdf0e10cSrcweir #include "tools/simplerm.hxx" 606cdf0e10cSrcweir #include "tools/solar.h" 607cdf0e10cSrcweir #include "tools/stream.hxx" 608cdf0e10cSrcweir #include "tools/string.hxx" 609cdf0e10cSrcweir #include "tools/table.hxx" 610cdf0e10cSrcweir #include "tools/tenccvt.hxx" 611cdf0e10cSrcweir #include "tools/unqid.hxx" 612cdf0e10cSrcweir #include "tools/urlobj.hxx" 613cdf0e10cSrcweir #include "tools/wldcrd.hxx" 614cdf0e10cSrcweir #include "tools/zcodec.hxx" 615cdf0e10cSrcweir #include "ucbhelper/configurationkeys.hxx" 616cdf0e10cSrcweir #include "uno/current_context.hxx" 617cdf0e10cSrcweir #include "uno/mapping.hxx" 618cdf0e10cSrcweir #include "unotools/bootstrap.hxx" 619cdf0e10cSrcweir #include "unotools/configitem.hxx" 620cdf0e10cSrcweir #include "unotools/configmgr.hxx" 621cdf0e10cSrcweir #include "unotools/confignode.hxx" 622cdf0e10cSrcweir #include "unotools/intlwrapper.hxx" 623cdf0e10cSrcweir #include "unotools/localedatawrapper.hxx" 624cdf0e10cSrcweir #include "unotools/localfilehelper.hxx" 625cdf0e10cSrcweir #include "unotools/processfactory.hxx" 626cdf0e10cSrcweir #include "unotools/progresshandlerwrap.hxx" 627cdf0e10cSrcweir #include "unotools/streamhelper.hxx" 628cdf0e10cSrcweir #include "unotools/streamwrap.hxx" 629cdf0e10cSrcweir #include "unotools/tempfile.hxx" 630cdf0e10cSrcweir #include "unotools/ucblockbytes.hxx" 631cdf0e10cSrcweir #include "unotools/ucbstreamhelper.hxx" 632cdf0e10cSrcweir #include "vcl/abstdlg.hxx" 633cdf0e10cSrcweir #include "vcl/bitmap.hxx" 634cdf0e10cSrcweir #include "vcl/bitmapex.hxx" 635cdf0e10cSrcweir #include "vcl/bmpacc.hxx" 636cdf0e10cSrcweir #include "vcl/cvtgrf.hxx" 637cdf0e10cSrcweir #include "vcl/decoview.hxx" 638cdf0e10cSrcweir #include "vcl/gdimtf.hxx" 639cdf0e10cSrcweir #include "vcl/graph.hxx" 640cdf0e10cSrcweir #include "vcl/help.hxx" 641cdf0e10cSrcweir #include "vcl/i18nhelp.hxx" 642cdf0e10cSrcweir #include "vcl/image.hxx" 643cdf0e10cSrcweir #include "vcl/jobset.hxx" 644cdf0e10cSrcweir #include "vcl/menu.hxx" 645cdf0e10cSrcweir #include "vcl/mnemonic.hxx" 646cdf0e10cSrcweir #include "vcl/pointr.hxx" 647cdf0e10cSrcweir #include "vcl/salbtype.hxx" 648cdf0e10cSrcweir #include "vcl/salctype.hxx" 649cdf0e10cSrcweir #include "vcl/sound.hxx" 650cdf0e10cSrcweir #include "vcl/stdtext.hxx" 651cdf0e10cSrcweir #include "vcl/timer.hxx" 652cdf0e10cSrcweir #include "vcl/unohelp.hxx" 653cdf0e10cSrcweir #include "tools/wintypes.hxx" 654cdf0e10cSrcweir #include "vos/diagnose.hxx" 655cdf0e10cSrcweir #include "vos/module.hxx" 656cdf0e10cSrcweir #include "vos/mutex.hxx" 657cdf0e10cSrcweir #include "vos/process.hxx" 658cdf0e10cSrcweir #include "vos/security.hxx" 659cdf0e10cSrcweir #include "vos/socket.hxx" 660cdf0e10cSrcweir #include "vos/thread.hxx" 661cdf0e10cSrcweir #include "vos/xception.hxx" 662cdf0e10cSrcweir //---MARKER--- 663cdf0e10cSrcweir #endif 664cdf0e10cSrcweir 665