summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-10 22:23:25 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-10 22:45:42 +0100
commit43f3be84c2ee77c3cd97fb729048f1c45f98b295 (patch)
tree99bbc0d3eee6bc99b5706fb6791e538988c7af54 /vcl
parent831d1b6e62e91e67f171bd00305651043731d496 (diff)
include PCH headers for headers changes
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/pch/precompiled_vcl.hxx32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx
index 8e9a6b29cb7f..151982543dd8 100644
--- a/vcl/inc/pch/precompiled_vcl.hxx
+++ b/vcl/inc/pch/precompiled_vcl.hxx
@@ -84,6 +84,7 @@
#include "osl/file.h"
#include "osl/file.hxx"
#include "osl/module.h"
+#include "osl/module.hxx"
#include "osl/mutex.hxx"
#include "osl/process.h"
#include "osl/thread.h"
@@ -104,6 +105,7 @@
#include "sal/alloca.h"
#include "sal/config.h"
#include "sal/types.h"
+#include "stdio.h"
#include "string.h"
#include "tools/debug.hxx"
#include "tools/diagnose_ex.h"
@@ -144,6 +146,7 @@
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/vector/b2isize.hxx>
+#include <boost/bind.hpp>
#include <boost/foreach.hpp>
#include <boost/optional.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
@@ -167,6 +170,7 @@
#include <com/sun/star/awt/KeyModifier.hpp>
#include <com/sun/star/awt/MouseButton.hpp>
#include <com/sun/star/awt/MouseEvent.hpp>
+#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/XExtendedToolkit.hpp>
#include <com/sun/star/awt/XGraphics.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
@@ -174,6 +178,9 @@
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XMaterialHolder.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/beans/XPropertySetInfo.hpp>
+#include <com/sun/star/configuration/theDefaultProvider.hpp>
+#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
@@ -209,6 +216,8 @@
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include <com/sun/star/i18n/XCollator.hpp>
#include <com/sun/star/i18n/XExtendedInputSequenceChecker.hpp>
+#include <com/sun/star/io/XActiveDataSource.hpp>
+#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/java/XJavaThreadRegister_11.hpp>
#include <com/sun/star/java/XJavaVM.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
@@ -232,20 +241,30 @@
#include <com/sun/star/rendering/XIntegerBitmap.hpp>
#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/ucb/CommandAbortedException.hpp>
+#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Any.hxx>
+#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
+#include <com/sun/star/uno/XAggregation.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
+#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/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/xml/sax/Writer.hpp>
+#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <comphelper/componentcontext.hxx>
#include <comphelper/configurationhelper.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/processfactory.hxx>
+#include <comphelper/scopeguard.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/string.hxx>
#include <config_graphite.h>
@@ -262,7 +281,10 @@
#include <i18npool/lang.h>
#include <i18npool/languagetag.hxx>
#include <i18npool/mslangid.hxx>
+#include <i18nutil/unicode.hxx>
#include <iostream>
+#include <jerror.h>
+#include <jpeglib.h>
#include <jvmaccess/virtualmachine.hxx>
#include <lcms2.h>
#include <limits.h>
@@ -272,6 +294,7 @@
#include <math.h>
#include <memory>
#include <numeric>
+#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <osl/diagnose.hxx>
#include <osl/endian.h>
@@ -288,9 +311,12 @@
#include <rtl/digest.h>
#include <rtl/instance.hxx>
#include <rtl/logfile.hxx>
+#include <rtl/math.h>
+#include <rtl/math.hxx>
#include <rtl/process.h>
#include <rtl/ref.hxx>
#include <rtl/strbuf.hxx>
+#include <rtl/tencinfo.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <rtl/uuid.h>
@@ -314,8 +340,10 @@
#include <svl/urlbmk.hxx>
#include <tools/bigint.hxx>
#include <tools/color.hxx>
+#include <tools/config.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
+#include <tools/gen.hxx>
#include <tools/helpers.hxx>
#include <tools/line.hxx>
#include <tools/poly.hxx>
@@ -326,8 +354,10 @@
#include <tools/resid.hxx>
#include <tools/resmgr.hxx>
#include <tools/rtti.hxx>
+#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/string.hxx>
+#include <tools/tenccvt.hxx>
#include <tools/time.hxx>
#include <tools/tools.h>
#include <tools/urlobj.hxx>
@@ -345,7 +375,9 @@
#include <unotools/configmgr.hxx>
#include <unotools/confignode.hxx>
#include <unotools/fontcfg.hxx>
+#include <unotools/fontcvt.hxx>
#include <unotools/localedatawrapper.hxx>
+#include <unotools/localfilehelper.hxx>
#include <unotools/misccfg.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/textsearch.hxx>