summaryrefslogtreecommitdiff
path: root/sc
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 /sc
parent371e9da42c2c13872c15db2d89bbbb9e6c947eaf (diff)
update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/pch/precompiled_sc.hxx39
-rw-r--r--sc/inc/pch/precompiled_scfilt.hxx15
-rw-r--r--sc/inc/pch/precompiled_scopencl.hxx5
-rw-r--r--sc/inc/pch/precompiled_vbaobj.hxx3
4 files changed, 53 insertions, 9 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx
index 87744d779c0a..8e32152a07ee 100644
--- a/sc/inc/pch/precompiled_sc.hxx
+++ b/sc/inc/pch/precompiled_sc.hxx
@@ -65,7 +65,6 @@
#include "rtl/bootstrap.hxx"
#include "rtl/math.hxx"
#include "rtl/strbuf.hxx"
-#include "rtl/ustrbuf.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include "sfx2/app.hxx"
@@ -86,13 +85,13 @@
#include "svl/zforlist.hxx"
#include "svl/zformat.hxx"
#include "svtools/fmtfield.hxx"
-#include "svtools/optionsdrawinglayer.hxx"
#include "svtools/svlbitm.hxx"
#include "svtools/treelistbox.hxx"
#include "svtools/treelistentry.hxx"
#include "svtools/viewdataentry.hxx"
#include "svx/dataaccessdescriptor.hxx"
#include "svx/sdr/overlay/overlaymanager.hxx"
+#include "svx/unoapi.hxx"
#include "tools/color.hxx"
#include "tools/fract.hxx"
#include "tools/gen.hxx"
@@ -133,6 +132,7 @@
#include <basic/sbxobj.hxx>
#include <boost/bind.hpp>
#include <boost/foreach.hpp>
+#include <boost/noncopyable.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/random.hpp>
#include <boost/random/bernoulli_distribution.hpp>
@@ -144,10 +144,12 @@
#include <boost/random/normal_distribution.hpp>
#include <boost/random/uniform_int_distribution.hpp>
#include <boost/random/uniform_real_distribution.hpp>
+#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
+#include <cassert>
#include <climits>
#include <com/sun/star/accessibility/AccessibleEventId.hpp>
#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
@@ -162,6 +164,7 @@
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
#include <com/sun/star/accessibility/XAccessibleStateSet.hpp>
#include <com/sun/star/accessibility/XAccessibleTable.hpp>
+#include <com/sun/star/accessibility/XAccessibleText.hpp>
#include <com/sun/star/awt/CharSet.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/FontFamily.hpp>
@@ -180,7 +183,6 @@
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/awt/XControlModel.hpp>
#include <com/sun/star/awt/XFont.hpp>
-#include <com/sun/star/beans/Introspection.hpp>
#include <com/sun/star/beans/MethodConcept.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
@@ -193,6 +195,7 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
+#include <com/sun/star/beans/theIntrospection.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <com/sun/star/chart/XChartDocument.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
@@ -224,6 +227,7 @@
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
+#include <com/sun/star/drawing/ShapeCollection.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/drawing/XShape.hpp>
@@ -276,6 +280,7 @@
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/lang/ServiceNotRegisteredException.hpp>
+#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -390,6 +395,8 @@
#include <com/sun/star/sheet/XNamedRanges.hpp>
#include <com/sun/star/sheet/XPrintAreas.hpp>
#include <com/sun/star/sheet/XSelectedSheetsSupplier.hpp>
+#include <com/sun/star/sheet/XSheetAnnotation.hpp>
+#include <com/sun/star/sheet/XSheetAnnotationAnchor.hpp>
#include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp>
#include <com/sun/star/sheet/XSheetCellRange.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp>
@@ -457,13 +464,14 @@
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess3.hpp>
-#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XAcceleratorConfiguration.hpp>
+#include <com/sun/star/ui/XUIElement.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/FilePicker.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/ui/dialogs/XSLTFilterDialog.hpp>
+#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.h>
@@ -506,21 +514,23 @@
#include <comphelper/propertysetinfo.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/servicehelper.hxx>
-#include <comphelper/stl_types.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/string.hxx>
#include <comphelper/types.hxx>
#include <comphelper/uno3.hxx>
#include <config_features.h>
#include <config_mpl.h>
+#include <config_options.h>
#include <config_orcus.h>
#include <config_telepathy.h>
#include <cppuhelper/bootstrap.hxx>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/factory.hxx>
#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/supportsservice.hxx>
#include <cstddef>
#include <cstdio>
+#include <cstdlib>
#include <cstring>
#include <ctype.h>
#include <drawinglayer/geometry/viewinformation2d.hxx>
@@ -596,11 +606,14 @@
#include <formula/IFunctionDescription.hxx>
#include <formula/errorcodes.hxx>
#include <formula/formulahelper.hxx>
+#include <formula/grammar.hxx>
#include <formula/token.hxx>
+#include <formula/vectortoken.hxx>
#include <functional>
#include <i18nlangtag/lang.h>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
+#include <i18nutil/unicode.hxx>
#include <iostream>
#include <limits.h>
#include <limits>
@@ -615,12 +628,15 @@
#include <numeric>
#include <officecfg/Office/Calc.hxx>
#include <officecfg/Office/Common.hxx>
+#include <osl/conditn.hxx>
#include <osl/diagnose.h>
#include <osl/file.hxx>
#include <osl/module.hxx>
#include <osl/mutex.hxx>
#include <osl/security.hxx>
#include <osl/thread.h>
+#include <osl/time.h>
+#include <queue>
#include <rsc/rscsfx.hxx>
#include <rtl/crc.h>
#include <rtl/instance.hxx>
@@ -631,8 +647,11 @@
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/alloca.h>
+#include <sal/config.h>
+#include <sal/log.hxx>
#include <sal/macros.h>
#include <sal/types.h>
+#include <salhelper/thread.hxx>
#include <sax/tools/converter.hxx>
#include <set>
#include <sfx2/DocumentMetadataAccess.hxx>
@@ -690,6 +709,7 @@
#include <stdlib.h>
#include <string.h>
#include <string>
+#include <svl/IndexedStyleSheets.hxx>
#include <svl/PasswordHelper.hxx>
#include <svl/aeitem.hxx>
#include <svl/asiancfg.hxx>
@@ -703,6 +723,7 @@
#include <svl/globalnameitem.hxx>
#include <svl/ilstitem.hxx>
#include <svl/inethist.hxx>
+#include <svl/int64item.hxx>
#include <svl/intitem.hxx>
#include <svl/isethint.hxx>
#include <svl/itemiter.hxx>
@@ -718,6 +739,7 @@
#include <svl/ptitem.hxx>
#include <svl/rectitem.hxx>
#include <svl/sharecontrolfile.hxx>
+#include <svl/sharedstringpool.hxx>
#include <svl/slstitm.hxx>
#include <svl/smplhint.hxx>
#include <svl/srchitem.hxx>
@@ -737,6 +759,7 @@
#include <svtools/embedhlp.hxx>
#include <svtools/embedtransfer.hxx>
#include <svtools/imapobj.hxx>
+#include <svtools/inettbc.hxx>
#include <svtools/insdlg.hxx>
#include <svtools/langtab.hxx>
#include <svtools/miscopt.hxx>
@@ -745,6 +768,7 @@
#include <svtools/simptabl.hxx>
#include <svtools/soerr.hxx>
#include <svtools/stdctrl.hxx>
+#include <svtools/svlbitm.hxx>
#include <svtools/svtabbx.hxx>
#include <svtools/transfer.hxx>
#include <svtools/treelistbox.hxx>
@@ -752,12 +776,14 @@
#include <svtools/unoevent.hxx>
#include <svtools/unoimap.hxx>
#include <svtools/xwindowitem.hxx>
+#include <svx/AccessibleControlShape.hxx>
#include <svx/AccessibleShape.hxx>
#include <svx/AccessibleShapeInfo.hxx>
#include <svx/AccessibleShapeTreeInfo.hxx>
#include <svx/AccessibleTextHelper.hxx>
#include <svx/AffineMatrixItem.hxx>
#include <svx/ShapeTypeHandler.hxx>
+#include <svx/SvxShapeTypes.hxx>
#include <svx/algitem.hxx>
#include <svx/charthelper.hxx>
#include <svx/chrtitem.hxx>
@@ -777,6 +803,7 @@
#include <svx/fmglob.hxx>
#include <svx/fmmodel.hxx>
#include <svx/fmobjfac.hxx>
+#include <svx/fmpage.hxx>
#include <svx/fmshell.hxx>
#include <svx/fmview.hxx>
#include <svx/fntctl.hxx>
@@ -934,6 +961,7 @@
#include <tools/resid.hxx>
#include <tools/rtti.hxx>
#include <tools/shl.hxx>
+#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/tenccvt.hxx>
#include <tools/urlobj.hxx>
@@ -981,6 +1009,7 @@
#include <vcl/i18nhelp.hxx>
#include <vcl/image.hxx>
#include <vcl/keycodes.hxx>
+#include <vcl/layout.hxx>
#include <vcl/lineinfo.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/metric.hxx>
diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx
index d78923f53ea3..aaad32c2b621 100644
--- a/sc/inc/pch/precompiled_scfilt.hxx
+++ b/sc/inc/pch/precompiled_scfilt.hxx
@@ -18,6 +18,7 @@
#include "cppuhelper/implementationentry.hxx"
#include "editeng/editstat.hxx"
#include "formula/errorcodes.hxx"
+#include "officecfg/Office/Common.hxx"
#include "oox/core/filterbase.hxx"
#include "oox/core/relations.hxx"
#include "oox/core/xmlfilterbase.hxx"
@@ -44,7 +45,6 @@
#include "oox/token/tokens.hxx"
#include "oox/vml/vmlshape.hxx"
#include "oox/vml/vmlshapecontainer.hxx"
-#include "rtl/ref.hxx"
#include "rtl/strbuf.hxx"
#include "sal/config.h"
#include "sal/types.h"
@@ -71,6 +71,7 @@
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
+#include <cassert>
#include <com/sun/star/awt/DeviceInfo.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/FontFamily.hpp>
@@ -299,6 +300,7 @@
#include <com/sun/star/style/VerticalAlignment.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
+#include <com/sun/star/table/BorderLineStyle.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <com/sun/star/table/CellContentType.hpp>
#include <com/sun/star/table/CellJustifyMethod.hpp>
@@ -310,6 +312,7 @@
#include <com/sun/star/table/XCell2.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/table/XColumnRowRange.hpp>
+#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/text/FilenameDisplayFormat.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <com/sun/star/text/XText.hpp>
@@ -317,9 +320,9 @@
#include <com/sun/star/text/XTextCursor.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/ui/ItemType.hpp>
-#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/ui/XImageManager.hpp>
#include <com/sun/star/ui/XUIConfigurationPersistence.hpp>
+#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/Date.hpp>
@@ -339,6 +342,7 @@
#include <config_orcus.h>
#include <cppuhelper/component_context.hxx>
#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/supportsservice.hxx>
#include <cstring>
#include <ctype.h>
#include <editeng/adjustitem.hxx>
@@ -397,6 +401,7 @@
#include <officecfg/Setup.hxx>
#include <officecfg/System.hxx>
#include <oox/core/contexthandler.hxx>
+#include <oox/core/fastparser.hxx>
#include <oox/core/filterbase.hxx>
#include <oox/core/xmlfilterbase.hxx>
#include <oox/export/chartexport.hxx>
@@ -413,10 +418,12 @@
#include <oox/ole/vbaproject.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/tokens.hxx>
+#include <osl/conditn.hxx>
#include <osl/diagnose.h>
#include <osl/endian.h>
#include <osl/mutex.hxx>
#include <osl/thread.h>
+#include <queue>
#include <rtl/math.hxx>
#include <rtl/random.h>
#include <rtl/strbuf.hxx>
@@ -430,6 +437,7 @@
#include <sal/log.hxx>
#include <sal/macros.h>
#include <sal/mathconf.h>
+#include <salhelper/thread.hxx>
#include <sax/fshelper.hxx>
#include <sax/tools/converter.hxx>
#include <set>
@@ -456,6 +464,7 @@
#include <svl/itemset.hxx>
#include <svl/languageoptions.hxx>
#include <svl/poolitem.hxx>
+#include <svl/sharedstringpool.hxx>
#include <svl/stritem.hxx>
#include <svl/style.hxx>
#include <svl/urihelper.hxx>
@@ -538,7 +547,9 @@
#include <vcl/graph.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
+#include <vcl/timer.hxx>
#include <vcl/virdev.hxx>
#include <vcl/wmf.hxx>
#include <vector>
diff --git a/sc/inc/pch/precompiled_scopencl.hxx b/sc/inc/pch/precompiled_scopencl.hxx
index 0ec393e410ca..23d754ff50f0 100644
--- a/sc/inc/pch/precompiled_scopencl.hxx
+++ b/sc/inc/pch/precompiled_scopencl.hxx
@@ -21,10 +21,11 @@
#include <boost/scoped_ptr.hpp>
#include <cmath>
#include <config_folders.h>
+#include <float.h>
#include <iostream>
#include <list>
#include <map>
-#include <memory>
+#include <math.h>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/digest.h>
@@ -34,5 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
+#include <vector>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx
index af05020f2c3a..679b85db1a11 100644
--- a/sc/inc/pch/precompiled_vbaobj.hxx
+++ b/sc/inc/pch/precompiled_vbaobj.hxx
@@ -26,6 +26,7 @@
#include <basic/sbuno.hxx>
#include <basic/sbx.hxx>
#include <basic/sbxobj.hxx>
+#include <boost/scoped_ptr.hpp>
#include <boost/unordered_map.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
@@ -182,7 +183,7 @@
#include <com/sun/star/uri/XUriReferenceFactory.hpp>
#include <com/sun/star/util/CellProtection.hpp>
#include <com/sun/star/util/NumberFormat.hpp>
-#include <com/sun/star/util/thePathSettings.hpp>
+#include <com/sun/star/util/PathSettings.hpp>
#include <com/sun/star/util/TriState.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp>