diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:43 +0200 |
commit | 286d04a96e11edc21395076becb26940c29b908a (patch) | |
tree | b046bc72a263575a2bb27d99912440d02d5c372e /svx | |
parent | c37cd33fad388ad486d42f008f9908784611fe23 (diff) |
update pch
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 46 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 25 |
2 files changed, 63 insertions, 8 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index ae8cab2a9a82..2f68056e2f8d 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -51,10 +51,13 @@ #include "rtl/ustring.hxx" #include "sal/config.h" #include "sal/types.h" +#include "sfx2/imagemgr.hxx" #include "sfx2/module.hxx" +#include "sfx2/sidebar/CommandInfoProvider.hxx" #include "svtools/treelistentry.hxx" #include "svtools/viewdataentry.hxx" #include "uno/lbnames.h" +#include "vcl/builder.hxx" #include "vcl/svapp.hxx" #include <algorithm> #include <basegfx/point/b2dpoint.hxx> @@ -68,6 +71,8 @@ #include <boost/bind.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <climits> +#include <cmath> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventObject.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> @@ -121,6 +126,7 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> +#include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/status/FontHeight.hpp> #include <com/sun/star/frame/status/LeftRightMargin.hpp> #include <com/sun/star/frame/status/UpperLowerMargin.hpp> @@ -130,6 +136,7 @@ #include <com/sun/star/i18n/CharacterIteratorMode.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/lang/DisposedException.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> @@ -147,6 +154,7 @@ #include <com/sun/star/reflection/ProxyFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/smarttags/SmartTagRecognizerMode.hpp> +#include <com/sun/star/smarttags/XRangeBasedSmartTagRecognizer.hpp> #include <com/sun/star/smarttags/XSmartTagAction.hpp> #include <com/sun/star/smarttags/XSmartTagRecognizer.hpp> #include <com/sun/star/style/BreakType.hpp> @@ -167,6 +175,7 @@ #include <com/sun/star/table/XMergeableCell.hpp> #include <com/sun/star/table/XTable.hpp> #include <com/sun/star/task/XStatusIndicatorFactory.hpp> +#include <com/sun/star/text/DefaultNumberingProvider.hpp> #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/RelOrientation.hpp> #include <com/sun/star/text/RubyAdjust.hpp> @@ -180,6 +189,10 @@ #include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextMarkup.hpp> #include <com/sun/star/text/XTextRange.hpp> +#include <com/sun/star/ui/ContextChangeEventMultiplexer.hpp> +#include <com/sun/star/ui/ContextChangeEventObject.hpp> +#include <com/sun/star/ui/XContextChangeEventMultiplexer.hpp> +#include <com/sun/star/ui/XSidebar.hpp> #include <com/sun/star/ui/XUIElement.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/FolderPicker.hpp> @@ -188,6 +201,7 @@ #include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/util/SortField.hpp> #include <com/sun/star/util/SortFieldType.hpp> @@ -202,6 +216,7 @@ #include <com/sun/star/view/XSelectionSupplier.hpp> #include <comphelper/accessibleeventnotifier.hxx> #include <comphelper/accessiblewrapper.hxx> +#include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysetinfo.hxx> #include <comphelper/sequenceashashmap.hxx> @@ -211,7 +226,9 @@ #include <comphelper/string.hxx> #include <comphelper/types.hxx> #include <comphelper/uno3.hxx> +#include <config_folders.h> #include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase6.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> @@ -219,7 +236,10 @@ #include <cppuhelper/interfacecontainer.h> #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/weakref.hxx> +#include <cstring> #include <deque> +#include <drawinglayer/attribute/sdrlineattribute.hxx> +#include <drawinglayer/attribute/sdrlinestartendattribute.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/charreliefitem.hxx> @@ -247,6 +267,7 @@ #include <editeng/outliner.hxx> #include <editeng/outlobj.hxx> #include <editeng/postitem.hxx> +#include <editeng/protitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/shdditem.hxx> #include <editeng/sizeitem.hxx> @@ -259,6 +280,8 @@ #include <editeng/unotext.hxx> #include <editeng/wghtitem.hxx> #include <editeng/wrlmitem.hxx> +#include <framework/imageproducer.hxx> +#include <framework/sfxhelperfunctions.hxx> #include <i18nlangtag/mslangid.hxx> #include <limits.h> #include <limits> @@ -267,6 +290,7 @@ #include <math.h> #include <memory> #include <numeric> +#include <officecfg/Office/Recovery.hxx> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/interlck.h> @@ -289,8 +313,10 @@ #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/bindings.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/htmlmode.hxx> @@ -300,8 +326,18 @@ #include <sfx2/opengrf.hxx> #include <sfx2/printer.hxx> #include <sfx2/request.hxx> +#include <sfx2/sfxbasecontroller.hxx> +#include <sfx2/shell.hxx> +#include <sfx2/sidebar/ControlFactory.hxx> +#include <sfx2/sidebar/ControllerFactory.hxx> +#include <sfx2/sidebar/EnumContext.hxx> +#include <sfx2/sidebar/SidebarPanelBase.hxx> +#include <sfx2/sidebar/SidebarToolBox.hxx> +#include <sfx2/sidebar/Theme.hxx> +#include <sfx2/sidebar/Tools.hxx> #include <sfx2/signaturestate.hxx> #include <sfx2/tbxctrl.hxx> +#include <sfx2/templdlg.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/zoomitem.hxx> @@ -310,10 +346,10 @@ #include <sot/formats.hxx> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <string> #include <svl/aeitem.hxx> #include <svl/cjkoptions.hxx> +#include <svl/ctloptions.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/itemiter.hxx> @@ -339,6 +375,7 @@ #include <svtools/ctrlbox.hxx> #include <svtools/ctrltool.hxx> #include <svtools/ehdl.hxx> +#include <svtools/generictoolboxcontroller.hxx> #include <svtools/imagemgr.hxx> #include <svtools/imapcirc.hxx> #include <svtools/imappoly.hxx> @@ -354,12 +391,15 @@ #include <svtools/stdctrl.hxx> #include <svtools/stdmenu.hxx> #include <svtools/svlbitm.hxx> +#include <svtools/toolbarmenu.hxx> +#include <svtools/unitconv.hxx> #include <svtools/valueset.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/externallock.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/color.hxx> #include <tools/debug.hxx> +#include <tools/diagnose_ex.h> #include <tools/errinf.hxx> #include <tools/gen.hxx> #include <tools/helpers.hxx> @@ -367,6 +407,7 @@ #include <tools/rc.hxx> #include <tools/rcid.h> #include <tools/resary.hxx> +#include <tools/resid.hxx> #include <tools/shl.hxx> #include <tools/solar.h> #include <tools/stream.hxx> @@ -377,11 +418,13 @@ #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/charclass.hxx> +#include <unotools/fontoptions.hxx> #include <unotools/localedatawrapper.hxx> #include <unotools/localfilehelper.hxx> #include <unotools/moduleoptions.hxx> #include <unotools/pathoptions.hxx> #include <unotools/searchopt.hxx> +#include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/textsearch.hxx> #include <unotools/ucbstreamhelper.hxx> @@ -395,6 +438,7 @@ #include <vcl/event.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> +#include <vcl/floatwin.hxx> #include <vcl/gradient.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 3774b4182a57..26b9361078a2 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -36,7 +36,6 @@ #include "osl/diagnose.h" #include "sal/config.h" #include "sal/types.h" -#include "svtools/treelistentry.hxx" #include "uno/lbnames.h" #include "xmloff/DashStyle.hxx" #include "xmloff/GradientStyle.hxx" @@ -86,12 +85,13 @@ #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <boost/spirit/include/classic_core.hpp> #include <boost/unordered_map.hpp> #include <cassert> +#include <cmath> #include <com/sun/star/awt/FontSlant.hpp> #include <com/sun/star/awt/Gradient.hpp> #include <com/sun/star/awt/InvalidateStyle.hpp> -#include <com/sun/star/awt/MenuItemStyle.hpp> #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/PosSize.hpp> #include <com/sun/star/awt/Rectangle.hpp> @@ -110,6 +110,7 @@ #include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp> +#include <com/sun/star/chart2/XChartDocument.hpp> #include <com/sun/star/container/XChild.hpp> #include <com/sun/star/container/XContainer.hpp> #include <com/sun/star/container/XContainerListener.hpp> @@ -143,6 +144,7 @@ #include <com/sun/star/drawing/FillStyle.hpp> #include <com/sun/star/drawing/FlagSequence.hpp> #include <com/sun/star/drawing/GluePoint2.hpp> +#include <com/sun/star/drawing/GraphicExportFilter.hpp> #include <com/sun/star/drawing/GraphicFilterRequest.hpp> #include <com/sun/star/drawing/Hatch.hpp> #include <com/sun/star/drawing/HomogenMatrix.hpp> @@ -192,9 +194,11 @@ #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/frame/FrameSearchFlag.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/status/ClipboardFormats.hpp> #include <com/sun/star/frame/status/ItemStatus.hpp> +#include <com/sun/star/gallery/GalleryItemType.hpp> #include <com/sun/star/graphic/GraphicType.hpp> #include <com/sun/star/graphic/PrimitiveFactory2D.hpp> #include <com/sun/star/graphic/XGraphic.hpp> @@ -229,6 +233,7 @@ #include <com/sun/star/media/ZoomLevel.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> +#include <com/sun/star/style/GraphicLocation.hpp> #include <com/sun/star/style/ParagraphAdjust.hpp> #include <com/sun/star/style/VerticalAlignment.hpp> #include <com/sun/star/style/XStyle.hpp> @@ -247,9 +252,9 @@ #include <com/sun/star/text/WritingMode.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/XContentAccess.hpp> -#include <com/sun/star/ucb/XSimpleFileAccess2.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.hpp> @@ -265,7 +270,6 @@ #include <com/sun/star/util/XModeChangeListener.hpp> #include <com/sun/star/util/XModifiable.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> -#include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/util/XUpdatable.hpp> #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/Parser.hpp> @@ -298,14 +302,15 @@ #include <cppuhelper/weak.hxx> #include <cstdio> #include <drawinglayer/animation/animationtiming.hxx> -#include <drawinglayer/attribute/fillbitmapattribute.hxx> #include <drawinglayer/attribute/fillgradientattribute.hxx> +#include <drawinglayer/attribute/fillgraphicattribute.hxx> #include <drawinglayer/attribute/fillhatchattribute.hxx> #include <drawinglayer/attribute/lineattribute.hxx> #include <drawinglayer/attribute/linestartendattribute.hxx> #include <drawinglayer/attribute/materialattribute3d.hxx> #include <drawinglayer/attribute/sdrallattribute3d.hxx> #include <drawinglayer/attribute/sdrfillattribute.hxx> +#include <drawinglayer/attribute/sdrfillgraphicattribute.hxx> #include <drawinglayer/attribute/sdrlightattribute3d.hxx> #include <drawinglayer/attribute/sdrlightingattribute3d.hxx> #include <drawinglayer/attribute/sdrlineattribute.hxx> @@ -368,7 +373,7 @@ #include <drawinglayer/processor2d/hittestprocessor2d.hxx> #include <drawinglayer/processor2d/linegeometryextractor2d.hxx> #include <drawinglayer/processor2d/objectinfoextractor2d.hxx> -#include <drawinglayer/processor2d/processorfromoutputdevice.hxx> +#include <drawinglayer/processor2d/processor2dtools.hxx> #include <drawinglayer/processor2d/textaspolygonextractor2d.hxx> #include <drawinglayer/processor3d/baseprocessor3d.hxx> #include <drawinglayer/processor3d/cutfindprocessor3d.hxx> @@ -424,7 +429,9 @@ #include <editeng/wrlmitem.hxx> #include <float.h> #include <framework/interaction.hxx> +#include <functional> #include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <limits> #include <linguistic/misc.hxx> @@ -470,6 +477,7 @@ #include <sfx2/querystatus.hxx> #include <sfx2/request.hxx> #include <sfx2/sfxstatuslistener.hxx> +#include <sfx2/sidebar/Theme.hxx> #include <sfx2/templdlg.hxx> #include <sfx2/tplpitem.hxx> #include <sfx2/viewfrm.hxx> @@ -479,6 +487,7 @@ #include <sot/filelist.hxx> #include <sot/formats.hxx> #include <sot/storage.hxx> +#include <stack> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -487,6 +496,7 @@ #include <svl/brdcst.hxx> #include <svl/eitem.hxx> #include <svl/flagitem.hxx> +#include <svl/grabbagitem.hxx> #include <svl/hint.hxx> #include <svl/intitem.hxx> #include <svl/isethint.hxx> @@ -520,7 +530,6 @@ #include <svtools/optionsdrawinglayer.hxx> #include <svtools/popupmenucontrollerbase.hxx> #include <svtools/popupwindowcontroller.hxx> -#include <svtools/svlbitm.hxx> #include <svtools/toolbarmenu.hxx> #include <svtools/transfer.hxx> #include <svtools/treelistentry.hxx> @@ -537,6 +546,7 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/fldunit.hxx> +#include <tools/fract.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/helpers.hxx> @@ -573,6 +583,7 @@ #include <vcl/cursor.hxx> #include <vcl/cvtgrf.hxx> #include <vcl/cvtsvm.hxx> +#include <vcl/dibtools.hxx> #include <vcl/fltcall.hxx> #include <vcl/gdimtf.hxx> #include <vcl/gfxlink.hxx> |