1*cdf0e10cSrcweir /************************************************************************* 2*cdf0e10cSrcweir * 3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir * 5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir * 7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir * 9*cdf0e10cSrcweir * This file is part of OpenOffice.org. 10*cdf0e10cSrcweir * 11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir * 15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir * 21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir * 26*cdf0e10cSrcweir ************************************************************************/ 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:16.045215 29*cdf0e10cSrcweir 30*cdf0e10cSrcweir #ifdef PRECOMPILED_HEADERS 31*cdf0e10cSrcweir //---MARKER--- 32*cdf0e10cSrcweir #include "sal/types.h" 33*cdf0e10cSrcweir 34*cdf0e10cSrcweir #include "com/sun/star/beans/IllegalTypeException.hpp" 35*cdf0e10cSrcweir #include "com/sun/star/beans/Property.hpp" 36*cdf0e10cSrcweir #include "com/sun/star/beans/PropertyAttribute.hpp" 37*cdf0e10cSrcweir #include "com/sun/star/beans/PropertyChangeEvent.hpp" 38*cdf0e10cSrcweir #include "com/sun/star/beans/PropertySetInfoChange.hpp" 39*cdf0e10cSrcweir #include "com/sun/star/beans/PropertySetInfoChangeEvent.hpp" 40*cdf0e10cSrcweir #include "com/sun/star/beans/PropertyState.hpp" 41*cdf0e10cSrcweir #include "com/sun/star/beans/PropertyValue.hpp" 42*cdf0e10cSrcweir #include "com/sun/star/beans/UnknownPropertyException.hpp" 43*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertiesChangeListener.hpp" 44*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertiesChangeNotifier.hpp" 45*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyAccess.hpp" 46*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyChangeListener.hpp" 47*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertyContainer.hpp" 48*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySet.hpp" 49*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfo.hpp" 50*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfoChangeListener.hpp" 51*cdf0e10cSrcweir #include "com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp" 52*cdf0e10cSrcweir #include "com/sun/star/bridge/XUnoUrlResolver.hpp" 53*cdf0e10cSrcweir #include "com/sun/star/container/XChild.hpp" 54*cdf0e10cSrcweir #include "com/sun/star/container/XEnumeration.hpp" 55*cdf0e10cSrcweir #include "com/sun/star/container/XEnumerationAccess.hpp" 56*cdf0e10cSrcweir #include "com/sun/star/container/XHierarchicalNameAccess.hpp" 57*cdf0e10cSrcweir #include "com/sun/star/container/XNameAccess.hpp" 58*cdf0e10cSrcweir #include "com/sun/star/container/XNameContainer.hpp" 59*cdf0e10cSrcweir #include "com/sun/star/container/XNameReplace.hpp" 60*cdf0e10cSrcweir #include "com/sun/star/container/XNamed.hpp" 61*cdf0e10cSrcweir #include "com/sun/star/document/XEventBroadcaster.hpp" 62*cdf0e10cSrcweir #include "com/sun/star/document/XEventListener.hpp" 63*cdf0e10cSrcweir #include "com/sun/star/document/XStorageBasedDocument.hpp" 64*cdf0e10cSrcweir #include "com/sun/star/embed/ElementModes.hpp" 65*cdf0e10cSrcweir #include "com/sun/star/embed/XStorage.hpp" 66*cdf0e10cSrcweir #include "com/sun/star/embed/XTransactedObject.hpp" 67*cdf0e10cSrcweir #include "com/sun/star/frame/XModel.hpp" 68*cdf0e10cSrcweir #include "com/sun/star/frame/XModuleManager.hpp" 69*cdf0e10cSrcweir #include "com/sun/star/frame/XStorable.hpp" 70*cdf0e10cSrcweir #include "com/sun/star/io/IOException.hpp" 71*cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataSink.hpp" 72*cdf0e10cSrcweir #include "com/sun/star/io/XActiveDataStreamer.hpp" 73*cdf0e10cSrcweir #include "com/sun/star/io/XAsyncOutputMonitor.hpp" 74*cdf0e10cSrcweir #include "com/sun/star/io/XInputStream.hpp" 75*cdf0e10cSrcweir #include "com/sun/star/io/XOutputStream.hpp" 76*cdf0e10cSrcweir #include "com/sun/star/io/XSeekable.hpp" 77*cdf0e10cSrcweir #include "com/sun/star/io/XStream.hpp" 78*cdf0e10cSrcweir #include "com/sun/star/io/XTruncate.hpp" 79*cdf0e10cSrcweir #include "com/sun/star/lang/DisposedException.hpp" 80*cdf0e10cSrcweir #include "com/sun/star/lang/IllegalAccessException.hpp" 81*cdf0e10cSrcweir #include "com/sun/star/lang/IllegalArgumentException.hpp" 82*cdf0e10cSrcweir #include "com/sun/star/lang/XComponent.hpp" 83*cdf0e10cSrcweir #include "com/sun/star/lang/XInitialization.hpp" 84*cdf0e10cSrcweir #include "com/sun/star/lang/XMultiServiceFactory.hpp" 85*cdf0e10cSrcweir #include "com/sun/star/lang/XServiceInfo.hpp" 86*cdf0e10cSrcweir #include "com/sun/star/lang/XSingleServiceFactory.hpp" 87*cdf0e10cSrcweir #include "com/sun/star/lang/XTypeProvider.hpp" 88*cdf0e10cSrcweir #include "com/sun/star/packages/WrongPasswordException.hpp" 89*cdf0e10cSrcweir #include "com/sun/star/reflection/XProxyFactory.hpp" 90*cdf0e10cSrcweir #include "com/sun/star/registry/XRegistryKey.hpp" 91*cdf0e10cSrcweir #include "com/sun/star/script/XTypeConverter.hpp" 92*cdf0e10cSrcweir #include "com/sun/star/sdbc/DataType.hpp" 93*cdf0e10cSrcweir #include "com/sun/star/sdbc/FetchDirection.hpp" 94*cdf0e10cSrcweir #include "com/sun/star/sdbc/ResultSetType.hpp" 95*cdf0e10cSrcweir #include "com/sun/star/sdbc/XCloseable.hpp" 96*cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSet.hpp" 97*cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSetMetaData.hpp" 98*cdf0e10cSrcweir #include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp" 99*cdf0e10cSrcweir #include "com/sun/star/sdbc/XRow.hpp" 100*cdf0e10cSrcweir #include "com/sun/star/task/DocumentPasswordRequest.hpp" 101*cdf0e10cSrcweir #include "com/sun/star/task/NoMasterException.hpp" 102*cdf0e10cSrcweir #include "com/sun/star/task/PasswordRequestMode.hpp" 103*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionAbort.hpp" 104*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionApprove.hpp" 105*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionDisapprove.hpp" 106*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionHandler.hpp" 107*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionPassword.hpp" 108*cdf0e10cSrcweir #include "com/sun/star/task/XInteractionRequest.hpp" 109*cdf0e10cSrcweir #include "com/sun/star/task/XPasswordContainer.hpp" 110*cdf0e10cSrcweir #include "com/sun/star/uno/Any.hxx" 111*cdf0e10cSrcweir #include "com/sun/star/uno/Exception.hpp" 112*cdf0e10cSrcweir #include "com/sun/star/uno/Reference.h" 113*cdf0e10cSrcweir #include "com/sun/star/uno/Reference.hxx" 114*cdf0e10cSrcweir #include "com/sun/star/uno/RuntimeException.hpp" 115*cdf0e10cSrcweir #include "com/sun/star/uno/Sequence.hxx" 116*cdf0e10cSrcweir #include "com/sun/star/uno/Type.hxx" 117*cdf0e10cSrcweir #include "com/sun/star/uno/XComponentContext.hpp" 118*cdf0e10cSrcweir #include "com/sun/star/uno/XInterface.hpp" 119*cdf0e10cSrcweir #include "com/sun/star/uno/XReference.hpp" 120*cdf0e10cSrcweir #include "com/sun/star/uno/XWeak.hpp" 121*cdf0e10cSrcweir #include "com/sun/star/util/Date.hpp" 122*cdf0e10cSrcweir #include "com/sun/star/util/DateTime.hpp" 123*cdf0e10cSrcweir #include "com/sun/star/util/Time.hpp" 124*cdf0e10cSrcweir #include "com/sun/star/util/XChangesBatch.hpp" 125*cdf0e10cSrcweir #include "com/sun/star/util/XChangesNotifier.hpp" 126*cdf0e10cSrcweir #include "com/sun/star/util/XMacroExpander.hpp" 127*cdf0e10cSrcweir #include "com/sun/star/util/XOfficeInstallationDirectories.hpp" 128*cdf0e10cSrcweir 129*cdf0e10cSrcweir #include "comphelper/processfactory.hxx" 130*cdf0e10cSrcweir 131*cdf0e10cSrcweir #include "cppuhelper/bootstrap.hxx" 132*cdf0e10cSrcweir #include "cppuhelper/compbase2.hxx" 133*cdf0e10cSrcweir #include "cppuhelper/exc_hlp.hxx" 134*cdf0e10cSrcweir #include "cppuhelper/factory.hxx" 135*cdf0e10cSrcweir #include "cppuhelper/implbase1.hxx" 136*cdf0e10cSrcweir #include "cppuhelper/implbase2.hxx" 137*cdf0e10cSrcweir #include "cppuhelper/implbase5.hxx" 138*cdf0e10cSrcweir #include "cppuhelper/implementationentry.hxx" 139*cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.h" 140*cdf0e10cSrcweir #include "cppuhelper/interfacecontainer.hxx" 141*cdf0e10cSrcweir #include "cppuhelper/queryinterface.hxx" 142*cdf0e10cSrcweir #include "cppuhelper/typeprovider.hxx" 143*cdf0e10cSrcweir #include "cppuhelper/weak.hxx" 144*cdf0e10cSrcweir #include "cppuhelper/weakref.hxx" 145*cdf0e10cSrcweir 146*cdf0e10cSrcweir #include "libxml/parser.h" 147*cdf0e10cSrcweir 148*cdf0e10cSrcweir #include "osl/conditn.hxx" 149*cdf0e10cSrcweir #include "osl/diagnose.h" 150*cdf0e10cSrcweir #include "osl/doublecheckedlocking.h" 151*cdf0e10cSrcweir #include "osl/file.hxx" 152*cdf0e10cSrcweir #include "osl/interlck.h" 153*cdf0e10cSrcweir #include "osl/module.h" 154*cdf0e10cSrcweir #include "osl/mutex.hxx" 155*cdf0e10cSrcweir #include "osl/process.h" 156*cdf0e10cSrcweir #include "osl/security.hxx" 157*cdf0e10cSrcweir #include "osl/socket.h" 158*cdf0e10cSrcweir #include "osl/socket.hxx" 159*cdf0e10cSrcweir #include "osl/thread.h" 160*cdf0e10cSrcweir #include "osl/time.h" 161*cdf0e10cSrcweir 162*cdf0e10cSrcweir #include "rtl/alloc.h" 163*cdf0e10cSrcweir #include "rtl/memory.h" 164*cdf0e10cSrcweir #include "rtl/string.hxx" 165*cdf0e10cSrcweir #include "rtl/ustrbuf.hxx" 166*cdf0e10cSrcweir #include "rtl/ustring.h" 167*cdf0e10cSrcweir #include "rtl/ustring.hxx" 168*cdf0e10cSrcweir 169*cdf0e10cSrcweir #include "salhelper/simplereferenceobject.hxx" 170*cdf0e10cSrcweir 171*cdf0e10cSrcweir #include "sys/types.h" 172*cdf0e10cSrcweir 173*cdf0e10cSrcweir #include "ucbhelper/configurationkeys.hxx" 174*cdf0e10cSrcweir #include "ucbhelper/macros.hxx" 175*cdf0e10cSrcweir #include "ucbhelper/proxydecider.hxx" 176*cdf0e10cSrcweir 177*cdf0e10cSrcweir #include "vos/diagnose.hxx" 178*cdf0e10cSrcweir #include "vos/mutex.hxx" 179*cdf0e10cSrcweir #include "vos/process.hxx" 180*cdf0e10cSrcweir #include "vos/ref.hxx" 181*cdf0e10cSrcweir #include "vos/refernce.hxx" 182*cdf0e10cSrcweir //---MARKER--- 183*cdf0e10cSrcweir 184*cdf0e10cSrcweir #endif 185