diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:52:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 5e62d30fa2a23c916402388ab8157d365b47230f (patch) | |
tree | 10243eb29731dfb7b5f0977b239280c382eaf648 | |
parent | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff) |
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
25 files changed, 306 insertions, 35 deletions
diff --git a/accessibility/inc/pch/precompiled_acc.hxx b/accessibility/inc/pch/precompiled_acc.hxx index 0d4e4072aa7b..43dffacb19db 100644 --- a/accessibility/inc/pch/precompiled_acc.hxx +++ b/accessibility/inc/pch/precompiled_acc.hxx @@ -14,8 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include <comphelper/accessibleeventnotifier.hxx> -#include <unotools/accessiblerelationsethelper.hxx> #include <algorithm> #include <boost/noncopyable.hpp> #include <boost/unordered_map.hpp> diff --git a/basctl/inc/pch/precompiled_basctl.hxx b/basctl/inc/pch/precompiled_basctl.hxx index 720d845bdfbc..f2145d18935b 100644 --- a/basctl/inc/pch/precompiled_basctl.hxx +++ b/basctl/inc/pch/precompiled_basctl.hxx @@ -152,6 +152,7 @@ #include <sfx2/docfile.hxx> #include <sfx2/genlink.hxx> #include <sfx2/imagemgr.hxx> +#include <sfx2/infobar.hxx> #include <sfx2/minfitem.hxx> #include <sfx2/objface.hxx> #include <sfx2/objsh.hxx> diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 05d81c652a5c..2971743457a7 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.hxx @@ -161,7 +161,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/servicehelper.hxx> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 2fcdbb0c8e8c..0ac0b52db37e 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 "glm/gtc/matrix_inverse.hpp" #include <GL/glew.h> #include <algorithm> #include <basegfx/matrix/b2dhommatrix.hxx> @@ -30,6 +31,7 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2ivector.hxx> #include <boost/bind.hpp> +#include <boost/checked_delete.hpp> #include <boost/ptr_container/ptr_map.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> @@ -222,6 +224,7 @@ #include <comphelper/sequenceashashmap.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/storagehelper.hxx> +#include <config_features.h> #include <cppuhelper/compbase1.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/implementationentry.hxx> @@ -306,6 +309,10 @@ #include <unotools/ucbstreamhelper.hxx> #include <valarray> #include <vcl/cvtgrf.hxx> +#include <vcl/font.hxx> +#include <vcl/opengl/OpenGLContext.hxx> +#include <vcl/opengl/OpenGLHelper.hxx> +#include <vcl/openglwin.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> diff --git a/chart2/inc/pch/precompiled_chartopengl.hxx b/chart2/inc/pch/precompiled_chartopengl.hxx index ee6165f756f5..8c66c95eb46f 100644 --- a/chart2/inc/pch/precompiled_chartopengl.hxx +++ b/chart2/inc/pch/precompiled_chartopengl.hxx @@ -18,7 +18,6 @@ #include <algorithm> #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/point/b2dpoint.hxx> -#include <boost/scoped_array.hpp> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/configmgr/inc/pch/precompiled_configmgr.hxx b/configmgr/inc/pch/precompiled_configmgr.hxx index 07790de8c293..8ad05d0526ef 100644 --- a/configmgr/inc/pch/precompiled_configmgr.hxx +++ b/configmgr/inc/pch/precompiled_configmgr.hxx @@ -14,8 +14,11 @@ also fixes all possible problems, so it's usually better to use it). */ +#include <algorithm> #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> +#include <cassert> +#include <climits> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/Optional.hpp> #include <com/sun/star/beans/Property.hpp> @@ -98,6 +101,7 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <comphelper/sequenceasvector.hxx> #include <comphelper/servicehelper.hxx> +#include <config_folders.h> #include <cppu/unotype.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase5.hxx> @@ -111,6 +115,11 @@ #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> +#include <cstddef> +#include <functional> +#include <i18nlangtag/languagetag.hxx> +#include <list> +#include <map> #include <osl/conditn.hxx> #include <osl/file.h> #include <osl/file.hxx> @@ -131,19 +140,10 @@ #include <sal/log.hxx> #include <sal/types.h> #include <salhelper/thread.hxx> -#include <xmlreader/span.hxx> -#include <xmlreader/xmlreader.hxx> -#include <algorithm> -#include <cassert> -#include <climits> -#include <config_folders.h> -#include <cstddef> -#include <functional> -#include <i18nlangtag/languagetag.hxx> -#include <list> -#include <map> #include <set> #include <stack> #include <vector> +#include <xmlreader/span.hxx> +#include <xmlreader/xmlreader.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 18482f8be982..31e5c4faec27 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -18,6 +18,7 @@ #include <algorithm> #include <boost/bind.hpp> #include <boost/noncopyable.hpp> +#include <boost/scoped_ptr.hpp> #include <boost/unordered_map.hpp> #include <boost/utility.hpp> #include <com/sun/star/awt/Command.hpp> @@ -197,6 +198,7 @@ #include <com/sun/star/task/XStatusIndicatorFactory.hpp> #include <com/sun/star/task/theJobExecutor.hpp> #include <com/sun/star/ucb/CommandFailedException.hpp> +#include <com/sun/star/ucb/ContentCreationException.hpp> #include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> #include <com/sun/star/ucb/InteractiveIOException.hpp> #include <com/sun/star/ucb/NameClash.hpp> @@ -403,4 +405,5 @@ #include <vcl/wrkwin.hxx> #include <vector> #include <wchar.h> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/oox/inc/pch/precompiled_oox.hxx b/oox/inc/pch/precompiled_oox.hxx index a03003b6ea00..1ef7e3ff5829 100644 --- a/oox/inc/pch/precompiled_oox.hxx +++ b/oox/inc/pch/precompiled_oox.hxx @@ -18,6 +18,7 @@ #include "comphelper/anytostring.hxx" #include "comphelper/processfactory.hxx" #include "cppuhelper/exc_hlp.hxx" +#include "rtl/bootstrap.hxx" #include "rtl/ustrbuf.hxx" #include "sal/log.hxx" #include "sax/fastparser.hxx" @@ -29,6 +30,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <boost/algorithm/string.hpp> #include <boost/bind.hpp> +#include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/scoped_ptr.hpp> #include <boost/unordered_map.hpp> @@ -331,13 +333,17 @@ #include <com/sun/star/xml/sax/XFastSAXSerializable.hpp> #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <com/sun/star/xml/sax/XLocator.hpp> +#include <comphelper/anytostring.hxx> #include <comphelper/configurationhelper.hxx> #include <comphelper/docpasswordhelper.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/seqstream.hxx> #include <comphelper/sequenceashashmap.hxx> +#include <comphelper/sequenceasvector.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> +#include <config_folders.h> +#include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implementationentry.hxx> @@ -357,12 +363,12 @@ #include <iostream> #include <list> #include <map> -#include <math.h> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> #include <osl/thread.h> #include <osl/time.h> +#include <rtl/bootstrap.hxx> #include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/random.h> @@ -398,6 +404,7 @@ #include <tools/multisel.hxx> #include <tools/stream.hxx> #include <tools/time.hxx> +#include <unotools/docinfohelper.hxx> #include <unotools/fltrcfg.hxx> #include <unotools/fontcvt.hxx> #include <unotools/fontdefs.hxx> diff --git a/sal/inc/pch/precompiled_sal.hxx b/sal/inc/pch/precompiled_sal.hxx index 2707686583e4..2b3888e19b18 100644 --- a/sal/inc/pch/precompiled_sal.hxx +++ b/sal/inc/pch/precompiled_sal.hxx @@ -51,6 +51,7 @@ #include "rtl/uuid.h" #include <algorithm> #include <boost/noncopyable.hpp> +#include <boost/scoped_array.hpp> #include <boost/unordered_map.hpp> #include <cassert> #include <config_features.h> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index b1e0261b905b..b9338c6810ed 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -35,6 +35,7 @@ #include <basic/sbxcore.hxx> #include <basic/sbxobj.hxx> #include <boost/bind.hpp> +#include <boost/checked_delete.hpp> #include <boost/foreach.hpp> #include <boost/noncopyable.hpp> #include <boost/ptr_container/ptr_vector.hpp> @@ -51,6 +52,7 @@ #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <boost/static_assert.hpp> #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> #include <cassert> @@ -102,8 +104,11 @@ #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/X3DChartWindowProvider.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/XCoordinateSystem.hpp> #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> #include <com/sun/star/chart2/data/HighlightedRange.hpp> @@ -416,6 +421,7 @@ #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysetinfo.hxx> +#include <comphelper/random.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/storagehelper.hxx> @@ -935,11 +941,13 @@ #include <vcl/metric.hxx> #include <vcl/mnemonic.hxx> #include <vcl/msgbox.hxx> +#include <vcl/openglwin.hxx> #include <vcl/outdev.hxx> #include <vcl/pdfextoutdevdata.hxx> #include <vcl/settings.hxx> #include <vcl/status.hxx> #include <vcl/svapp.hxx> +#include <vcl/syschild.hxx> #include <vcl/taskpanelist.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> @@ -980,4 +988,5 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmltypes.hxx> #include <xmloff/xmluconv.hxx> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index 08f8d64fae39..0d01562a482f 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.hxx @@ -19,6 +19,7 @@ #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <boost/bind.hpp> +#include <boost/checked_delete.hpp> #include <boost/noncopyable.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_array.hpp> @@ -534,4 +535,5 @@ #include <vcl/virdev.hxx> #include <vcl/wmf.hxx> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx index 42b3f846eb60..c8b57db1e709 100644 --- a/sc/inc/pch/precompiled_scui.hxx +++ b/sc/inc/pch/precompiled_scui.hxx @@ -114,4 +114,5 @@ #include <vcl/waitobj.hxx> #include <vcl/window.hxx> #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 867fec2e460d..b6570ed0d865 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.hxx @@ -327,4 +327,5 @@ #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 60ca725942ae..221208504b71 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -15,6 +15,7 @@ */ #include "avmedia/mediawindow.hxx" +#include "boost/noncopyable.hpp" #include "canvas/elapsedtime.hxx" #include "com/sun/star/office/XAnnotationEnumeration.hpp" #include "com/sun/star/uno/RuntimeException.hpp" @@ -72,6 +73,7 @@ #include <boost/function.hpp> #include <boost/limits.hpp> #include <boost/make_shared.hpp> +#include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_array.hpp> @@ -857,6 +859,7 @@ #include <unotools/viewoptions.hxx> #include <utility> #include <vcl/FilterConfigItem.hxx> +#include <vcl/abstdlg.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/bmpacc.hxx> @@ -915,6 +918,5 @@ #include <vcl/wrkwin.hxx> #include <vector> #include <xmloff/settingsstore.hxx> -#include<sfx2/viewfrm.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 1a4211752b36..7fbcfe4b0bfb 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.hxx @@ -29,6 +29,7 @@ #include <basic/sbmod.hxx> #include <basic/sbstar.hxx> #include <boost/ptr_container/ptr_vector.hpp> +#include <boost/scoped_ptr.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 6d6c60adedce..205a6a1b4740 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -18,6 +18,7 @@ #include "unotools/charclass.hxx" #include <algorithm> #include <assert.h> +#include <avmedia/mediaitem.hxx> #include <basegfx/color/bcolortools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> @@ -514,6 +515,8 @@ #include <cstring> #include <drawinglayer/attribute/fillgraphicattribute.hxx> #include <drawinglayer/attribute/fontattribute.hxx> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/discretebitmapprimitive2d.hxx> #include <drawinglayer/primitive2d/fillgraphicprimitive2d.hxx> #include <drawinglayer/primitive2d/polygonprimitive2d.hxx> #include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 8df8bc72d026..765fd706abcf 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -19,6 +19,7 @@ #include "rtl/ref.hxx" #include <algorithm> #include <avmedia/mediawindow.hxx> +#include <avmedia/modeltools.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/numeric/ftools.hxx> @@ -168,6 +169,7 @@ #include <comphelper/sequence.hxx> #include <comphelper/servicedecl.hxx> #include <comphelper/uno3.hxx> +#include <config_features.h> #include <cppcanvas/basegfxfactory.hxx> #include <cppcanvas/bitmap.hxx> #include <cppcanvas/canvas.hxx> @@ -217,9 +219,11 @@ #include <vcl/graph.hxx> #include <vcl/metaact.hxx> #include <vcl/metric.hxx> +#include <vcl/opengl/OpenGLContext.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/syschild.hxx> +#include <vcl/sysdata.hxx> #include <vcl/virdev.hxx> #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 14c59bbda29b..0f75800fa407 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -115,7 +115,6 @@ #include <sfx2/filedlghelper.hxx> #include <sfx2/frame.hxx> #include <sfx2/imgmgr.hxx> -#include <sfx2/module.hxx> #include <sfx2/msg.hxx> #include <sfx2/objface.hxx> #include <sfx2/printer.hxx> @@ -190,7 +189,6 @@ #include <vcl/lineinfo.hxx> #include <vcl/mapmod.hxx> #include <vcl/menu.hxx> -#include <vcl/metric.hxx> #include <vcl/msgbox.hxx> #include <vcl/outdev.hxx> #include <vcl/print.hxx> diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx index 98a538d6fb5b..6617d308ba16 100644 --- a/svtools/inc/pch/precompiled_svt.hxx +++ b/svtools/inc/pch/precompiled_svt.hxx @@ -262,6 +262,7 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> +#include <config_features.h> #include <config_folders.h> #include <config_oauth2.h> #include <cppuhelper/factory.hxx> @@ -376,6 +377,7 @@ #include <tools/multisel.hxx> #include <tools/poly.hxx> #include <tools/rcid.h> +#include <tools/resary.hxx> #include <tools/resid.hxx> #include <tools/resmgr.hxx> #include <tools/rtti.hxx> @@ -486,4 +488,5 @@ #include <vcl/wrkwin.hxx> #include <vcl/xtextedt.hxx> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index a2390421e7fe..bd8a86392677 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -85,7 +85,10 @@ #include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/Point.hpp> +#include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/XControlContainer.hpp> +#include <com/sun/star/awt/XLayoutConstrains.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -119,7 +122,10 @@ #include <com/sun/star/drawing/XShapeDescriptor.hpp> #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/form/FormComponentType.hpp> +#include <com/sun/star/form/XForm.hpp> +#include <com/sun/star/form/inspection/DefaultFormComponentInspectorModel.hpp> #include <com/sun/star/frame/Desktop.hpp> +#include <com/sun/star/frame/Frame.hpp> #include <com/sun/star/frame/ModuleManager.hpp> #include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XDispatch.hpp> @@ -136,9 +142,14 @@ #include <com/sun/star/gallery/XGalleryTheme.hpp> #include <com/sun/star/i18n/BreakIterator.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> +#include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/ScriptType.hpp> #include <com/sun/star/i18n/TransliterationModules.hpp> #include <com/sun/star/i18n/TransliterationModulesExtra.hpp> +#include <com/sun/star/inspection/DefaultHelpProvider.hpp> +#include <com/sun/star/inspection/ObjectInspector.hpp> +#include <com/sun/star/inspection/ObjectInspectorModel.hpp> +#include <com/sun/star/inspection/XObjectInspectorUI.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> @@ -154,6 +165,12 @@ #include <com/sun/star/plugin/PluginManager.hpp> #include <com/sun/star/plugin/XPluginManager.hpp> #include <com/sun/star/reflection/ProxyFactory.hpp> +#include <com/sun/star/sdb/CommandType.hpp> +#include <com/sun/star/sdb/XQueriesSupplier.hpp> +#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp> +#include <com/sun/star/sdbc/XPreparedStatement.hpp> +#include <com/sun/star/sdbcx/XColumnsSupplier.hpp> +#include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/smarttags/SmartTagRecognizerMode.hpp> #include <com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.hpp> #include <com/sun/star/smarttags/XSmartTagAction.hpp> @@ -207,20 +224,31 @@ #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> +#include <com/sun/star/util/NumberFormat.hpp> +#include <com/sun/star/util/NumberFormatter.hpp> +#include <com/sun/star/util/SearchAlgorithms.hpp> +#include <com/sun/star/util/SearchFlags.hpp> +#include <com/sun/star/util/SearchOptions.hpp> +#include <com/sun/star/util/SearchResult.hpp> #include <com/sun/star/util/SortField.hpp> #include <com/sun/star/util/SortFieldType.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/XChangesNotifier.hpp> +#include <com/sun/star/util/XLocalizedAliases.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> #include <com/sun/star/util/XModifyListener.hpp> +#include <com/sun/star/util/XNumberFormats.hpp> +#include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <comphelper/accessibleeventnotifier.hxx> #include <comphelper/accessiblewrapper.hxx> +#include <comphelper/extract.hxx> #include <comphelper/namedvaluecollection.hxx> +#include <comphelper/numbers.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/property.hxx> #include <comphelper/propertysetinfo.hxx> @@ -229,10 +257,12 @@ #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <comphelper/uno3.hxx> +#include <config_features.h> #include <config_folders.h> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase6.hxx> +#include <cppuhelper/component_context.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase3.hxx> @@ -322,15 +352,18 @@ #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> +#include <sfx2/childwin.hxx> #include <sfx2/dialoghelper.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/dockwin.hxx> #include <sfx2/evntconf.hxx> #include <sfx2/filedlghelper.hxx> +#include <sfx2/frame.hxx> #include <sfx2/htmlmode.hxx> #include <sfx2/imagemgr.hxx> #include <sfx2/module.hxx> +#include <sfx2/objitem.hxx> #include <sfx2/objsh.hxx> #include <sfx2/opengrf.hxx> #include <sfx2/printer.hxx> @@ -359,6 +392,7 @@ #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> +#include <svl/filenotation.hxx> #include <svl/intitem.hxx> #include <svl/itemiter.hxx> #include <svl/itempool.hxx> @@ -402,6 +436,7 @@ #include <svtools/toolbarmenu.hxx> #include <svtools/toolboxcontroller.hxx> #include <svtools/unitconv.hxx> +#include <svtools/urlcontrol.hxx> #include <svtools/valueset.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <toolkit/helper/convert.hxx> @@ -422,11 +457,13 @@ #include <tools/shl.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> +#include <tools/wldcrd.hxx> #include <unicode/uchar.h> #include <uno/mapping.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/charclass.hxx> +#include <unotools/confignode.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/moduleoptions.hxx> @@ -435,6 +472,7 @@ #include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/textsearch.hxx> +#include <unotools/ucbhelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/viewoptions.hxx> #include <utility> @@ -467,6 +505,7 @@ #include <vcl/scrbar.hxx> #include <vcl/settings.hxx> #include <vcl/status.hxx> +#include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/textdata.hxx> #include <vcl/timer.hxx> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 636e2c93283a..7d33de68e864 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -16,13 +16,17 @@ #include "boost/scoped_ptr.hpp" #include "com/sun/star/document/XStorageBasedDocument.hpp" +#include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #include "cppuhelper/factory.hxx" #include "editeng/AccessibleStringWrap.hxx" #include "editeng/borderline.hxx" #include "editeng/boxitem.hxx" +#include "editeng/crossedoutitem.hxx" +#include "editeng/editeng.hxx" #include "editeng/editobj.hxx" #include "editeng/editstat.hxx" #include "editeng/editview.hxx" +#include "editeng/eeitem.hxx" #include "editeng/fhgtitem.hxx" #include "editeng/flditem.hxx" #include "editeng/fontitem.hxx" @@ -30,7 +34,9 @@ #include "editeng/frmdiritem.hxx" #include "editeng/lineitem.hxx" #include "editeng/outlobj.hxx" +#include "editeng/scriptspaceitem.hxx" #include "editeng/shaditem.hxx" +#include "editeng/udlnitem.hxx" #include "editeng/unolingu.hxx" #include "editeng/writingmodeitem.hxx" #include "editeng/xmlcnitm.hxx" @@ -38,6 +44,7 @@ #include "osl/diagnose.h" #include "sal/config.h" #include "sal/types.h" +#include "svtools/treelistentry.hxx" #include "xmloff/DashStyle.hxx" #include "xmloff/GradientStyle.hxx" #include "xmloff/HatchStyle.hxx" @@ -81,9 +88,14 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b3dvector.hxx> +#include <basic/basmgr.hxx> +#include <basic/sbuno.hxx> +#include <basic/sbx.hxx> #include <basic/sbxvar.hxx> +#include <boost/assign/list_of.hpp> #include <boost/bind.hpp> #include <boost/noncopyable.hpp> +#include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> @@ -91,37 +103,72 @@ #include <boost/unordered_map.hpp> #include <cassert> #include <cmath> +#include <com/sun/star/accessibility/XAccessible.hpp> +#include <com/sun/star/awt/FocusChangeReason.hpp> +#include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/Gradient.hpp> +#include <com/sun/star/awt/ImageScaleMode.hpp> #include <com/sun/star/awt/InvalidateStyle.hpp> +#include <com/sun/star/awt/LineEndFormat.hpp> +#include <com/sun/star/awt/MouseWheelBehavior.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/ScrollBarOrientation.hpp> #include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/TabController.hpp> #include <com/sun/star/awt/TextAlign.hpp> +#include <com/sun/star/awt/VisualEffect.hpp> #include <com/sun/star/awt/XBitmap.hpp> +#include <com/sun/star/awt/XCheckBox.hpp> +#include <com/sun/star/awt/XComboBox.hpp> #include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/awt/XControlContainer.hpp> #include <com/sun/star/awt/XControlModel.hpp> +#include <com/sun/star/awt/XDevice.hpp> +#include <com/sun/star/awt/XFocusListener.hpp> #include <com/sun/star/awt/XLayoutConstrains.hpp> +#include <com/sun/star/awt/XListBox.hpp> +#include <com/sun/star/awt/XMouseListener.hpp> +#include <com/sun/star/awt/XTabController.hpp> +#include <com/sun/star/awt/XTabControllerModel.hpp> +#include <com/sun/star/awt/XTextComponent.hpp> +#include <com/sun/star/awt/XVclWindowPeer.hpp> #include <com/sun/star/awt/XView.hpp> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindow2.hpp> +#include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/beans/PropertyChangeEvent.hpp> +#include <com/sun/star/beans/PropertyState.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValues.hpp> +#include <com/sun/star/beans/XFastPropertySet.hpp> +#include <com/sun/star/beans/XIntrospection.hpp> +#include <com/sun/star/beans/XMultiPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertyState.hpp> +#include <com/sun/star/beans/theIntrospection.hpp> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> #include <com/sun/star/chart2/XChartDocument.hpp> +#include <com/sun/star/container/EnumerableMap.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XContainerListener.hpp> +#include <com/sun/star/container/XEnumeration.hpp> +#include <com/sun/star/container/XEnumerationAccess.hpp> +#include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/container/XIdentifierContainer.hpp> +#include <com/sun/star/container/XIdentifierReplace.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexContainer.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/container/XSet.hpp> +#include <com/sun/star/datatransfer/XTransferable.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> #include <com/sun/star/document/EventObject.hpp> #include <com/sun/star/document/XEventListener.hpp> #include <com/sun/star/document/XExporter.hpp> @@ -174,6 +221,7 @@ #include <com/sun/star/drawing/TextureKind2.hpp> #include <com/sun/star/drawing/TextureMode.hpp> #include <com/sun/star/drawing/TextureProjectionMode.hpp> +#include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/drawing/XCustomShapeEngine.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> @@ -196,8 +244,39 @@ #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/embed/XWindowSupplier.hpp> +#include <com/sun/star/form/FormButtonType.hpp> +#include <com/sun/star/form/FormComponentType.hpp> +#include <com/sun/star/form/Forms.hpp> +#include <com/sun/star/form/ListSourceType.hpp> +#include <com/sun/star/form/TabOrderDialog.hpp> +#include <com/sun/star/form/TabulatorCycle.hpp> +#include <com/sun/star/form/XBoundComponent.hpp> +#include <com/sun/star/form/XBoundControl.hpp> +#include <com/sun/star/form/XConfirmDeleteListener.hpp> +#include <com/sun/star/form/XForm.hpp> +#include <com/sun/star/form/XFormComponent.hpp> +#include <com/sun/star/form/XFormController.hpp> +#include <com/sun/star/form/XGrid.hpp> +#include <com/sun/star/form/XGridColumnFactory.hpp> +#include <com/sun/star/form/XGridControl.hpp> +#include <com/sun/star/form/XGridPeer.hpp> +#include <com/sun/star/form/XLoadable.hpp> +#include <com/sun/star/form/XReset.hpp> +#include <com/sun/star/form/binding/XBindableValue.hpp> +#include <com/sun/star/form/binding/XListEntrySink.hpp> +#include <com/sun/star/form/binding/XValueBinding.hpp> +#include <com/sun/star/form/control/FilterControl.hpp> +#include <com/sun/star/form/runtime/FormController.hpp> +#include <com/sun/star/form/runtime/FormFeature.hpp> +#include <com/sun/star/form/runtime/FormOperations.hpp> +#include <com/sun/star/form/submission/XSubmissionSupplier.hpp> +#include <com/sun/star/form/validation/XValidatableFormComponent.hpp> #include <com/sun/star/frame/FrameSearchFlag.hpp> +#include <com/sun/star/frame/XController.hpp> +#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/frame/XModule.hpp> #include <com/sun/star/frame/status/ClipboardFormats.hpp> #include <com/sun/star/frame/status/ItemStatus.hpp> #include <com/sun/star/gallery/GalleryItemType.hpp> @@ -222,6 +301,8 @@ #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/EventObject.hpp> +#include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/lang/ServiceNotRegisteredException.hpp> @@ -234,8 +315,40 @@ #include <com/sun/star/linguistic2/LinguServiceManager.hpp> #include <com/sun/star/linguistic2/XAvailableLocales.hpp> #include <com/sun/star/media/ZoomLevel.hpp> +#include <com/sun/star/reflection/XInterfaceMethodTypeDescription.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp> +#include <com/sun/star/script/XEventAttacherManager.hpp> +#include <com/sun/star/script/XScriptListener.hpp> +#include <com/sun/star/sdb/CommandType.hpp> +#include <com/sun/star/sdb/ErrorCondition.hpp> +#include <com/sun/star/sdb/ErrorMessageDialog.hpp> +#include <com/sun/star/sdb/ParametersRequest.hpp> +#include <com/sun/star/sdb/RowChangeAction.hpp> +#include <com/sun/star/sdb/SQLContext.hpp> +#include <com/sun/star/sdb/XColumn.hpp> +#include <com/sun/star/sdb/XCompletedConnection.hpp> +#include <com/sun/star/sdb/XInteractionSupplyParameters.hpp> +#include <com/sun/star/sdb/XQueriesSupplier.hpp> +#include <com/sun/star/sdb/XResultSetAccess.hpp> +#include <com/sun/star/sdb/XRowsChangeBroadcaster.hpp> +#include <com/sun/star/sdb/XSQLErrorBroadcaster.hpp> +#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp> +#include <com/sun/star/sdbc/ColumnValue.hpp> +#include <com/sun/star/sdbc/DataType.hpp> +#include <com/sun/star/sdbc/ResultSetConcurrency.hpp> +#include <com/sun/star/sdbc/ResultSetType.hpp> +#include <com/sun/star/sdbc/XConnection.hpp> +#include <com/sun/star/sdbc/XDataSource.hpp> +#include <com/sun/star/sdbc/XPreparedStatement.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/sdbc/XResultSetUpdate.hpp> +#include <com/sun/star/sdbc/XRowSet.hpp> +#include <com/sun/star/sdbc/XStatement.hpp> +#include <com/sun/star/sdbcx/Privilege.hpp> +#include <com/sun/star/sdbcx/XColumnsSupplier.hpp> +#include <com/sun/star/sdbcx/XDeleteRows.hpp> +#include <com/sun/star/sdbcx/XRowLocate.hpp> +#include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/style/GraphicLocation.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/style/VerticalAlignment.hpp> @@ -248,18 +361,22 @@ #include <com/sun/star/table/XMergeableCell.hpp> #include <com/sun/star/table/XMergeableCellRange.hpp> #include <com/sun/star/table/XTable.hpp> +#include <com/sun/star/task/InteractionHandler.hpp> #include <com/sun/star/task/XInteractionContinuation.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/text/GraphicCrop.hpp> #include <com/sun/star/text/RelOrientation.hpp> #include <com/sun/star/text/WritingMode.hpp> +#include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/textfield/Type.hpp> #include <com/sun/star/ucb/NameClash.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <com/sun/star/ucb/TransferInfo.hpp> +#include <com/sun/star/ucb/XContent.hpp> #include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> +#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.hpp> #include <com/sun/star/uno/Any.hxx> @@ -267,15 +384,33 @@ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XInterface.hpp> +#include <com/sun/star/uno/XNamingService.hpp> +#include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> +#include <com/sun/star/util/Language.hpp> #include <com/sun/star/util/MeasureUnit.hpp> +#include <com/sun/star/util/NumberFormat.hpp> +#include <com/sun/star/util/NumberFormatter.hpp> +#include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/URLTransformer.hpp> +#include <com/sun/star/util/XCancellable.hpp> #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/util/XModeChangeBroadcaster.hpp> #include <com/sun/star/util/XModeChangeListener.hpp> +#include <com/sun/star/util/XModeSelector.hpp> #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> +#include <com/sun/star/util/XNumberFormatTypes.hpp> +#include <com/sun/star/util/XNumberFormats.hpp> +#include <com/sun/star/util/XNumberFormatsSupplier.hpp> +#include <com/sun/star/util/XNumberFormatter.hpp> +#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XUpdatable.hpp> +#include <com/sun/star/view/XSelectionSupplier.hpp> +#include <com/sun/star/xforms/XFormsSupplier.hpp> +#include <com/sun/star/xml/dom/DOMException.hpp> +#include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> #include <com/sun/star/xml/sax/SAXParseException.hpp> @@ -283,25 +418,45 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/classids.hxx> +#include <comphelper/container.hxx> #include <comphelper/embeddedobjectcontainer.hxx> +#include <comphelper/enumhelper.hxx> +#include <comphelper/evtmethodhelper.hxx> #include <comphelper/extract.hxx> +#include <comphelper/flagguard.hxx> +#include <comphelper/genericpropertyset.hxx> +#include <comphelper/implementationreference.hxx> #include <comphelper/interaction.hxx> +#include <comphelper/namedvaluecollection.hxx> +#include <comphelper/numbers.hxx> #include <comphelper/processfactory.hxx> +#include <comphelper/propagg.hxx> +#include <comphelper/property.hxx> #include <comphelper/propertysetinfo.hxx> #include <comphelper/scopeguard.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/serviceinfohelper.hxx> +#include <comphelper/solarmutex.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <comphelper/types.hxx> +#include <comphelper/uno3.hxx> +#include <config_features.h> +#include <config_options.h> +#include <connectivity/IParseContext.hxx> +#include <connectivity/dbexception.hxx> +#include <connectivity/dbtools.hxx> +#include <connectivity/formattedcolumnvalue.hxx> #include <cppuhelper/compbase4.hxx> #include <cppuhelper/exc_hlp.hxx> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase5.hxx> #include <cppuhelper/interfacecontainer.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weak.hxx> @@ -412,8 +567,10 @@ #include <editeng/frmdiritem.hxx> #include <editeng/itemtype.hxx> #include <editeng/kernitem.hxx> +#include <editeng/langitem.hxx> #include <editeng/lineitem.hxx> #include <editeng/lrspitem.hxx> +#include <editeng/lspcitem.hxx> #include <editeng/measfld.hxx> #include <editeng/numitem.hxx> #include <editeng/outliner.hxx> @@ -423,7 +580,9 @@ #include <editeng/shdditem.hxx> #include <editeng/svxenum.hxx> #include <editeng/svxfont.hxx> +#include <editeng/tstpitem.hxx> #include <editeng/udlnitem.hxx> +#include <editeng/ulspitem.hxx> #include <editeng/unoedhlp.hxx> #include <editeng/unofield.hxx> #include <editeng/unoforou.hxx> @@ -447,6 +606,7 @@ #include <map> #include <math.h> #include <memory> +#include <o3tl/compat_functional.hxx> #include <osl/diagnose.h> #include <osl/endian.h> #include <osl/file.hxx> @@ -474,19 +634,25 @@ #include <sfx2/dispatch.hxx> #include <sfx2/docfac.hxx> #include <sfx2/docfile.hxx> +#include <sfx2/event.hxx> #include <sfx2/fcontnr.hxx> #include <sfx2/filedlghelper.hxx> +#include <sfx2/frame.hxx> #include <sfx2/frmdescr.hxx> #include <sfx2/htmlmode.hxx> #include <sfx2/ipclient.hxx> #include <sfx2/linkmgr.hxx> #include <sfx2/lnkbase.hxx> #include <sfx2/module.hxx> +#include <sfx2/msg.hxx> +#include <sfx2/msgpool.hxx> #include <sfx2/objface.hxx> +#include <sfx2/objitem.hxx> #include <sfx2/objsh.hxx> #include <sfx2/querystatus.hxx> #include <sfx2/request.hxx> #include <sfx2/sfxstatuslistener.hxx> +#include <sfx2/sfxuno.hxx> #include <sfx2/sidebar/Theme.hxx> #include <sfx2/templdlg.hxx> #include <sfx2/tplpitem.hxx> @@ -504,6 +670,7 @@ #include <string> #include <svl/aeitem.hxx> #include <svl/brdcst.hxx> +#include <svl/cjkoptions.hxx> #include <svl/eitem.hxx> #include <svl/flagitem.hxx> #include <svl/grabbagitem.hxx> @@ -514,8 +681,11 @@ #include <svl/itempool.hxx> #include <svl/itemprop.hxx> #include <svl/itemset.hxx> +#include <svl/languageoptions.hxx> #include <svl/lstner.hxx> +#include <svl/macitem.hxx> #include <svl/metitem.hxx> +#include <svl/numuno.hxx> #include <svl/outstrm.hxx> #include <svl/poolitem.hxx> #include <svl/ptitem.hxx> @@ -526,27 +696,37 @@ #include <svl/style.hxx> #include <svl/urihelper.hxx> #include <svl/urlbmk.hxx> +#include <svl/visitem.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> #include <svtools/accessibilityoptions.hxx> #include <svtools/borderhelper.hxx> +#include <svtools/calendar.hxx> #include <svtools/colorcfg.hxx> #include <svtools/ctrlbox.hxx> #include <svtools/ctrltool.hxx> +#include <svtools/ehdl.hxx> #include <svtools/embedhlp.hxx> #include <svtools/filechangedchecker.hxx> +#include <svtools/fmtfield.hxx> #include <svtools/grfmgr.hxx> #include <svtools/langtab.hxx> +#include <svtools/miscopt.hxx> #include <svtools/optionsdrawinglayer.hxx> #include <svtools/popupmenucontrollerbase.hxx> #include <svtools/popupwindowcontroller.hxx> +#include <svtools/stringtransfer.hxx> +#include <svtools/svmedit.hxx> #include <svtools/toolbarmenu.hxx> #include <svtools/transfer.hxx> +#include <svtools/treelistbox.hxx> #include <svtools/treelistentry.hxx> #include <svtools/unoevent.hxx> #include <svtools/unoimap.hxx> #include <svtools/valueset.hxx> +#include <toolkit/awt/vclxdevice.hxx> #include <toolkit/awt/vclxwindow.hxx> +#include <toolkit/controls/unocontrol.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/b3dtrans.hxx> @@ -562,8 +742,10 @@ #include <tools/helpers.hxx> #include <tools/line.hxx> #include <tools/mapunit.hxx> +#include <tools/multisel.hxx> #include <tools/poly.hxx> #include <tools/rcid.h> +#include <tools/resid.hxx> #include <tools/resmgr.hxx> #include <tools/shl.hxx> #include <tools/stream.hxx> @@ -577,12 +759,15 @@ #include <unotools/intlwrapper.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/localfilehelper.hxx> +#include <unotools/moduleoptions.hxx> #include <unotools/pathoptions.hxx> #include <unotools/saveopt.hxx> #include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/tempfile.hxx> #include <unotools/ucbstreamhelper.hxx> +#include <unotools/viewoptions.hxx> +#include <utility> #include <vcl/FilterConfigItem.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> @@ -601,25 +786,33 @@ #include <vcl/graphicfilter.hxx> #include <vcl/graphictools.hxx> #include <vcl/hatch.hxx> +#include <vcl/help.hxx> +#include <vcl/i18nhelp.hxx> +#include <vcl/image.hxx> #include <vcl/jobset.hxx> #include <vcl/lazydelete.hxx> #include <vcl/lineinfo.hxx> +#include <vcl/longcurr.hxx> #include <vcl/lstbox.hxx> +#include <vcl/menu.hxx> #include <vcl/metaact.hxx> #include <vcl/metric.hxx> #include <vcl/mnemonic.hxx> #include <vcl/msgbox.hxx> +#include <vcl/opengl/IOpenGLRenderer.hxx> #include <vcl/outdev.hxx> #include <vcl/pdfextoutdevdata.hxx> #include <vcl/region.hxx> #include <vcl/salbtype.hxx> #include <vcl/settings.hxx> #include <vcl/split.hxx> +#include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> #include <vcl/svgdata.hxx> #include <vcl/timer.hxx> #include <vcl/toolbox.hxx> #include <vcl/virdev.hxx> +#include <vcl/waitobj.hxx> #include <vcl/window.hxx> #include <vcl/wmf.hxx> #include <vcl/wrkwin.hxx> diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index e98a103c52d0..5abed65b485b 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -22,6 +22,7 @@ #include <boost/optional.hpp> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> +#include <boost/static_assert.hpp> #include <boost/unordered_set.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> @@ -94,6 +95,7 @@ #include <comphelper/sequenceashashmap.hxx> #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> +#include <config_features.h> #include <config_version.h> #include <cppuhelper/implementationentry.hxx> #include <cstdio> @@ -261,6 +263,7 @@ #include <ucbhelper/content.hxx> #include <unicode/ubidi.h> #include <unotools/configmgr.hxx> +#include <unotools/docinfohelper.hxx> #include <unotools/fltrcfg.hxx> #include <unotools/fontcfg.hxx> #include <unotools/fontcvt.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index ed6a9eca3654..94d5aa1cc59a 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -48,6 +48,7 @@ #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <boost/tuple/tuple.hpp> #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> #include <cassert> @@ -252,7 +253,6 @@ #include <com/sun/star/linguistic2/XProofreadingIterator.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> #include <com/sun/star/linguistic2/XThesaurus.hpp> -#include <com/sun/star/mail/XSmtpService.hpp> #include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/packages/zip/ZipIOException.hpp> #include <com/sun/star/rdf/Statement.hpp> @@ -286,7 +286,6 @@ #include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRowSet.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <com/sun/star/sdbcx/XRowLocate.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/style/BreakType.hpp> #include <com/sun/star/style/DropCapFormat.hpp> @@ -329,8 +328,6 @@ #include <com/sun/star/text/HoriOrientationFormat.hpp> #include <com/sun/star/text/HorizontalAdjust.hpp> #include <com/sun/star/text/LabelFollow.hpp> -#include <com/sun/star/text/MailMergeEvent.hpp> -#include <com/sun/star/text/MailMergeType.hpp> #include <com/sun/star/text/NotePrintMode.hpp> #include <com/sun/star/text/PageNumberType.hpp> #include <com/sun/star/text/PlaceholderType.hpp> @@ -367,8 +364,6 @@ #include <com/sun/star/text/XFootnote.hpp> #include <com/sun/star/text/XFootnotesSettingsSupplier.hpp> #include <com/sun/star/text/XFootnotesSupplier.hpp> -#include <com/sun/star/text/XMailMergeBroadcaster.hpp> -#include <com/sun/star/text/XMailMergeListener.hpp> #include <com/sun/star/text/XNumberingTypeInfo.hpp> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextColumns.hpp> @@ -414,7 +409,6 @@ #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uri/UriReferenceFactory.hpp> #include <com/sun/star/uri/XVndSunStarScriptUrl.hpp> -#include <com/sun/star/util/CloseVetoException.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Duration.hpp> @@ -627,6 +621,7 @@ #include <map> #include <math.h> #include <memory> +#include <numeric> #include <o3tl/sorted_vector.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Writer.hxx> @@ -956,6 +951,7 @@ #include <svx/unomid.hxx> #include <svx/unomod.hxx> #include <svx/unomodel.hxx> +#include <svx/unopage.hxx> #include <svx/unoprov.hxx> #include <svx/unoshape.hxx> #include <svx/verttexttbxctrl.hxx> diff --git a/unotools/inc/pch/precompiled_utl.hxx b/unotools/inc/pch/precompiled_utl.hxx index 5cb204a2b2f2..4fcd5815e615 100644 --- a/unotools/inc/pch/precompiled_utl.hxx +++ b/unotools/inc/pch/precompiled_utl.hxx @@ -146,6 +146,7 @@ #include <map> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/Recovery.hxx> +#include <osl/detail/file.h> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> @@ -195,4 +196,5 @@ #include <ucbhelper/interceptedinteraction.hxx> #include <uno/data.h> #include <vector> + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index b4fce141d8a3..7afd3f4670d8 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -14,10 +14,8 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "basegfx/matrix/b2dhommatrix.hxx" #include "basegfx/polygon/b2dpolygon.hxx" #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" @@ -28,7 +26,6 @@ #include "com/sun/star/awt/XWindow.hpp" #include "com/sun/star/awt/XWindowPeer.hpp" #include "com/sun/star/beans/PropertyValue.hpp" -#include "com/sun/star/beans/PropertyValues.hpp" #include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/configuration/theDefaultProvider.hpp" #include "com/sun/star/container/XNameAccess.hpp" @@ -46,8 +43,6 @@ #include "com/sun/star/graphic/GraphicProvider.hpp" #include "com/sun/star/graphic/XGraphicProvider.hpp" #include "com/sun/star/i18n/TransliterationModules.hpp" -#include "com/sun/star/i18n/WordType.hpp" -#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/lang/DisposedException.hpp" @@ -58,7 +53,6 @@ #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/lang/XServiceName.hpp" #include "com/sun/star/lang/XSingleServiceFactory.hpp" -#include "com/sun/star/linguistic2/LinguServiceManager.hpp" #include "com/sun/star/packages/zip/ZipFileAccess.hpp" #include "com/sun/star/rendering/CanvasFactory.hpp" #include "com/sun/star/rendering/XCanvas.hpp" @@ -84,7 +78,6 @@ #include "i18nutil/unicode.hxx" #include "officecfg/Office/Common.hxx" #include "osl/diagnose.h" -#include "osl/file.h" #include "osl/file.hxx" #include "osl/module.h" #include "osl/module.hxx" @@ -107,7 +100,6 @@ #include "string.h" #include "tools/debug.hxx" #include "tools/diagnose_ex.h" -#include "tools/poly.hxx" #include "tools/rc.h" #include "tools/resmgr.hxx" #include "tools/stream.hxx" @@ -118,7 +110,6 @@ #include "unotools/collatorwrapper.hxx" #include "unotools/confignode.hxx" #include "unotools/fontcfg.hxx" -#include "unotools/fontcvt.hxx" #include "unotools/localedatawrapper.hxx" #include "unotools/streamwrap.hxx" #include "unotools/syslocaleoptions.hxx" @@ -170,8 +161,10 @@ #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/XDisplayConnection.hpp> #include <com/sun/star/awt/XExtendedToolkit.hpp> #include <com/sun/star/awt/XGraphics.hpp> +#include <com/sun/star/awt/XTopWindow.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp> @@ -182,6 +175,7 @@ #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/SystemClipboard.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> #include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> @@ -231,6 +225,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/linguistic2/LinguServiceManager.hpp> #include <com/sun/star/packages/zip/ZipFileAccess.hpp> #include <com/sun/star/rendering/CanvasFactory.hpp> #include <com/sun/star/rendering/ColorComponentTag.hpp> @@ -245,6 +240,7 @@ #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/rendering/XSpriteCanvas.hpp> #include <com/sun/star/svg/XSVGWriter.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/ucb/CommandAbortedException.hpp> @@ -334,6 +330,7 @@ #include <rtl/process.h> #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> +#include <rtl/string.hxx> #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> @@ -349,6 +346,7 @@ #include <sot/factory.hxx> #include <sot/formats.hxx> #include <sot/object.hxx> +#include <stack> #include <stdexcept> #include <stdio.h> #include <stdlib.h> @@ -395,6 +393,7 @@ #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> |