summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-14 20:19:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 20:21:10 +0200
commit8f7a1111abb35bbb25daf6ace2add902f98361fc (patch)
treece734f55dd852fefc9947c0ef6451bda31098892 /chart2
parent371e9da42c2c13872c15db2d89bbbb9e6c947eaf (diff)
update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
Diffstat (limited to 'chart2')
-rw-r--r--chart2/inc/pch/precompiled_chartcontroller.hxx3
-rw-r--r--chart2/inc/pch/precompiled_chartcore.hxx18
2 files changed, 19 insertions, 2 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx
index 7ce733cfa448..05d81c652a5c 100644
--- a/chart2/inc/pch/precompiled_chartcontroller.hxx
+++ b/chart2/inc/pch/precompiled_chartcontroller.hxx
@@ -110,6 +110,7 @@
#include <com/sun/star/drawing/LineJoint.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/drawing/ProjectionMode.hpp>
+#include <com/sun/star/drawing/ShapeCollection.hpp>
#include <com/sun/star/drawing/TextHorizontalAdjust.hpp>
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
@@ -312,8 +313,10 @@
#include <vcl/graph.hxx>
#include <vcl/help.hxx>
#include <vcl/image.hxx>
+#include <vcl/layout.hxx>
#include <vcl/msgbox.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/toolbox.hxx>
diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx
index 031a9aa06ef4..2fcdbb0c8e8c 100644
--- a/chart2/inc/pch/precompiled_chartcore.hxx
+++ b/chart2/inc/pch/precompiled_chartcore.hxx
@@ -15,6 +15,7 @@
*/
#include "com/sun/star/uno/RuntimeException.hpp"
+#include <GL/glew.h>
#include <algorithm>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b3dhommatrix.hxx>
@@ -30,6 +31,7 @@
#include <basegfx/vector/b2ivector.hxx>
#include <boost/bind.hpp>
#include <boost/ptr_container/ptr_map.hpp>
+#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <cmath>
@@ -45,6 +47,8 @@
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/XWindow.hpp>
+#include <com/sun/star/beans/NamedValue.hpp>
+#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XMultiPropertySet.hpp>
@@ -78,9 +82,11 @@
#include <com/sun/star/chart2/XAnyDescriptionAccess.hpp>
#include <com/sun/star/chart2/XAxis.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
+#include <com/sun/star/chart2/XChartType.hpp>
#include <com/sun/star/chart2/XChartTypeContainer.hpp>
#include <com/sun/star/chart2/XChartTypeTemplate.hpp>
#include <com/sun/star/chart2/XColorScheme.hpp>
+#include <com/sun/star/chart2/XCoordinateSystem.hpp>
#include <com/sun/star/chart2/XCoordinateSystemContainer.hpp>
#include <com/sun/star/chart2/XDataSeries.hpp>
#include <com/sun/star/chart2/XDataSeriesContainer.hpp>
@@ -88,6 +94,7 @@
#include <com/sun/star/chart2/XFormattedString.hpp>
#include <com/sun/star/chart2/XLegend.hpp>
#include <com/sun/star/chart2/XRegressionCurveContainer.hpp>
+#include <com/sun/star/chart2/XTimeBased.hpp>
#include <com/sun/star/chart2/XTitle.hpp>
#include <com/sun/star/chart2/XTitled.hpp>
#include <com/sun/star/chart2/data/LabelOrigin.hpp>
@@ -189,7 +196,7 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/Color.hpp>
-#include <com/sun/star/util/DateTime.hpp>
+#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/NumberFormatter.hpp>
#include <com/sun/star/util/XCloneable.hpp>
@@ -220,6 +227,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/queryinterface.hxx>
+#include <cppuhelper/supportsservice.hxx>
#include <cstdarg>
#include <drawinglayer/XShapeDumper.hxx>
#include <editeng/brushitem.hxx>
@@ -229,16 +237,20 @@
#include <editeng/unoprnms.hxx>
#include <framework/undomanagerhelper.hxx>
#include <functional>
+#include <glm/glm.hpp>
+#include <glm/gtx/transform.hpp>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <iterator>
#include <limits>
#include <map>
-#include <memory>
#include <o3tl/compat_functional.hxx>
#include <officecfg/Office/Common.hxx>
+#include <osl/conditn.hxx>
#include <osl/diagnose.h>
+#include <osl/module.hxx>
#include <osl/mutex.hxx>
+#include <osl/time.h>
#include <rtl/instance.hxx>
#include <rtl/math.hxx>
#include <rtl/strbuf.hxx>
@@ -282,6 +294,7 @@
#include <tools/color.hxx>
#include <tools/debug.hxx>
#include <tools/resmgr.hxx>
+#include <tools/solar.h>
#include <ucbhelper/content.hxx>
#include <unotools/charclass.hxx>
#include <unotools/configitem.hxx>
@@ -294,6 +307,7 @@
#include <valarray>
#include <vcl/cvtgrf.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/virdev.hxx>
#include <vector>