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