1*1c4c525fSAndrew Rist /************************************************************** 2cdf0e10cSrcweir * 3*1c4c525fSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*1c4c525fSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*1c4c525fSAndrew Rist * distributed with this work for additional information 6*1c4c525fSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*1c4c525fSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*1c4c525fSAndrew Rist * "License"); you may not use this file except in compliance 9*1c4c525fSAndrew Rist * with the License. You may obtain a copy of the License at 10*1c4c525fSAndrew Rist * 11*1c4c525fSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*1c4c525fSAndrew Rist * 13*1c4c525fSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*1c4c525fSAndrew Rist * software distributed under the License is distributed on an 15*1c4c525fSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*1c4c525fSAndrew Rist * KIND, either express or implied. See the License for the 17*1c4c525fSAndrew Rist * specific language governing permissions and limitations 18*1c4c525fSAndrew Rist * under the License. 19*1c4c525fSAndrew Rist * 20*1c4c525fSAndrew Rist *************************************************************/ 21*1c4c525fSAndrew Rist 22*1c4c525fSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:03.092339 25cdf0e10cSrcweir 26cdf0e10cSrcweir // breaks some builds (e.g. pyuno and i18npool on Mac OS X) 27cdf0e10cSrcweir #if 0 28cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 29cdf0e10cSrcweir //---MARKER--- 30cdf0e10cSrcweir #include "sal/alloca.h" 31cdf0e10cSrcweir #include "sal/config.h" 32cdf0e10cSrcweir #include "sal/main.h" 33cdf0e10cSrcweir #include "sal/types.h" 34cdf0e10cSrcweir 35cdf0e10cSrcweir #include "boost/scoped_array.hpp" 36cdf0e10cSrcweir 37cdf0e10cSrcweir #include "com/sun/star/beans/IllegalTypeException.hpp" 38cdf0e10cSrcweir #include "com/sun/star/beans/MethodConcept.hpp" 39cdf0e10cSrcweir #include "com/sun/star/beans/NamedValue.hpp" 40cdf0e10cSrcweir #include "com/sun/star/beans/Property.hpp" 41cdf0e10cSrcweir #include "com/sun/star/beans/PropertyAttribute.hpp" 42cdf0e10cSrcweir #include "com/sun/star/beans/PropertyChangeEvent.hpp" 43cdf0e10cSrcweir #include "com/sun/star/beans/PropertyConcept.hpp" 44cdf0e10cSrcweir #include "com/sun/star/beans/PropertyState.hpp" 45cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp" 46cdf0e10cSrcweir #include "com/sun/star/beans/PropertyVetoException.hpp" 47cdf0e10cSrcweir #include "com/sun/star/beans/UnknownPropertyException.hpp" 48cdf0e10cSrcweir #include "com/sun/star/beans/XExactName.hpp" 49cdf0e10cSrcweir #include "com/sun/star/beans/XFastPropertySet.hpp" 50cdf0e10cSrcweir #include "com/sun/star/beans/XIntrospection.hpp" 51cdf0e10cSrcweir #include "com/sun/star/beans/XIntrospectionAccess.hpp" 52cdf0e10cSrcweir #include "com/sun/star/beans/XMaterialHolder.hpp" 53cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyChangeListener.hpp" 54cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp" 55cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfo.hpp" 56cdf0e10cSrcweir #include "com/sun/star/beans/XVetoableChangeListener.hpp" 57cdf0e10cSrcweir #include "com/sun/star/connection/SocketPermission.hpp" 58cdf0e10cSrcweir #include "com/sun/star/container/ContainerEvent.hpp" 59cdf0e10cSrcweir #include "com/sun/star/container/ElementExistException.hpp" 60cdf0e10cSrcweir #include "com/sun/star/container/NoSuchElementException.hpp" 61cdf0e10cSrcweir #include "com/sun/star/container/XContainer.hpp" 62cdf0e10cSrcweir #include "com/sun/star/container/XContainerListener.hpp" 63cdf0e10cSrcweir #include "com/sun/star/container/XContentEnumerationAccess.hpp" 64cdf0e10cSrcweir #include "com/sun/star/container/XElementAccess.hpp" 65cdf0e10cSrcweir #include "com/sun/star/container/XEnumeration.hpp" 66cdf0e10cSrcweir #include "com/sun/star/container/XEnumerationAccess.hpp" 67cdf0e10cSrcweir #include "com/sun/star/container/XHierarchicalNameAccess.hpp" 68cdf0e10cSrcweir #include "com/sun/star/container/XIndexAccess.hpp" 69cdf0e10cSrcweir #include "com/sun/star/container/XIndexContainer.hpp" 70cdf0e10cSrcweir #include "com/sun/star/container/XIndexReplace.hpp" 71cdf0e10cSrcweir #include "com/sun/star/container/XNameAccess.hpp" 72cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp" 73cdf0e10cSrcweir #include "com/sun/star/container/XNameReplace.hpp" 74cdf0e10cSrcweir #include "com/sun/star/container/XSet.hpp" 75cdf0e10cSrcweir #include "com/sun/star/io/FilePermission.hpp" 76cdf0e10cSrcweir #include "com/sun/star/java/InvalidJavaSettingsException.hpp" 77cdf0e10cSrcweir #include "com/sun/star/java/JavaDisabledException.hpp" 78cdf0e10cSrcweir #include "com/sun/star/java/JavaInitializationException.hpp" 79cdf0e10cSrcweir #include "com/sun/star/java/JavaNotConfiguredException.hpp" 80cdf0e10cSrcweir #include "com/sun/star/java/JavaNotFoundException.hpp" 81cdf0e10cSrcweir #include "com/sun/star/java/JavaVMCreationFailureException.hpp" 82cdf0e10cSrcweir #include "com/sun/star/java/MissingJavaRuntimeException.hpp" 83cdf0e10cSrcweir #include "com/sun/star/java/RestartRequiredException.hpp" 84cdf0e10cSrcweir #include "com/sun/star/java/XJavaThreadRegister_11.hpp" 85cdf0e10cSrcweir #include "com/sun/star/java/XJavaVM.hpp" 86cdf0e10cSrcweir #include "com/sun/star/lang/ArrayIndexOutOfBoundsException.hpp" 87cdf0e10cSrcweir #include "com/sun/star/lang/DisposedException.hpp" 88cdf0e10cSrcweir #include "com/sun/star/lang/EventObject.hpp" 89cdf0e10cSrcweir #include "com/sun/star/lang/IllegalAccessException.hpp" 90cdf0e10cSrcweir #include "com/sun/star/lang/IllegalArgumentException.hpp" 91cdf0e10cSrcweir #include "com/sun/star/lang/IndexOutOfBoundsException.hpp" 92cdf0e10cSrcweir #include "com/sun/star/lang/NoSuchMethodException.hpp" 93cdf0e10cSrcweir #include "com/sun/star/lang/WrappedTargetException.hpp" 94cdf0e10cSrcweir #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" 95cdf0e10cSrcweir #include "com/sun/star/lang/XComponent.hpp" 96cdf0e10cSrcweir #include "com/sun/star/lang/XEventListener.hpp" 97cdf0e10cSrcweir #include "com/sun/star/lang/XInitialization.hpp" 98cdf0e10cSrcweir #include "com/sun/star/lang/XMain.hpp" 99cdf0e10cSrcweir #include "com/sun/star/lang/XMultiComponentFactory.hpp" 100cdf0e10cSrcweir #include "com/sun/star/lang/XMultiServiceFactory.hpp" 101cdf0e10cSrcweir #include "com/sun/star/lang/XServiceInfo.hpp" 102cdf0e10cSrcweir #include "com/sun/star/lang/XSingleComponentFactory.hpp" 103cdf0e10cSrcweir #include "com/sun/star/lang/XSingleServiceFactory.hpp" 104cdf0e10cSrcweir #include "com/sun/star/lang/XTypeProvider.hpp" 105cdf0e10cSrcweir #include "com/sun/star/lang/XUnoTunnel.hpp" 106cdf0e10cSrcweir #include "com/sun/star/loader/CannotActivateFactoryException.hpp" 107cdf0e10cSrcweir #include "com/sun/star/loader/XImplementationLoader.hpp" 108cdf0e10cSrcweir #include "com/sun/star/reflection/FieldAccessMode.hpp" 109cdf0e10cSrcweir #include "com/sun/star/reflection/InvalidTypeNameException.hpp" 110cdf0e10cSrcweir #include "com/sun/star/reflection/InvocationTargetException.hpp" 111cdf0e10cSrcweir #include "com/sun/star/reflection/MethodMode.hpp" 112cdf0e10cSrcweir #include "com/sun/star/reflection/NoSuchTypeNameException.hpp" 113cdf0e10cSrcweir #include "com/sun/star/reflection/ParamInfo.hpp" 114cdf0e10cSrcweir #include "com/sun/star/reflection/ParamMode.hpp" 115cdf0e10cSrcweir #include "com/sun/star/reflection/TypeDescriptionSearchDepth.hpp" 116cdf0e10cSrcweir #include "com/sun/star/reflection/XArrayTypeDescription.hpp" 117cdf0e10cSrcweir #include "com/sun/star/reflection/XCompoundTypeDescription.hpp" 118cdf0e10cSrcweir #include "com/sun/star/reflection/XConstantTypeDescription.hpp" 119cdf0e10cSrcweir #include "com/sun/star/reflection/XConstantsTypeDescription.hpp" 120cdf0e10cSrcweir #include "com/sun/star/reflection/XEnumTypeDescription.hpp" 121cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlArray.hpp" 122cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlClass.hpp" 123cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlClassProvider.hpp" 124cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlField.hpp" 125cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlField2.hpp" 126cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlMember.hpp" 127cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlMethod.hpp" 128cdf0e10cSrcweir #include "com/sun/star/reflection/XIdlReflection.hpp" 129cdf0e10cSrcweir #include "com/sun/star/reflection/XIndirectTypeDescription.hpp" 130cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceAttributeTypeDescription.hpp" 131cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceAttributeTypeDescription2.hpp" 132cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceMemberTypeDescription.hpp" 133cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceMethodTypeDescription.hpp" 134cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceTypeDescription.hpp" 135cdf0e10cSrcweir #include "com/sun/star/reflection/XInterfaceTypeDescription2.hpp" 136cdf0e10cSrcweir #include "com/sun/star/reflection/XMethodParameter.hpp" 137cdf0e10cSrcweir #include "com/sun/star/reflection/XModuleTypeDescription.hpp" 138cdf0e10cSrcweir #include "com/sun/star/reflection/XParameter.hpp" 139cdf0e10cSrcweir #include "com/sun/star/reflection/XPropertyTypeDescription.hpp" 140cdf0e10cSrcweir #include "com/sun/star/reflection/XProxyFactory.hpp" 141cdf0e10cSrcweir #include "com/sun/star/reflection/XPublished.hpp" 142cdf0e10cSrcweir #include "com/sun/star/reflection/XServiceConstructorDescription.hpp" 143cdf0e10cSrcweir #include "com/sun/star/reflection/XServiceTypeDescription.hpp" 144cdf0e10cSrcweir #include "com/sun/star/reflection/XServiceTypeDescription2.hpp" 145cdf0e10cSrcweir #include "com/sun/star/reflection/XSingletonTypeDescription.hpp" 146cdf0e10cSrcweir #include "com/sun/star/reflection/XSingletonTypeDescription2.hpp" 147cdf0e10cSrcweir #include "com/sun/star/reflection/XStructTypeDescription.hpp" 148cdf0e10cSrcweir #include "com/sun/star/reflection/XTypeDescription.hpp" 149cdf0e10cSrcweir #include "com/sun/star/reflection/XTypeDescriptionEnumeration.hpp" 150cdf0e10cSrcweir #include "com/sun/star/reflection/XTypeDescriptionEnumerationAccess.hpp" 151cdf0e10cSrcweir #include "com/sun/star/registry/CannotRegisterImplementationException.hpp" 152cdf0e10cSrcweir #include "com/sun/star/registry/InvalidRegistryException.hpp" 153cdf0e10cSrcweir #include "com/sun/star/registry/InvalidValueException.hpp" 154cdf0e10cSrcweir #include "com/sun/star/registry/MergeConflictException.hpp" 155cdf0e10cSrcweir #include "com/sun/star/registry/RegistryKeyType.hpp" 156cdf0e10cSrcweir #include "com/sun/star/registry/RegistryValueType.hpp" 157cdf0e10cSrcweir #include "com/sun/star/registry/XImplementationRegistration.hpp" 158cdf0e10cSrcweir #include "com/sun/star/registry/XRegistryKey.hpp" 159cdf0e10cSrcweir #include "com/sun/star/registry/XSimpleRegistry.hpp" 160cdf0e10cSrcweir #include "com/sun/star/script/CannotConvertException.hpp" 161cdf0e10cSrcweir #include "com/sun/star/script/FailReason.hpp" 162cdf0e10cSrcweir #include "com/sun/star/script/InvocationInfo.hpp" 163cdf0e10cSrcweir #include "com/sun/star/script/MemberType.hpp" 164cdf0e10cSrcweir #include "com/sun/star/script/XInvocation.hpp" 165cdf0e10cSrcweir #include "com/sun/star/script/XInvocation2.hpp" 166cdf0e10cSrcweir #include "com/sun/star/script/XInvocationAdapterFactory.hpp" 167cdf0e10cSrcweir #include "com/sun/star/script/XInvocationAdapterFactory2.hpp" 168cdf0e10cSrcweir #include "com/sun/star/script/XTypeConverter.hpp" 169cdf0e10cSrcweir #include "com/sun/star/security/AccessControlException.hpp" 170cdf0e10cSrcweir #include "com/sun/star/security/AllPermission.hpp" 171cdf0e10cSrcweir #include "com/sun/star/security/RuntimePermission.hpp" 172cdf0e10cSrcweir #include "com/sun/star/security/XAccessControlContext.hpp" 173cdf0e10cSrcweir #include "com/sun/star/security/XAccessController.hpp" 174cdf0e10cSrcweir #include "com/sun/star/security/XAction.hpp" 175cdf0e10cSrcweir #include "com/sun/star/security/XPolicy.hpp" 176cdf0e10cSrcweir #include "com/sun/star/task/XInteractionAbort.hpp" 177cdf0e10cSrcweir #include "com/sun/star/task/XInteractionContinuation.hpp" 178cdf0e10cSrcweir #include "com/sun/star/task/XInteractionHandler.hpp" 179cdf0e10cSrcweir #include "com/sun/star/task/XInteractionRequest.hpp" 180cdf0e10cSrcweir #include "com/sun/star/task/XInteractionRetry.hpp" 181cdf0e10cSrcweir #include "com/sun/star/uno/Any.h" 182cdf0e10cSrcweir #include "com/sun/star/uno/Any.hxx" 183cdf0e10cSrcweir #include "com/sun/star/uno/DeploymentException.hpp" 184cdf0e10cSrcweir #include "com/sun/star/uno/Exception.hpp" 185cdf0e10cSrcweir #include "com/sun/star/uno/Reference.h" 186cdf0e10cSrcweir #include "com/sun/star/uno/Reference.hxx" 187cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hpp" 188cdf0e10cSrcweir #include "com/sun/star/uno/SecurityException.hpp" 189cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.h" 190cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.hxx" 191cdf0e10cSrcweir #include "com/sun/star/uno/Type.h" 192cdf0e10cSrcweir #include "com/sun/star/uno/Type.hxx" 193cdf0e10cSrcweir #include "com/sun/star/uno/TypeClass.hpp" 194cdf0e10cSrcweir #include "com/sun/star/uno/Uik.hpp" 195cdf0e10cSrcweir #include "com/sun/star/uno/XAdapter.hpp" 196cdf0e10cSrcweir #include "com/sun/star/uno/XAggregation.hpp" 197cdf0e10cSrcweir #include "com/sun/star/uno/XComponentContext.hpp" 198cdf0e10cSrcweir #include "com/sun/star/uno/XCurrentContext.hpp" 199cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hpp" 200cdf0e10cSrcweir #include "com/sun/star/uno/XNamingService.hpp" 201cdf0e10cSrcweir #include "com/sun/star/uno/XReference.hpp" 202cdf0e10cSrcweir #include "com/sun/star/uno/XUnloadingPreference.hpp" 203cdf0e10cSrcweir #include "com/sun/star/uri/RelativeUriExcessParentSegments.hpp" 204cdf0e10cSrcweir #include "com/sun/star/uri/XExternalUriReferenceTranslator.hpp" 205cdf0e10cSrcweir #include "com/sun/star/uri/XUriReference.hpp" 206cdf0e10cSrcweir #include "com/sun/star/uri/XUriReferenceFactory.hpp" 207cdf0e10cSrcweir #include "com/sun/star/uri/XUriSchemeParser.hpp" 208cdf0e10cSrcweir #include "com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.hpp" 209cdf0e10cSrcweir #include "com/sun/star/uri/XVndSunStarScriptUrlReference.hpp" 210cdf0e10cSrcweir #include "com/sun/star/util/XMacroExpander.hpp" 211cdf0e10cSrcweir 212cdf0e10cSrcweir #include "cppu/macros.hxx" 213cdf0e10cSrcweir #include "cppu/unotype.hxx" 214cdf0e10cSrcweir 215cdf0e10cSrcweir #include "cppuhelper/access_control.hxx" 216cdf0e10cSrcweir #include "cppuhelper/bootstrap.hxx" 217cdf0e10cSrcweir #include "cppuhelper/component_context.hxx" 218cdf0e10cSrcweir #include "cppuhelper/exc_hlp.hxx" 219cdf0e10cSrcweir #include "cppuhelper/factory.hxx" 220cdf0e10cSrcweir #include "cppuhelper/implementationentry.hxx" 221cdf0e10cSrcweir #include "cppuhelper/queryinterface.hxx" 222cdf0e10cSrcweir #include "cppuhelper/servicefactory.hxx" 223cdf0e10cSrcweir #include "cppuhelper/shlib.hxx" 224cdf0e10cSrcweir #include "cppuhelper/typeprovider.hxx" 225cdf0e10cSrcweir #include "cppuhelper/weak.hxx" 226cdf0e10cSrcweir #include "cppuhelper/weakref.hxx" 227cdf0e10cSrcweir 228cdf0e10cSrcweir 229cdf0e10cSrcweir 230cdf0e10cSrcweir 231cdf0e10cSrcweir #include "jvmfwk/framework.h" 232cdf0e10cSrcweir 233cdf0e10cSrcweir #include "osl/diagnose.h" 234cdf0e10cSrcweir #include "osl/doublecheckedlocking.h" 235cdf0e10cSrcweir #include "osl/file.h" 236cdf0e10cSrcweir #include "osl/file.hxx" 237cdf0e10cSrcweir #include "osl/interlck.h" 238cdf0e10cSrcweir #include "osl/module.h" 239cdf0e10cSrcweir #include "osl/module.hxx" 240cdf0e10cSrcweir #include "osl/mutex.hxx" 241cdf0e10cSrcweir #include "osl/process.h" 242cdf0e10cSrcweir #include "osl/security.h" 243cdf0e10cSrcweir #include "osl/socket.hxx" 244cdf0e10cSrcweir #include "osl/thread.h" 245cdf0e10cSrcweir #include "osl/thread.hxx" 246cdf0e10cSrcweir 247cdf0e10cSrcweir #include "registry/refltype.hxx" 248cdf0e10cSrcweir #include "registry/registry.hxx" 249cdf0e10cSrcweir #include "registry/types.h" 250cdf0e10cSrcweir #include "registry/version.h" 251cdf0e10cSrcweir 252cdf0e10cSrcweir #include "rtl/alloc.h" 253cdf0e10cSrcweir #include "rtl/bootstrap.hxx" 254cdf0e10cSrcweir #include "rtl/byteseq.hxx" 255cdf0e10cSrcweir #include "rtl/process.h" 256cdf0e10cSrcweir #include "rtl/strbuf.hxx" 257cdf0e10cSrcweir #include "rtl/string.h" 258cdf0e10cSrcweir #include "rtl/string.hxx" 259cdf0e10cSrcweir #include "rtl/textenc.h" 260cdf0e10cSrcweir #include "rtl/unload.h" 261cdf0e10cSrcweir #include "rtl/uri.h" 262cdf0e10cSrcweir #include "rtl/ustrbuf.hxx" 263cdf0e10cSrcweir #include "rtl/ustring.h" 264cdf0e10cSrcweir #include "rtl/ustring.hxx" 265cdf0e10cSrcweir 266cdf0e10cSrcweir #include "salhelper/simplereferenceobject.hxx" 267cdf0e10cSrcweir 268cdf0e10cSrcweir 269cdf0e10cSrcweir #include "typelib/typeclass.h" 270cdf0e10cSrcweir #include "typelib/typedescription.h" 271cdf0e10cSrcweir #include "typelib/typedescription.hxx" 272cdf0e10cSrcweir 273cdf0e10cSrcweir #include "uno/any2.h" 274cdf0e10cSrcweir #include "uno/current_context.h" 275cdf0e10cSrcweir #include "uno/current_context.hxx" 276cdf0e10cSrcweir #include "uno/data.h" 277cdf0e10cSrcweir #include "uno/dispatcher.h" 278cdf0e10cSrcweir #include "uno/dispatcher.hxx" 279cdf0e10cSrcweir #include "uno/environment.h" 280cdf0e10cSrcweir #include "uno/environment.hxx" 281cdf0e10cSrcweir #include "uno/lbnames.h" 282cdf0e10cSrcweir #include "uno/mapping.hxx" 283cdf0e10cSrcweir //---MARKER--- 284cdf0e10cSrcweir #endif 285cdf0e10cSrcweir #endif 286