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