diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index dc11721fcab0..b4fce141d8a3 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -19,10 +19,10 @@ #include "basegfx/polygon/b2dpolygontools.hxx" #include "basegfx/polygon/b2dpolypolygon.hxx" #include "com/sun/star/accessibility/AccessibleRole.hpp" +#include "com/sun/star/accessibility/MSAAService.hpp" #include "com/sun/star/accessibility/XAccessible.hpp" #include "com/sun/star/awt/Size.hpp" #include "com/sun/star/awt/XDisplayConnection.hpp" -#include "com/sun/star/awt/XExtendedToolkit.hpp" #include "com/sun/star/awt/XToolkit.hpp" #include "com/sun/star/awt/XTopWindow.hpp" #include "com/sun/star/awt/XWindow.hpp" @@ -50,10 +50,6 @@ #include "com/sun/star/i18n/XBreakIterator.hpp" #include "com/sun/star/io/XInputStream.hpp" #include "com/sun/star/io/XSeekable.hpp" -#include "com/sun/star/java/JavaDisabledException.hpp" -#include "com/sun/star/java/JavaNotConfiguredException.hpp" -#include "com/sun/star/java/JavaVMCreationFailureException.hpp" -#include "com/sun/star/java/MissingJavaRuntimeException.hpp" #include "com/sun/star/lang/DisposedException.hpp" #include "com/sun/star/lang/Locale.hpp" #include "com/sun/star/lang/XComponent.hpp" @@ -86,6 +82,7 @@ #include "i18nlangtag/languagetag.hxx" #include "i18nlangtag/mslangid.hxx" #include "i18nutil/unicode.hxx" +#include "officecfg/Office/Common.hxx" #include "osl/diagnose.h" #include "osl/file.h" #include "osl/file.hxx" @@ -148,6 +145,7 @@ #include <basegfx/vector/b2isize.hxx> #include <boost/bind.hpp> #include <boost/foreach.hpp> +#include <boost/make_shared.hpp> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_array.hpp> @@ -191,12 +189,12 @@ #include <com/sun/star/datatransfer/dnd/XDragSource.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> #include <com/sun/star/frame/ModuleManager.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModuleManager2.hpp> #include <com/sun/star/frame/XSessionManagerClient.hpp> #include <com/sun/star/frame/XSessionManagerListener2.hpp> +#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/geometry/IntegerPoint2D.hpp> #include <com/sun/star/geometry/IntegerRectangle2D.hpp> #include <com/sun/star/geometry/IntegerSize2D.hpp> @@ -233,6 +231,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/packages/zip/ZipFileAccess.hpp> #include <com/sun/star/rendering/CanvasFactory.hpp> #include <com/sun/star/rendering/ColorComponentTag.hpp> #include <com/sun/star/rendering/ColorSpaceType.hpp> @@ -247,13 +246,14 @@ #include <com/sun/star/rendering/XIntegerReadOnlyBitmap.hpp> #include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <com/sun/star/svg/XSVGWriter.hpp> +#include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ui/ImageType.hpp> -#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> #include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> +#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Exception.hpp> @@ -264,12 +264,12 @@ #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/uno/XWeak.hpp> #include <com/sun/star/util/Endianness.hpp> -#include <com/sun/star/util/thePathSettings.hpp> #include <com/sun/star/util/SearchFlags.hpp> #include <com/sun/star/util/SearchOptions.hpp> #include <com/sun/star/util/URL.hpp> #include <com/sun/star/util/URLTransformer.hpp> #include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/thePathSettings.hpp> #include <com/sun/star/xml/sax/Writer.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <comphelper/namedvaluecollection.hxx> @@ -277,16 +277,21 @@ #include <comphelper/scopeguard.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/string.hxx> +#include <config_eot.h> #include <config_features.h> #include <config_folders.h> #include <config_graphite.h> +#include <config_libraries.h> +#include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase1.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> #include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> #include <cstdio> +#include <cstdlib> #include <cstring> #include <ctype.h> #include <fcntl.h> @@ -320,6 +325,7 @@ #include <rsc/rsc-vcl-shared-types.hxx> #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> +#include <rtl/character.hxx> #include <rtl/crc.h> #include <rtl/digest.h> #include <rtl/instance.hxx> @@ -336,11 +342,14 @@ #include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> +#include <sal/types.h> #include <set> +#include <setjmp.h> #include <sot/exchange.hxx> #include <sot/factory.hxx> #include <sot/formats.hxx> #include <sot/object.hxx> +#include <stdexcept> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -355,6 +364,7 @@ #include <tools/config.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <tools/fontenum.hxx> #include <tools/gen.hxx> #include <tools/helpers.hxx> #include <tools/line.hxx> @@ -385,7 +395,6 @@ #include <unotools/charclass.hxx> #include <unotools/configmgr.hxx> #include <unotools/confignode.hxx> -#include <unotools/fontcfg.hxx> #include <unotools/fontcvt.hxx> #include <unotools/fontdefs.hxx> #include <unotools/localedatawrapper.hxx> |