diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-11-14 18:48:49 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-15 20:31:35 +0000 |
commit | 06116bd15b1fb8b03e65e1166f5ddad929614246 (patch) | |
tree | b2849066315c89f1bcd1d1c9bc903b82e7c00523 /sw/inc | |
parent | 6474336e36447b1797bdf429a5f2ad5016a34262 (diff) |
Fast PCH generator and optimized PCH files
Ported update_pch.sh to Python with improved performance
and features. The new script is invoked from the same
update_pch.sh which calls it for each library in
parallel, although it can be invoked directly.
The ported script (update_pch) updates all PCH files
in ~15 seconds where the old script took ~4500 seconds.
In addition, the new script supports 3-tiered headers
(system, module, and local) and is very flexible to
support other improvement. It has a per-library
optimal configuration settings that can be updated
using another new scripts (update_pch_autotune.sh)
which finds optimal per-PCH settings.
PCH files have been generated using the new scripts
which builds significantly faster (2-3x, depending
on module and configuration) and the intermediate
binaries are noticably smaller (by several GBs).
The new script stamps each generated PCH file with
the command that generated it to make it trivial
for users to update them, and also adds the command
to invoke another script (update_pch_bisect) that
helps find missing headers or conflicting headers
that may break the build after updating the PCH.
Finally update_pch has built-in unit-tests for
makefile parsing and other core functionality.
Change-Id: Ib933b50e50374d7e2e7e3e95ba8799b0cc8a27fa
Reviewed-on: https://gerrit.libreoffice.org/19965
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 776 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 1298 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 677 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 517 |
4 files changed, 1804 insertions, 1464 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 861b4b214692..c649d704ebd3 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.hxx @@ -8,95 +8,389 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). + + Generated on 2015-11-14 14:16:58 using: + ./bin/update_pch sw msword --cutoff=4 --exclude:system --include:module --include:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./sw/inc/pch/precompiled_msword.hxx "/opt/lo/bin/make sw.build" --find-conflicts */ #include <algorithm> +#include <assert.h> +#include <cassert> +#include <climits> +#include <config_features.h> +#include <config_global.h> +#include <config_typesizes.h> +#include <config_vcl.h> +#include <cstdarg> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <deque> +#include <exception> +#include <float.h> +#include <functional> +#include <iomanip> +#include <iostream> +#include <iterator> +#include <limits.h> +#include <limits> +#include <list> +#include <map> +#include <math.h> +#include <memory> +#include <new> +#include <ostream> +#include <set> +#include <sstream> +#include <stdarg.h> +#include <stddef.h> +#include <stdlib.h> +#include <string.h> +#include <string> +#include <swdllapi.h> +#include <swerror.h> +#include <type_traits> +#include <typeinfo> +#include <unordered_map> +#include <utility> +#include <vector> +#include <boost/bind.hpp> +#include <boost/functional/hash.hpp> +#include <boost/intrusive_ptr.hpp> +#include <boost/noncopyable.hpp> +#include <boost/optional.hpp> +#include <boost/shared_array.hpp> +#include <boost/unordered_set.hpp> +#include <osl/diagnose.h> +#include <osl/diagnose.hxx> +#include <osl/doublecheckedlocking.h> +#include <osl/endian.h> +#include <osl/file.h> +#include <osl/file.hxx> +#include <osl/getglobalmutex.hxx> +#include <osl/interlck.h> +#include <osl/mutex.h> +#include <osl/mutex.hxx> +#include <osl/pipe.h> +#include <osl/process.h> +#include <osl/security.h> +#include <osl/socket.h> +#include <osl/thread.h> +#include <osl/time.h> +#include <rtl/alloc.h> +#include <rtl/byteseq.h> +#include <rtl/character.hxx> +#include <rtl/cipher.h> +#include <rtl/digest.h> +#include <rtl/instance.hxx> +#include <rtl/locale.h> +#include <rtl/math.h> +#include <rtl/math.hxx> +#include <rtl/random.h> +#include <rtl/ref.hxx> +#include <rtl/strbuf.h> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/stringutils.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <rtl/unload.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <rtl/uuid.h> +#include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/macros.h> +#include <sal/mathconf.h> +#include <sal/saldllapi.h> +#include <sal/types.h> +#include <sal/typesizes.h> +#include <vcl/accel.hxx> +#include <vcl/alpha.hxx> +#include <vcl/animate.hxx> +#include <vcl/apptypes.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/cairo.hxx> +#include <vcl/checksum.hxx> +#include <vcl/cmdevt.hxx> +#include <vcl/combobox.h> +#include <vcl/combobox.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/cursor.hxx> +#include <vcl/devicecoordinate.hxx> +#include <vcl/dllapi.h> +#include <vcl/dndhelp.hxx> +#include <vcl/edit.hxx> +#include <vcl/event.hxx> +#include <vcl/field.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/gfxlink.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.h> +#include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> +#include <vcl/hatch.hxx> +#include <vcl/idle.hxx> +#include <vcl/image.hxx> +#include <vcl/impdel.hxx> +#include <vcl/inputctx.hxx> +#include <vcl/keycod.hxx> +#include <vcl/keycodes.hxx> +#include <vcl/lineinfo.hxx> +#include <vcl/lstbox.h> +#include <vcl/mapmod.hxx> +#include <vcl/menu.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metaactiontypes.hxx> +#include <vcl/outdev.hxx> +#include <vcl/outdevmap.hxx> +#include <vcl/outdevstate.hxx> +#include <vcl/pointr.hxx> +#include <vcl/ptrstyle.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/scheduler.hxx> +#include <vcl/scopedbitmapaccess.hxx> +#include <vcl/settings.hxx> +#include <vcl/spinfld.hxx> +#include <vcl/svapp.hxx> +#include <vcl/svgdata.hxx> +#include <vcl/timer.hxx> +#include <vcl/vclenum.hxx> +#include <vcl/vclevent.hxx> +#include <vcl/vclptr.hxx> +#include <vcl/wall.hxx> +#include <vcl/window.hxx> +#include <IDocumentDrawModelAccess.hxx> +#include <IDocumentFieldsAccess.hxx> +#include <IDocumentLayoutAccess.hxx> +#include <IDocumentMarkAccess.hxx> +#include <IDocumentSettingAccess.hxx> +#include <IDocumentStylePoolAccess.hxx> +#include <IMark.hxx> +#include <IShellCursorSupplier.hxx> +#include <SwGetPoolIdFromName.hxx> +#include <basebmp/basebmpdllapi.h> +#include <basebmp/bitmapdevice.hxx> +#include <basebmp/drawmodes.hxx> +#include <basebmp/scanlineformats.hxx> +#include <basegfx/basegfxdllapi.h> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/numeric/ftools.hxx> #include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b2ipoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include <basic/basmgr.hxx> -#include <boost/noncopyable.hpp> -#include <memory> -#include <com/sun/star/beans/PropertyAttribute.hpp> -#include <com/sun/star/beans/XPropertyContainer.hpp> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2ituple.hxx> +#include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> +#include <basic/basicdllapi.h> +#include <basic/sbxcore.hxx> +#include <basic/sbxdef.hxx> +#include <basic/sbxform.hxx> +#include <basic/sbxmeth.hxx> +#include <basic/sbxobj.hxx> +#include <basic/sbxprop.hxx> +#include <basic/sbxvar.hxx> +#include <bparr.hxx> +#include <breakit.hxx> +#include <calbck.hxx> +#include <charfmt.hxx> +#include <com/sun/star/accessibility/TextSegment.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/GradientStyle.hpp> +#include <com/sun/star/awt/Key.hpp> +#include <com/sun/star/awt/KeyGroup.hpp> +#include <com/sun/star/awt/Point.hpp> +#include <com/sun/star/awt/Rectangle.hpp> +#include <com/sun/star/awt/Size.hpp> +#include <com/sun/star/awt/XControlContainer.hpp> +#include <com/sun/star/beans/NamedValue.hpp> +#include <com/sun/star/beans/PropertyState.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/beans/StringPair.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/chart2/XChartDocument.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> +#include <com/sun/star/beans/XPropertyState.hpp> +#include <com/sun/star/bridge/oleautomation/Decimal.hpp> #include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/container/XIndexContainer.hpp> -#include <com/sun/star/document/IndexedPropertyValues.hpp> -#include <com/sun/star/document/XDocumentProperties.hpp> +#include <com/sun/star/container/XEnumeration.hpp> +#include <com/sun/star/container/XEnumerationAccess.hpp> +#include <com/sun/star/container/XIndexAccess.hpp> +#include <com/sun/star/container/XIndexReplace.hpp> +#include <com/sun/star/container/XNameAccess.hpp> +#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/datatransfer/DataFlavor.hpp> +#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> +#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> +#include <com/sun/star/document/CmisVersion.hpp> +#include <com/sun/star/document/EventObject.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> -#include <com/sun/star/document/XExporter.hpp> -#include <com/sun/star/document/XFilter.hpp> -#include <com/sun/star/document/XImporter.hpp> -#include <com/sun/star/document/XViewDataSupplier.hpp> +#include <com/sun/star/document/XEventsSupplier.hpp> +#include <com/sun/star/drawing/BitmapMode.hpp> +#include <com/sun/star/drawing/DashStyle.hpp> +#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> +#include <com/sun/star/drawing/FillStyle.hpp> +#include <com/sun/star/drawing/Hatch.hpp> +#include <com/sun/star/drawing/HatchStyle.hpp> +#include <com/sun/star/drawing/LineCap.hpp> #include <com/sun/star/drawing/LineStyle.hpp> -#include <com/sun/star/drawing/PointSequenceSequence.hpp> -#include <com/sun/star/drawing/ShadingPattern.hpp> -#include <com/sun/star/drawing/XConnectableShape.hpp> -#include <com/sun/star/drawing/XConnectorShape.hpp> -#include <com/sun/star/drawing/XControlShape.hpp> +#include <com/sun/star/drawing/TextVerticalAdjust.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XShape.hpp> -#include <com/sun/star/drawing/XShapeAligner.hpp> -#include <com/sun/star/drawing/XShapeArranger.hpp> -#include <com/sun/star/drawing/XShapeGroup.hpp> -#include <com/sun/star/drawing/XShapeMirror.hpp> -#include <com/sun/star/drawing/XUniversalShapeDescriptor.hpp> -#include <com/sun/star/embed/Aspects.hpp> +#include <com/sun/star/drawing/XShapeBinder.hpp> +#include <com/sun/star/drawing/XShapeCombiner.hpp> +#include <com/sun/star/drawing/XShapeGrouper.hpp> +#include <com/sun/star/drawing/XShapes.hpp> +#include <com/sun/star/drawing/XShapes2.hpp> #include <com/sun/star/embed/ElementModes.hpp> -#include <com/sun/star/embed/EmbedStates.hpp> -#include <com/sun/star/embed/XClassifiedObject.hpp> -#include <com/sun/star/embed/XEmbedPersist.hpp> +#include <com/sun/star/embed/VerbDescriptor.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/embed/XTransactedObject.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/XFormsSupplier.hpp> -#include <com/sun/star/form/XImageProducerSupplier.hpp> +#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/frame/XStorable.hpp> +#include <com/sun/star/geometry/IntegerRectangle2D.hpp> +#include <com/sun/star/graphic/XPrimitive2D.hpp> +#include <com/sun/star/i18n/Calendar2.hpp> +#include <com/sun/star/i18n/CharacterIteratorMode.hpp> +#include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/i18n/KCharacterType.hpp> +#include <com/sun/star/i18n/KParseTokens.hpp> +#include <com/sun/star/i18n/KParseType.hpp> +#include <com/sun/star/i18n/LocaleItem.hpp> +#include <com/sun/star/i18n/ParseResult.hpp> #include <com/sun/star/i18n/ScriptType.hpp> +#include <com/sun/star/i18n/TransliterationModules.hpp> #include <com/sun/star/i18n/WordType.hpp> +#include <com/sun/star/i18n/XCharacterClassification.hpp> +#include <com/sun/star/i18n/XCollator.hpp> +#include <com/sun/star/i18n/XExtendedTransliteration.hpp> +#include <com/sun/star/i18n/XLocaleData4.hpp> +#include <com/sun/star/i18n/XNativeNumberSupplier.hpp> +#include <com/sun/star/i18n/XNumberFormatCode.hpp> +#include <com/sun/star/i18n/reservedWords.hpp> +#include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/io/XOutputStream.hpp> +#include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/io/XStream.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/io/XTruncate.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/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <com/sun/star/script/vba/XVBACompatibility.hpp> -#include <com/sun/star/text/GraphicCrop.hpp> -#include <com/sun/star/text/TextContentAnchorType.hpp> -#include <com/sun/star/text/VertOrientation.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/script/XLibraryContainer.hpp> +#include <com/sun/star/script/XStarBasicAccess.hpp> +#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp> +#include <com/sun/star/style/TabAlign.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/task/XStatusIndicator.hpp> +#include <com/sun/star/text/HoriOrientation.hpp> +#include <com/sun/star/text/XText.hpp> +#include <com/sun/star/text/XTextContent.hpp> +#include <com/sun/star/text/XTextCopy.hpp> #include <com/sun/star/text/XTextRange.hpp> -#include <com/sun/star/ucb/SimpleFileAccess.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ui/ItemType.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/util/XCloseable.hpp> -#include <com/sun/star/xml/dom/XDocument.hpp> -#include <com/sun/star/xml/sax/Writer.hpp> -#include <com/sun/star/xml/sax/XSAXSerializable.hpp> -#include <comphelper/docpasswordrequest.hxx> -#include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/extract.hxx> -#include <comphelper/flagguard.hxx> +#include <com/sun/star/text/XTextRangeCompare.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/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.h> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hdl> +#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/XReference.hpp> +#include <com/sun/star/uno/XWeak.hpp> +#include <com/sun/star/uno/genfunc.h> +#include <com/sun/star/uno/genfunc.hxx> +#include <com/sun/star/util/Date.hpp> +#include <com/sun/star/util/DateTime.hpp> +#include <com/sun/star/util/Time.hpp> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/XModifyListener.hpp> +#include <com/sun/star/xml/Attribute.hpp> +#include <com/sun/star/xml/FastAttribute.hpp> +#include <com/sun/star/xml/sax/XFastAttributeList.hpp> +#include <com/sun/star/xml/sax/XFastTokenHandler.hpp> +#include <comphelper/broadcasthelper.hxx> +#include <comphelper/comphelperdllapi.h> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <comphelper/random.hxx> -#include <comphelper/seqstream.hxx> +#include <comphelper/sequence.hxx> #include <comphelper/sequenceashashmap.hxx> -#include <comphelper/storagehelper.hxx> +#include <comphelper/servicehelper.hxx> #include <comphelper/string.hxx> -#include <config_features.h> -#include <cppuhelper/implementationentry.hxx> -#include <cstdio> -#include <cstring> +#include <comphelper/types.hxx> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/compbase_ex.hxx> +#include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implbase.hxx> +#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implbase6.hxx> +#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/implbase_ex_post.hxx> +#include <cppuhelper/implbase_ex_pre.hxx> +#include <cppuhelper/interfacecontainer.h> +#include <cppuhelper/interfacecontainer.hxx> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/weak.hxx> +#include <cppuhelper/weakagg.hxx> +#include <cppuhelper/weakref.hxx> +#include <crstate.hxx> +#include <cshtyp.hxx> +#include <dcontact.hxx> +#include <docary.hxx> +#include <docsh.hxx> +#include <docufld.hxx> +#include <drawdoc.hxx> +#include <drawinglayer/drawinglayerdllapi.h> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <editeng/adjustitem.hxx> #include <editeng/autokernitem.hxx> #include <editeng/blinkitem.hxx> @@ -110,181 +404,293 @@ #include <editeng/colritem.hxx> #include <editeng/contouritem.hxx> #include <editeng/crossedoutitem.hxx> +#include <editeng/editdata.hxx> #include <editeng/editeng.hxx> +#include <editeng/editengdllapi.h> #include <editeng/editobj.hxx> -#include <editeng/eeitem.hxx> +#include <editeng/editstat.hxx> +#include <editeng/eedata.hxx> #include <editeng/emphasismarkitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/fhgtitem.hxx> -#include <editeng/flditem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/forbiddenruleitem.hxx> -#include <editeng/formatbreakitem.hxx> #include <editeng/frmdiritem.hxx> -#include <editeng/hngpnctitem.hxx> #include <editeng/hyphenzoneitem.hxx> -#include <editeng/keepitem.hxx> #include <editeng/kernitem.hxx> #include <editeng/langitem.hxx> #include <editeng/lrspitem.hxx> -#include <editeng/lspcitem.hxx> -#include <editeng/opaqitem.hxx> -#include <editeng/orphitem.hxx> -#include <editeng/outliner.hxx> -#include <editeng/outlobj.hxx> +#include <editeng/mutxhelp.hxx> #include <editeng/paperinf.hxx> +#include <editeng/paragraphdata.hxx> #include <editeng/paravertalignitem.hxx> -#include <editeng/pbinitem.hxx> #include <editeng/pgrditem.hxx> #include <editeng/postitem.hxx> -#include <editeng/scriptspaceitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/shdditem.hxx> #include <editeng/spltitem.hxx> -#include <editeng/svxfont.hxx> +#include <editeng/svxenum.hxx> #include <editeng/tstpitem.hxx> #include <editeng/twolinesitem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/ulspitem.hxx> -#include <editeng/unolingu.hxx> -#include <editeng/unoprnms.hxx> +#include <editeng/unoipset.hxx> #include <editeng/wghtitem.hxx> #include <editeng/widwitem.hxx> -#include <editeng/wrlmitem.hxx> -#include <filter/msfilter/mscodec.hxx> -#include <filter/msfilter/msdffimp.hxx> -#include <filter/msfilter/msoleexp.hxx> -#include <filter/msfilter/rtfutil.hxx> -#include <filter/msfilter/svxmsbas.hxx> -#include <fstream> -#include <functional> +#include <fchrfmt.hxx> +#include <filter/msfilter/escherex.hxx> +#include <filter/msfilter/msfilterdllapi.h> +#include <fldbas.hxx> +#include <flyenum.hxx> +#include <fmtanchr.hxx> +#include <fmtclds.hxx> +#include <fmtcnct.hxx> +#include <fmtcntnt.hxx> +#include <fmtcol.hxx> +#include <fmtflcnt.hxx> +#include <fmtfld.hxx> +#include <fmtfsize.hxx> +#include <fmtftn.hxx> +#include <fmthdft.hxx> +#include <fmtinfmt.hxx> +#include <fmtline.hxx> +#include <fmtornt.hxx> +#include <fmtpdsc.hxx> +#include <fmtrowsplt.hxx> +#include <fmtsrnd.hxx> +#include <fmturl.hxx> +#include <frmatr.hxx> +#include <frmfmt.hxx> +#include <ftninfo.hxx> +#include <grfatr.hxx> +#include <hintids.hxx> +#include <hints.hxx> +#include <i18nlangtag/i18nlangtagdllapi.h> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> -#include <iostream> -#include <iterator> -#include <list> -#include <map> -#include <math.h> +#include <index.hxx> +#include <lineinfo.hxx> +#include <mdiexp.hxx> +#include <ndarr.hxx> +#include <ndgrf.hxx> +#include <ndole.hxx> +#include <ndtxt.hxx> +#include <ndtyp.hxx> +#include <node.hxx> +#include <numrule.hxx> +#include <o3tl/cow_wrapper.hxx> +#include <o3tl/enumrange.hxx> +#include <o3tl/sorted_vector.hxx> +#include <o3tl/typed_flags_set.hxx> +#include <oox/dllapi.h> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/export/chartexport.hxx> #include <oox/export/drawingml.hxx> -#include <oox/export/shapes.hxx> -#include <oox/export/utils.hxx> -#include <oox/export/vmlexport.hxx> -#include <oox/mathml/export.hxx> -#include <oox/ole/olehelper.hxx> -#include <oox/ole/olestorage.hxx> -#include <oox/ole/vbaproject.hxx> -#include <oox/token/properties.hxx> +#include <oox/helper/binarystreambase.hxx> +#include <oox/helper/helper.hxx> +#include <oox/helper/refmap.hxx> +#include <oox/helper/storagebase.hxx> #include <oox/token/tokens.hxx> -#include <osl/diagnose.h> -#include <osl/endian.h> -#include <osl/file.hxx> -#include <osl/time.h> -#include <rtl/math.hxx> -#include <rtl/random.h> -#include <rtl/tencinfo.h> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.hxx> -#include <sal/config.h> -#include <sal/log.hxx> -#include <sal/macros.h> -#include <sal/types.h> -#include <set> -#include <sfx2/app.hxx> -#include <sfx2/docfile.hxx> -#include <sfx2/docinf.hxx> -#include <sfx2/fcontnr.hxx> -#include <sfx2/frame.hxx> -#include <sfx2/linkmgr.hxx> -#include <sfx2/request.hxx> -#include <sfx2/sfxbasemodel.hxx> +#include <pagedesc.hxx> +#include <pam.hxx> +#include <paratr.hxx> +#include <poolfmt.hxx> +#include <reffld.hxx> +#include <rsc/rsc-vcl-shared-types.hxx> +#include <rsc/rscsfx.hxx> +#include <sax/fastattribs.hxx> +#include <sax/fshelper.hxx> +#include <sax/saxdllapi.h> +#include <sfx2/dllapi.h> +#include <sfx2/sfxuno.hxx> +#include <sfx2/shell.hxx> +#include <sfx2/signaturestate.hxx> +#include <shellio.hxx> #include <sot/exchange.hxx> -#include <sot/storage.hxx> -#include <sot/storinfo.hxx> -#include <stdarg.h> -#include <stddef.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <svl/grabbagitem.hxx> +#include <sot/formats.hxx> +#include <sot/object.hxx> +#include <sot/sotdata.hxx> +#include <sot/sotdllapi.h> +#include <svl/SfxBroadcaster.hxx> +#include <svl/cenumitm.hxx> +#include <svl/cintitem.hxx> +#include <svl/custritm.hxx> +#include <svl/eitem.hxx> +#include <svl/hint.hxx> +#include <svl/intitem.hxx> #include <svl/itemiter.hxx> +#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/poolitem.hxx> +#include <svl/smplhint.hxx> #include <svl/stritem.hxx> +#include <svl/svldllapi.h> +#include <svl/undo.hxx> #include <svl/urihelper.hxx> #include <svl/whiter.hxx> -#include <svl/zforlist.hxx> -#include <svl/zformat.hxx> +#include <svtools/colorcfg.hxx> #include <svtools/embedhlp.hxx> -#include <svtools/imap.hxx> -#include <svtools/imapobj.hxx> -#include <svtools/miscopt.hxx> -#include <svtools/rtfkeywd.hxx> +#include <svtools/grfmgr.hxx> +#include <svtools/optionsdrawinglayer.hxx> +#include <svtools/svtdllapi.h> +#include <svx/XPropertyEntry.hxx> #include <svx/fmglob.hxx> -#include <svx/hlnkitem.hxx> -#include <svx/rectenum.hxx> +#include <svx/grfcrop.hxx> +#include <svx/ipolypolygoneditorcontroller.hxx> +#include <svx/itextprovider.hxx> +#include <svx/msdffdef.hxx> +#include <svx/sdangitm.hxx> +#include <svx/sdasaitm.hxx> +#include <svx/sdasitm.hxx> +#include <svx/sderitm.hxx> +#include <svx/sdgcoitm.hxx> +#include <svx/sdgcpitm.hxx> +#include <svx/sdggaitm.hxx> +#include <svx/sdginitm.hxx> +#include <svx/sdgluitm.hxx> +#include <svx/sdgmoitm.hxx> +#include <svx/sdgtritm.hxx> +#include <svx/sdmetitm.hxx> +#include <svx/sdooitm.hxx> +#include <svx/sdprcitm.hxx> +#include <svx/sdr/animation/scheduler.hxx> +#include <svx/sdr/overlay/overlayobject.hxx> +#include <svx/sdr/overlay/overlayobjectlist.hxx> +#include <svx/sdrobjectuser.hxx> +#include <svx/sdshcitm.hxx> +#include <svx/sdshitm.hxx> +#include <svx/sdshtitm.hxx> +#include <svx/sdsxyitm.hxx> +#include <svx/sdtaaitm.hxx> +#include <svx/sdtacitm.hxx> +#include <svx/sdtaditm.hxx> +#include <svx/sdtagitm.hxx> +#include <svx/sdtaiitm.hxx> #include <svx/sdtaitm.hxx> +#include <svx/sdtakitm.hxx> +#include <svx/sdtayitm.hxx> +#include <svx/sdtcfitm.hxx> +#include <svx/sdtditm.hxx> +#include <svx/sdtfsitm.hxx> +#include <svx/sdtmfitm.hxx> +#include <svx/sdynitm.hxx> +#include <svx/selectioncontroller.hxx> +#include <svx/shapeproperty.hxx> +#include <svx/svdattr.hxx> +#include <svx/svddef.hxx> +#include <svx/svddrag.hxx> +#include <svx/svdedtv.hxx> +#include <svx/svdedxv.hxx> +#include <svx/svdglev.hxx> +#include <svx/svdglue.hxx> +#include <svx/svdhdl.hxx> +#include <svx/svdhlpln.hxx> +#include <svx/svdlayer.hxx> +#include <svx/svdmark.hxx> #include <svx/svdmodel.hxx> -#include <svx/svdoashp.hxx> +#include <svx/svdmrkv.hxx> #include <svx/svdoattr.hxx> #include <svx/svdobj.hxx> -#include <svx/svdocapt.hxx> -#include <svx/svdocirc.hxx> -#include <svx/svdograf.hxx> -#include <svx/svdogrp.hxx> +#include <svx/svdoedge.hxx> #include <svx/svdoole2.hxx> -#include <svx/svdopath.hxx> +#include <svx/svdorect.hxx> #include <svx/svdotext.hxx> #include <svx/svdouno.hxx> #include <svx/svdpage.hxx> -#include <svx/svdview.hxx> -#include <svx/svxerr.hxx> -#include <svx/sxctitm.hxx> +#include <svx/svdpagv.hxx> +#include <svx/svdpntv.hxx> +#include <svx/svdpoev.hxx> +#include <svx/svdsnpv.hxx> +#include <svx/svdsob.hxx> +#include <svx/svdtext.hxx> +#include <svx/svdtrans.hxx> +#include <svx/svdtypes.hxx> +#include <svx/svdxcgv.hxx> +#include <svx/svxdllapi.h> #include <svx/unoapi.hxx> -#include <svx/unobrushitemhelper.hxx> -#include <svx/unoshape.hxx> +#include <svx/unoprov.hxx> +#include <svx/xcolit.hxx> +#include <svx/xdash.hxx> +#include <svx/xdef.hxx> #include <svx/xenum.hxx> -#include <svx/xfillit.hxx> #include <svx/xfillit0.hxx> -#include <svx/xflclit.hxx> -#include <svx/xflgrit.hxx> -#include <svx/xfltrit.hxx> -#include <svx/xlineit.hxx> -#include <toolkit/helper/vclunohelper.hxx> -#include <tools/datetimeutils.hxx> +#include <svx/xflasit.hxx> +#include <svx/xgrad.hxx> +#include <svx/xhatch.hxx> +#include <svx/xit.hxx> +#include <svx/xlineit0.hxx> +#include <svx/xlnasit.hxx> +#include <svx/xpoly.hxx> +#include <svx/xtable.hxx> +#include <svx/xtextit0.hxx> +#include <swatrset.hxx> +#include <swcrsr.hxx> +#include <swdbdata.hxx> +#include <swmodule.hxx> +#include <swrect.hxx> +#include <swregion.hxx> +#include <swtable.hxx> +#include <swtypes.hxx> +#include <tblsel.hxx> +#include <tools/color.hxx> +#include <tools/contnr.hxx> +#include <tools/date.hxx> +#include <tools/datetime.hxx> +#include <tools/debug.hxx> +#include <tools/errcode.hxx> +#include <tools/errinf.hxx> +#include <tools/fldunit.hxx> +#include <tools/fontenum.hxx> +#include <tools/fract.hxx> +#include <tools/gen.hxx> +#include <tools/globname.hxx> +#include <tools/lineend.hxx> +#include <tools/link.hxx> +#include <tools/mapunit.hxx> +#include <tools/mempool.hxx> +#include <tools/poly.hxx> +#include <tools/rc.hxx> +#include <tools/ref.hxx> +#include <tools/resid.hxx> +#include <tools/resmgr.hxx> #include <tools/solar.h> #include <tools/stream.hxx> -#include <tools/tenccvt.hxx> +#include <tools/time.hxx> +#include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <ucbhelper/content.hxx> -#include <unicode/ubidi.h> -#include <unordered_set> -#include <unotools/docinfohelper.hxx> +#include <tools/weakbase.h> +#include <tools/weakbase.hxx> +#include <tools/wintypes.hxx> +#include <toxe.hxx> +#include <txatbase.hxx> +#include <txtftn.hxx> +#include <typelib/typeclass.h> +#include <typelib/typedescription.h> +#include <typelib/uik.h> +#include <uno/any2.h> +#include <uno/data.h> +#include <uno/sequence2.h> +#include <unobaseclass.hxx> +#include <unotools/calendarwrapper.hxx> +#include <unotools/charclass.hxx> +#include <unotools/collatorwrapper.hxx> +#include <unotools/configitem.hxx> #include <unotools/fltrcfg.hxx> -#include <unotools/fontcfg.hxx> -#include <unotools/fontcvt.hxx> +#include <unotools/fontdefs.hxx> #include <unotools/localedatawrapper.hxx> -#include <unotools/localfilehelper.hxx> -#include <unotools/mediadescriptor.hxx> -#include <unotools/pathoptions.hxx> -#include <unotools/saveopt.hxx> -#include <unotools/streamwrap.hxx> -#include <unotools/tempfile.hxx> +#include <unotools/nativenumberwrapper.hxx> +#include <unotools/options.hxx> +#include <unotools/readwritemutexguard.hxx> +#include <unotools/syslocale.hxx> +#include <unotools/transliterationwrapper.hxx> #include <unotools/ucbstreamhelper.hxx> -#include <utility> -#include <vcl/cvtgrf.hxx> -#include <vcl/embeddedfontshelper.hxx> -#include <vcl/font.hxx> -#include <vcl/graph.hxx> -#include <vcl/graphicfilter.hxx> -#include <vcl/outdev.hxx> -#include <vcl/salbtype.hxx> -#include <vcl/settings.hxx> -#include <vcl/svapp.hxx> -#include <vcl/vclenum.hxx> -#include <vcl/virdev.hxx> -#include <vcl/wmf.hxx> -#include <vector> -#include <xmloff/odffields.hxx> +#include <unotools/unotoolsdllapi.h> +#include <viewopt.hxx> +#include <viewsh.hxx> +#include <viscrs.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index d5f843be6c24..7c849dd692d2 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -8,1162 +8,488 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). + + Generated on 2015-11-14 14:16:52 using: + ./bin/update_pch sw sw --cutoff=11 --exclude:system --exclude:module --include:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./sw/inc/pch/precompiled_sw.hxx "/opt/lo/bin/make sw.build" --find-conflicts */ -#include "editeng/lrspitem.hxx" -#include "editeng/tstpitem.hxx" -#include "rtl/ustrbuf.hxx" -#include "svl/itemiter.hxx" #include <algorithm> -#include <assert.h> -#include <avmedia/mediaitem.hxx> -#include <avmedia/mediaplayer.hxx> -#include <avmedia/mediatoolbox.hxx> -#include <avmedia/mediawindow.hxx> -#include <basegfx/color/bcolortools.hxx> +#include <cassert> +#include <climits> +#include <cmdid.h> +#include <config_features.h> +#include <cstdarg> +#include <cstddef> +#include <cstdlib> +#include <exception> +#include <functional> +#include <helpid.h> +#include <limits.h> +#include <limits> +#include <list> +#include <map> +#include <memory> +#include <new> +#include <ostream> +#include <set> +#include <sstream> +#include <stack> +#include <stddef.h> +#include <string.h> +#include <string> +#include <swdllapi.h> +#include <swerror.h> +#include <typeinfo> +#include <unomid.h> +#include <unordered_map> +#include <utility> +#include <vector> +#include <boost/current_function.hpp> +#include <boost/intrusive_ptr.hpp> +#include <boost/noncopyable.hpp> +#include <boost/numeric/conversion/cast.hpp> +#include <boost/optional.hpp> +#include <boost/optional/optional.hpp> +#include <boost/property_tree/json_parser.hpp> +#include <boost/tuple/tuple.hpp> +#include <osl/diagnose.h> +#include <osl/diagnose.hxx> +#include <osl/doublecheckedlocking.h> +#include <osl/endian.h> +#include <osl/file.hxx> +#include <osl/getglobalmutex.hxx> +#include <osl/interlck.h> +#include <osl/module.h> +#include <osl/module.hxx> +#include <osl/mutex.hxx> +#include <osl/process.h> +#include <osl/thread.hxx> +#include <rtl/alloc.h> +#include <rtl/bootstrap.hxx> +#include <rtl/character.hxx> +#include <rtl/instance.hxx> +#include <rtl/math.hxx> +#include <rtl/random.h> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/stringutils.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <rtl/unload.h> +#include <rtl/uri.hxx> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/macros.h> +#include <sal/saldllapi.h> +#include <sal/types.h> +#include <sal/typesizes.h> +#include <salhelper/condition.hxx> +#include <salhelper/salhelperdllapi.h> +#include <salhelper/simplereferenceobject.hxx> +#include <salhelper/singletonref.hxx> +#include <vcl/alpha.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/button.hxx> +#include <vcl/checksum.hxx> +#include <vcl/combobox.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/dialog.hxx> +#include <vcl/dllapi.h> +#include <vcl/edit.hxx> +#include <vcl/field.hxx> +#include <vcl/fixed.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/graph.hxx> +#include <vcl/graphicfilter.hxx> +#include <vcl/image.hxx> +#include <vcl/layout.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/outdev.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/scheduler.hxx> +#include <vcl/scopedbitmapaccess.hxx> +#include <vcl/settings.hxx> +#include <vcl/spinfld.hxx> +#include <vcl/svapp.hxx> +#include <vcl/syswin.hxx> +#include <vcl/timer.hxx> +#include <vcl/vclenum.hxx> +#include <vcl/vclptr.hxx> +#include <vcl/window.hxx> +#include <vcl/wrkwin.hxx> +#include <IDocumentChartDataProviderAccess.hxx> +#include <IDocumentContentOperations.hxx> +#include <IDocumentDeviceAccess.hxx> +#include <IDocumentDrawModelAccess.hxx> +#include <IDocumentFieldsAccess.hxx> +#include <IDocumentLayoutAccess.hxx> +#include <IDocumentLinksAdministration.hxx> +#include <IDocumentRedlineAccess.hxx> +#include <IDocumentSettingAccess.hxx> +#include <IDocumentState.hxx> +#include <IDocumentStatistics.hxx> +#include <IDocumentStylePoolAccess.hxx> +#include <IDocumentUndoRedo.hxx> +#include <IMark.hxx> +#include <PostItMgr.hxx> +#include <SwNodeNum.hxx> +#include <SwRewriter.hxx> +#include <SwSmartTagMgr.hxx> +#include <SwStyleNameMapper.hxx> +#include <accmap.hxx> +#include <basegfx/basegfxdllapi.h> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> #include <basegfx/matrix/b2dhommatrix.hxx> -#include <basegfx/matrix/b2dhommatrixtools.hxx> +#include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> -#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> -#include <basegfx/polygon/b2dpolypolygoncutter.hxx> #include <basegfx/range/b2drange.hxx> -#include <basegfx/range/b2drectangle.hxx> -#include <basegfx/tools/zoomtools.hxx> -#include <basegfx/vector/b2dsize.hxx> +#include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/vector/b2dvector.hxx> -#include <basic/basmgr.hxx> -#include <basic/sbmeth.hxx> -#include <basic/sbmod.hxx> -#include <basic/sbstar.hxx> -#include <basic/sbx.hxx> -#include <basic/sbxobj.hxx> -#include <basic/sbxvar.hxx> -#include <boost/make_shared.hpp> -#include <boost/noncopyable.hpp> -#include <boost/numeric/conversion/cast.hpp> -#include <boost/optional.hpp> -#include <memory> -#include <boost/tuple/tuple.hpp> -#include <cassert> -#include <cctype> -#include <cfloat> -#include <climits> -#include <com/sun/star/accessibility/AccessibleEventId.hpp> -#include <com/sun/star/accessibility/AccessibleRelation.hpp> -#include <com/sun/star/accessibility/AccessibleRelationType.hpp> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> +#include <breakit.hxx> +#include <calbck.hxx> +#include <calc.hxx> +#include <cellatr.hxx> +#include <charatr.hxx> +#include <charfmt.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> -#include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> -#include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> -#include <com/sun/star/accessibility/AccessibleTextType.hpp> -#include <com/sun/star/accessibility/TextSegment.hpp> -#include <com/sun/star/accessibility/XAccessible.hpp> -#include <com/sun/star/accessibility/XAccessibleContext.hpp> -#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> -#include <com/sun/star/accessibility/XAccessibleSelection.hpp> -#include <com/sun/star/accessibility/XAccessibleStateSet.hpp> -#include <com/sun/star/accessibility/XAccessibleText.hpp> -#include <com/sun/star/awt/FontSlant.hpp> -#include <com/sun/star/awt/FontStrikeout.hpp> -#include <com/sun/star/awt/FontWeight.hpp> -#include <com/sun/star/awt/Gradient.hpp> -#include <com/sun/star/awt/ImageStatus.hpp> -#include <com/sun/star/awt/PosSize.hpp> -#include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/awt/Toolkit.hpp> -#include <com/sun/star/awt/XBitmap.hpp> -#include <com/sun/star/awt/XImageConsumer.hpp> -#include <com/sun/star/awt/XLayoutConstrains.hpp> -#include <com/sun/star/awt/XTextLayoutConstrains.hpp> -#include <com/sun/star/beans/GetPropertyTolerantResult.hpp> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/beans/PropertyAttribute.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/SetPropertyTolerantFailed.hpp> -#include <com/sun/star/beans/TolerantPropertySetResultType.hpp> -#include <com/sun/star/beans/UnknownPropertyException.hpp> -#include <com/sun/star/beans/XFastPropertySet.hpp> -#include <com/sun/star/beans/XMultiPropertySet.hpp> -#include <com/sun/star/beans/XPropertiesChangeListener.hpp> -#include <com/sun/star/beans/XPropertyAccess.hpp> -#include <com/sun/star/beans/XPropertyChangeListener.hpp> -#include <com/sun/star/beans/XPropertyContainer.hpp> #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/XPropertyStateChangeListener.hpp> -#include <com/sun/star/chart/ChartDataChangeEvent.hpp> -#include <com/sun/star/chart/ChartDataRowSource.hpp> -#include <com/sun/star/chart/XChartDataChangeEventListener.hpp> -#include <com/sun/star/chart2/XChartDocument.hpp> -#include <com/sun/star/chart2/data/LabelOrigin.hpp> -#include <com/sun/star/chart2/data/XDataProvider.hpp> -#include <com/sun/star/chart2/data/XDataReceiver.hpp> -#include <com/sun/star/chart2/data/XDataSequence.hpp> -#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp> -#include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/container/XContainer.hpp> -#include <com/sun/star/container/XIndexAccess.hpp> -#include <com/sun/star/container/XIndexContainer.hpp> -#include <com/sun/star/container/XIndexReplace.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/container/XStringKeyMap.hpp> -#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> -#include <com/sun/star/datatransfer/clipboard/XClipboardNotifier.hpp> -#include <com/sun/star/document/IndexedPropertyValues.hpp> -#include <com/sun/star/document/NamedPropertyValues.hpp> -#include <com/sun/star/document/PrinterIndependentLayout.hpp> -#include <com/sun/star/document/RedlineDisplayType.hpp> -#include <com/sun/star/document/UpdateDocMode.hpp> -#include <com/sun/star/document/XActionLockable.hpp> -#include <com/sun/star/document/XCodeNameQuery.hpp> -#include <com/sun/star/document/XDocumentEventBroadcaster.hpp> -#include <com/sun/star/document/XDocumentLanguages.hpp> +#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> -#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp> -#include <com/sun/star/document/XEventBroadcaster.hpp> -#include <com/sun/star/document/XEventsSupplier.hpp> -#include <com/sun/star/document/XExporter.hpp> -#include <com/sun/star/document/XFilter.hpp> -#include <com/sun/star/document/XLinkTargetSupplier.hpp> -#include <com/sun/star/document/XStorageBasedDocument.hpp> -#include <com/sun/star/document/XUndoManagerSupplier.hpp> -#include <com/sun/star/drawing/BitmapMode.hpp> -#include <com/sun/star/drawing/ColorMode.hpp> -#include <com/sun/star/drawing/FillStyle.hpp> -#include <com/sun/star/drawing/Hatch.hpp> -#include <com/sun/star/drawing/HomogenMatrix3.hpp> -#include <com/sun/star/drawing/LineStyle.hpp> -#include <com/sun/star/drawing/ModuleDispatcher.hpp> -#include <com/sun/star/drawing/PointSequence.hpp> -#include <com/sun/star/drawing/PointSequenceSequence.hpp> -#include <com/sun/star/drawing/RectanglePoint.hpp> -#include <com/sun/star/drawing/ShapeCollection.hpp> -#include <com/sun/star/drawing/TextVerticalAdjust.hpp> -#include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> -#include <com/sun/star/embed/Aspects.hpp> -#include <com/sun/star/embed/ElementModes.hpp> -#include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/EmbedStates.hpp> -#include <com/sun/star/embed/EmbeddedObjectCreator.hpp> -#include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp> -#include <com/sun/star/embed/NoVisualAreaSizeException.hpp> -#include <com/sun/star/embed/OOoEmbeddedObjectFactory.hpp> -#include <com/sun/star/embed/XClassifiedObject.hpp> -#include <com/sun/star/embed/XComponentSupplier.hpp> -#include <com/sun/star/embed/XEmbedObjectClipboardCreator.hpp> -#include <com/sun/star/embed/XEmbedObjectCreator.hpp> -#include <com/sun/star/embed/XEmbedPersist.hpp> #include <com/sun/star/embed/XEmbeddedObject.hpp> -#include <com/sun/star/embed/XLinkCreator.hpp> -#include <com/sun/star/embed/XLinkageSupport.hpp> #include <com/sun/star/embed/XStorage.hpp> -#include <com/sun/star/embed/XTransactedObject.hpp> -#include <com/sun/star/embed/XVisualObject.hpp> -#include <com/sun/star/form/FormButtonType.hpp> -#include <com/sun/star/form/FormComponentType.hpp> -#include <com/sun/star/form/FormSubmitEncoding.hpp> -#include <com/sun/star/form/FormSubmitMethod.hpp> -#include <com/sun/star/form/ListSourceType.hpp> -#include <com/sun/star/form/XForm.hpp> -#include <com/sun/star/form/XFormController.hpp> -#include <com/sun/star/form/XFormsSupplier.hpp> -#include <com/sun/star/form/XImageProducerSupplier.hpp> -#include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/frame/DispatchHelper.hpp> -#include <com/sun/star/frame/DispatchResultState.hpp> -#include <com/sun/star/frame/FrameSearchFlag.hpp> -#include <com/sun/star/frame/XComponentLoader.hpp> -#include <com/sun/star/frame/XController.hpp> -#include <com/sun/star/frame/XDesktop.hpp> -#include <com/sun/star/frame/XDispatch.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/frame/FeatureStateEvent.hpp> #include <com/sun/star/frame/XFrame.hpp> -#include <com/sun/star/frame/XFramesSupplier.hpp> -#include <com/sun/star/frame/XLayoutManager.hpp> #include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/frame/XModule.hpp> -#include <com/sun/star/frame/XModuleManager.hpp> -#include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/frame/XTitle.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> -#include <com/sun/star/gallery/GalleryItemType.hpp> -#include <com/sun/star/graphic/XGraphic.hpp> -#include <com/sun/star/graphic/XGraphicProvider.hpp> -#include <com/sun/star/i18n/Boundary.hpp> -#include <com/sun/star/i18n/BreakIterator.hpp> -#include <com/sun/star/i18n/BreakType.hpp> -#include <com/sun/star/i18n/CTLScriptType.hpp> -#include <com/sun/star/i18n/CharType.hpp> -#include <com/sun/star/i18n/CharacterIteratorMode.hpp> -#include <com/sun/star/i18n/CollatorOptions.hpp> -#include <com/sun/star/i18n/ForbiddenCharacters.hpp> -#include <com/sun/star/i18n/IndexEntrySupplier.hpp> -#include <com/sun/star/i18n/InputSequenceCheckMode.hpp> -#include <com/sun/star/i18n/InputSequenceChecker.hpp> +#include <com/sun/star/graphic/XPrimitive2D.hpp> #include <com/sun/star/i18n/ScriptType.hpp> -#include <com/sun/star/i18n/TextConversionOption.hpp> -#include <com/sun/star/i18n/TransliterationModules.hpp> -#include <com/sun/star/i18n/TransliterationModulesExtra.hpp> -#include <com/sun/star/i18n/UnicodeScript.hpp> -#include <com/sun/star/i18n/UnicodeType.hpp> #include <com/sun/star/i18n/WordType.hpp> -#include <com/sun/star/i18n/XBreakIterator.hpp> -#include <com/sun/star/i18n/XForbiddenCharacters.hpp> -#include <com/sun/star/io/XActiveDataControl.hpp> -#include <com/sun/star/io/XActiveDataSource.hpp> -#include <com/sun/star/io/XOutputStream.hpp> -#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/io/XInputStream.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/Locale.hpp> -#include <com/sun/star/lang/ServiceNotRegisteredException.hpp> -#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> -#include <com/sun/star/lang/XInitialization.hpp> +#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #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/DictionaryListEventFlags.hpp> -#include <com/sun/star/linguistic2/LanguageGuessing.hpp> -#include <com/sun/star/linguistic2/LinguServiceEventFlags.hpp> -#include <com/sun/star/linguistic2/LinguServiceManager.hpp> -#include <com/sun/star/linguistic2/ProofreadingIterator.hpp> -#include <com/sun/star/linguistic2/ProofreadingResult.hpp> -#include <com/sun/star/linguistic2/SingleProofreadingError.hpp> -#include <com/sun/star/linguistic2/XDictionaryList.hpp> -#include <com/sun/star/linguistic2/XLanguageGuessing.hpp> -#include <com/sun/star/linguistic2/XLinguProperties.hpp> -#include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> -#include <com/sun/star/linguistic2/XProofreader.hpp> -#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/packages/WrongPasswordException.hpp> -#include <com/sun/star/packages/zip/ZipIOException.hpp> -#include <com/sun/star/rdf/Statement.hpp> -#include <com/sun/star/rdf/URI.hpp> -#include <com/sun/star/rdf/URIs.hpp> -#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp> -#include <com/sun/star/rdf/XLiteral.hpp> -#include <com/sun/star/rdf/XRepositorySupplier.hpp> -#include <com/sun/star/scanner/ScannerContext.hpp> -#include <com/sun/star/scanner/ScannerManager.hpp> -#include <com/sun/star/scanner/XScannerManager2.hpp> -#include <com/sun/star/script/Converter.hpp> -#include <com/sun/star/script/ModuleInfo.hpp> -#include <com/sun/star/script/ModuleType.hpp> -#include <com/sun/star/script/ScriptEventDescriptor.hpp> -#include <com/sun/star/script/XEventAttacher.hpp> -#include <com/sun/star/script/XEventAttacherManager.hpp> -#include <com/sun/star/script/XInvocation.hpp> -#include <com/sun/star/script/XLibraryContainer.hpp> -#include <com/sun/star/script/vba/VBAEventId.hpp> -#include <com/sun/star/script/vba/XVBAEventProcessor.hpp> -#include <com/sun/star/script/vba/XVBAModuleInfo.hpp> -#include <com/sun/star/sdb/CommandType.hpp> -#include <com/sun/star/sdb/DatabaseContext.hpp> -#include <com/sun/star/sdb/XDatabaseAccess.hpp> -#include <com/sun/star/sdb/XQueriesSupplier.hpp> -#include <com/sun/star/sdbc/DataType.hpp> -#include <com/sun/star/sdbc/XConnection.hpp> -#include <com/sun/star/sdbc/XDataSource.hpp> -#include <com/sun/star/sdbc/XResultSet.hpp> -#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/XTablesSupplier.hpp> -#include <com/sun/star/style/BreakType.hpp> -#include <com/sun/star/style/DropCapFormat.hpp> -#include <com/sun/star/style/GraphicLocation.hpp> -#include <com/sun/star/style/LineNumberPosition.hpp> -#include <com/sun/star/style/LineSpacing.hpp> -#include <com/sun/star/style/LineSpacingMode.hpp> -#include <com/sun/star/style/NumberingType.hpp> -#include <com/sun/star/style/PageStyleLayout.hpp> -#include <com/sun/star/style/ParagraphAdjust.hpp> -#include <com/sun/star/style/ParagraphStyleCategory.hpp> -#include <com/sun/star/style/TabStop.hpp> -#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/system/SystemShellExecute.hpp> -#include <com/sun/star/system/SystemShellExecuteFlags.hpp> -#include <com/sun/star/table/BorderLine.hpp> -#include <com/sun/star/table/BorderLine2.hpp> -#include <com/sun/star/table/BorderLineStyle.hpp> -#include <com/sun/star/table/CellContentType.hpp> -#include <com/sun/star/table/ShadowFormat.hpp> -#include <com/sun/star/table/TableBorder.hpp> -#include <com/sun/star/table/TableBorder2.hpp> -#include <com/sun/star/table/TableBorderDistances.hpp> -#include <com/sun/star/table/TableSortField.hpp> -#include <com/sun/star/table/XCell.hpp> -#include <com/sun/star/table/XCellRange.hpp> -#include <com/sun/star/task/XInteractionHandler.hpp> -#include <com/sun/star/task/XStatusIndicatorFactory.hpp> -#include <com/sun/star/text/BibliographyDataField.hpp> -#include <com/sun/star/text/ChapterFormat.hpp> -#include <com/sun/star/text/ControlCharacter.hpp> -#include <com/sun/star/text/DefaultNumberingProvider.hpp> -#include <com/sun/star/text/DocumentStatistic.hpp> -#include <com/sun/star/text/FilenameDisplayFormat.hpp> -#include <com/sun/star/text/FootnoteNumbering.hpp> -#include <com/sun/star/text/GraphicCrop.hpp> #include <com/sun/star/text/HoriOrientation.hpp> -#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/NotePrintMode.hpp> -#include <com/sun/star/text/PageNumberType.hpp> -#include <com/sun/star/text/PlaceholderType.hpp> -#include <com/sun/star/text/PositionAndSpaceMode.hpp> -#include <com/sun/star/text/ReferenceFieldPart.hpp> -#include <com/sun/star/text/ReferenceFieldSource.hpp> -#include <com/sun/star/text/RelOrientation.hpp> -#include <com/sun/star/text/RubyAdjust.hpp> -#include <com/sun/star/text/SectionFileLink.hpp> -#include <com/sun/star/text/SetVariableType.hpp> -#include <com/sun/star/text/SizeType.hpp> -#include <com/sun/star/text/TableColumnSeparator.hpp> -#include <com/sun/star/text/TemplateDisplayFormat.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> -#include <com/sun/star/text/TextGridMode.hpp> -#include <com/sun/star/text/TextMarkupDescriptor.hpp> -#include <com/sun/star/text/TextMarkupType.hpp> -#include <com/sun/star/text/UserDataPart.hpp> -#include <com/sun/star/text/UserFieldFormat.hpp> -#include <com/sun/star/text/VertOrientation.hpp> -#include <com/sun/star/text/VertOrientationFormat.hpp> #include <com/sun/star/text/WrapTextMode.hpp> -#include <com/sun/star/text/WritingMode2.hpp> -#include <com/sun/star/text/XBookmarksSupplier.hpp> -#include <com/sun/star/text/XDefaultNumberingProvider.hpp> -#include <com/sun/star/text/XDependentTextField.hpp> -#include <com/sun/star/text/XDocumentIndex.hpp> -#include <com/sun/star/text/XDocumentIndexMark.hpp> -#include <com/sun/star/text/XDocumentIndexesSupplier.hpp> -#include <com/sun/star/text/XEndnotesSettingsSupplier.hpp> -#include <com/sun/star/text/XEndnotesSupplier.hpp> -#include <com/sun/star/text/XFlatParagraph.hpp> -#include <com/sun/star/text/XFlatParagraphIteratorProvider.hpp> -#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/XNumberingTypeInfo.hpp> -#include <com/sun/star/text/XText.hpp> -#include <com/sun/star/text/XTextColumns.hpp> -#include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextDocument.hpp> -#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> -#include <com/sun/star/text/XTextField.hpp> -#include <com/sun/star/text/XTextFieldsSupplier.hpp> -#include <com/sun/star/text/XTextFrame.hpp> -#include <com/sun/star/text/XTextFramesSupplier.hpp> -#include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> -#include <com/sun/star/text/XTextRange.hpp> -#include <com/sun/star/text/XTextSection.hpp> -#include <com/sun/star/text/XTextSectionsSupplier.hpp> -#include <com/sun/star/text/XTextTable.hpp> -#include <com/sun/star/text/XTextTableCursor.hpp> -#include <com/sun/star/text/XTextTablesSupplier.hpp> -#include <com/sun/star/text/XTextViewCursorSupplier.hpp> -#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> -#include <com/sun/star/ucb/NameClash.hpp> -#include <com/sun/star/ucb/TransferInfo.hpp> -#include <com/sun/star/ucb/UniversalContentBroker.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ucb/XContentIdentifier.hpp> -#include <com/sun/star/ui/XUIElementFactory.hpp> -#include <com/sun/star/ui/dialogs/CommonFilePickerElementIds.hpp> -#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> -#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <com/sun/star/ui/dialogs/ListboxControlActions.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/XFilePickerControlAccess.hpp> -#include <com/sun/star/ui/dialogs/XFilterManager.hpp> -#include <com/sun/star/ui/dialogs/XSLTFilterDialog.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/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.h> #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/uno/Type.h> +#include <com/sun/star/uno/Type.hxx> +#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/Date.hpp> #include <com/sun/star/util/DateTime.hpp> -#include <com/sun/star/util/Duration.hpp> -#include <com/sun/star/util/JobManager.hpp> -#include <com/sun/star/util/MeasureUnit.hpp> -#include <com/sun/star/util/SearchFlags.hpp> -#include <com/sun/star/util/SearchOptions.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/XChangesBatch.hpp> -#include <com/sun/star/util/XCloseable.hpp> -#include <com/sun/star/util/XMacroExpander.hpp> -#include <com/sun/star/util/XModifiable.hpp> -#include <com/sun/star/util/XModifyBroadcaster.hpp> -#include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/view/DocumentZoomType.hpp> -#include <com/sun/star/view/XRenderable.hpp> -#include <com/sun/star/view/XScreenCursor.hpp> -#include <com/sun/star/view/XSelectionSupplier.hpp> -#include <com/sun/star/view/XViewSettingsSupplier.hpp> -#include <com/sun/star/xforms/Model.hpp> -#include <com/sun/star/xforms/XForms.hpp> -#include <com/sun/star/xforms/XFormsSupplier.hpp> -#include <com/sun/star/xforms/XFormsUIHelper1.hpp> -#include <com/sun/star/xforms/XModel2.hpp> -#include <com/sun/star/xml/sax/FastParser.hpp> -#include <com/sun/star/xml/sax/FastToken.hpp> -#include <com/sun/star/xml/sax/InputSource.hpp> -#include <com/sun/star/xml/sax/Parser.hpp> -#include <com/sun/star/xml/sax/Writer.hpp> -#include <comphelper/ChainablePropertySetInfo.hxx> -#include <comphelper/MasterPropertySetInfo.hxx> -#include <comphelper/accessibleeventnotifier.hxx> -#include <comphelper/accessiblekeybindinghelper.hxx> -#include <comphelper/accessibletexthelper.hxx> -#include <comphelper/anytostring.hxx> +#include <com/sun/star/xml/sax/XAttributeList.hpp> +#include <com/sun/star/xml/sax/XFastContextHandler.hpp> +#include <comphelper/broadcasthelper.hxx> #include <comphelper/classids.hxx> -#include <comphelper/documentconstants.hxx> -#include <comphelper/embeddedobjectcontainer.hxx> -#include <comphelper/extract.hxx> -#include <comphelper/flagguard.hxx> -#include <comphelper/genericpropertyset.hxx> -#include <comphelper/namedvaluecollection.hxx> +#include <comphelper/comphelperdllapi.h> #include <comphelper/processfactory.hxx> -#include <comphelper/unique_disposing_ptr.hxx> -#include <comphelper/sequence.hxx> -#include <comphelper/sequenceashashmap.hxx> #include <comphelper/servicehelper.hxx> -#include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> -#include <comphelper/types.hxx> -#include <comphelper/uno3.hxx> -#include <config_features.h> -#include <config_folders.h> -#include <config_graphite.h> -#include <config_options.h> -#include <cppuhelper/basemutex.hxx> -#include <cppuhelper/bootstrap.hxx> -#include <cppuhelper/compbase.hxx> -#include <cppuhelper/component_context.hxx> -#include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/factory.hxx> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/cppuhelperdllapi.h> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implementationentry.hxx> -#include <cppuhelper/interfacecontainer.h> -#include <cppuhelper/interfacecontainer.hxx> +#include <cppuhelper/implbase_ex.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/weak.hxx> -#include <cppuhelper/weakref.hxx> -#include <cstdarg> -#include <cstdlib> -#include <ctime> -#include <ctype.h> -#include <deque> -#include <drawinglayer/attribute/fillgradientattribute.hxx> -#include <drawinglayer/attribute/fontattribute.hxx> +#include <crsrsh.hxx> +#include <crsskip.hxx> +#include <crstate.hxx> +#include <dbfld.hxx> +#include <dbmgr.hxx> +#include <dcontact.hxx> +#include <ddefld.hxx> +#include <docary.hxx> +#include <docsh.hxx> +#include <docstat.hxx> +#include <docstyle.hxx> +#include <docufld.hxx> +#include <drawdoc.hxx> +#include <drawinglayer/drawinglayerdllapi.h> #include <drawinglayer/primitive2d/baseprimitive2d.hxx> -#include <drawinglayer/primitive2d/borderlineprimitive2d.hxx> -#include <drawinglayer/primitive2d/discretebitmapprimitive2d.hxx> -#include <drawinglayer/primitive2d/discreteshadowprimitive2d.hxx> -#include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx> -#include <drawinglayer/primitive2d/graphicprimitive2d.hxx> -#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx> -#include <drawinglayer/primitive2d/objectinfoprimitive2d.hxx> -#include <drawinglayer/primitive2d/polygonprimitive2d.hxx> -#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> -#include <drawinglayer/primitive2d/primitivetools2d.hxx> -#include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> -#include <drawinglayer/primitive2d/shadowprimitive2d.hxx> -#include <drawinglayer/primitive2d/textlayoutdevice.hxx> -#include <drawinglayer/primitive2d/textprimitive2d.hxx> -#include <drawinglayer/primitive2d/transformprimitive2d.hxx> -#include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> -#include <drawinglayer/processor2d/baseprocessor2d.hxx> -#include <drawinglayer/processor2d/objectinfoextractor2d.hxx> -#include <drawinglayer/processor2d/processor2dtools.hxx> -#include <drawinglayer/processor2d/processorfromoutputdevice.hxx> -#include <editeng/SpellPortions.hxx> +#include <edimp.hxx> #include <editeng/acorrcfg.hxx> #include <editeng/adjustitem.hxx> -#include <editeng/autokernitem.hxx> -#include <editeng/blinkitem.hxx> -#include <editeng/borderline.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> -#include <editeng/charhiddenitem.hxx> -#include <editeng/charreliefitem.hxx> #include <editeng/charrotateitem.hxx> -#include <editeng/charscaleitem.hxx> -#include <editeng/charsetcoloritem.hxx> #include <editeng/cmapitem.hxx> #include <editeng/colritem.hxx> -#include <editeng/contouritem.hxx> #include <editeng/crossedoutitem.hxx> -#include <editeng/editdata.hxx> #include <editeng/editeng.hxx> -#include <editeng/editerr.hxx> -#include <editeng/editobj.hxx> -#include <editeng/editstat.hxx> +#include <editeng/editengdllapi.h> #include <editeng/editview.hxx> #include <editeng/eeitem.hxx> -#include <editeng/emphasismarkitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/fhgtitem.hxx> -#include <editeng/flditem.hxx> #include <editeng/flstitem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/forbiddencharacterstable.hxx> -#include <editeng/forbiddenruleitem.hxx> #include <editeng/formatbreakitem.hxx> #include <editeng/frmdiritem.hxx> -#include <editeng/hangulhanja.hxx> -#include <editeng/hngpnctitem.hxx> -#include <editeng/hyphenzoneitem.hxx> -#include <editeng/itemtype.hxx> #include <editeng/keepitem.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/nhypitem.hxx> -#include <editeng/nlbkitem.hxx> -#include <editeng/numitem.hxx> #include <editeng/opaqitem.hxx> -#include <editeng/orphitem.hxx> #include <editeng/outliner.hxx> -#include <editeng/outlobj.hxx> #include <editeng/paperinf.hxx> -#include <editeng/paravertalignitem.hxx> -#include <editeng/pbinitem.hxx> -#include <editeng/pgrditem.hxx> -#include <editeng/pmdlitem.hxx> #include <editeng/postitem.hxx> -#include <editeng/prntitem.hxx> #include <editeng/protitem.hxx> -#include <editeng/prszitem.hxx> -#include <editeng/rsiditem.hxx> -#include <editeng/scriptspaceitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/shaditem.hxx> -#include <editeng/shdditem.hxx> #include <editeng/sizeitem.hxx> -#include <editeng/spltitem.hxx> -#include <editeng/splwrap.hxx> #include <editeng/svxacorr.hxx> -#include <editeng/svxenum.hxx> -#include <editeng/svxfont.hxx> -#include <editeng/swafopt.hxx> #include <editeng/tstpitem.hxx> -#include <editeng/twolinesitem.hxx> -#include <editeng/txtrange.hxx> #include <editeng/udlnitem.hxx> #include <editeng/ulspitem.hxx> -#include <editeng/unoedhlp.hxx> -#include <editeng/unoedsrc.hxx> -#include <editeng/unofdesc.hxx> -#include <editeng/unoforou.hxx> -#include <editeng/unoipset.hxx> #include <editeng/unolingu.hxx> -#include <editeng/unoprnms.hxx> -#include <editeng/unoviwou.hxx> #include <editeng/wghtitem.hxx> -#include <editeng/widwitem.hxx> -#include <editeng/writingmodeitem.hxx> -#include <editeng/wrlmitem.hxx> -#include <editeng/xmlcnitm.hxx> -#include <float.h> -#include <functional> +#include <editsh.hxx> +#include <expfld.hxx> +#include <fchrfmt.hxx> +#include <fesh.hxx> +#include <fldbas.hxx> +#include <flddat.hxx> +#include <fmtanchr.hxx> +#include <fmtautofmt.hxx> +#include <fmtclds.hxx> +#include <fmtcnct.hxx> +#include <fmtcntnt.hxx> +#include <fmtcol.hxx> +#include <fmtflcnt.hxx> +#include <fmtfld.hxx> +#include <fmtfollowtextflow.hxx> +#include <fmtfsize.hxx> +#include <fmtftn.hxx> +#include <fmthdft.hxx> +#include <fmtinfmt.hxx> +#include <fmtlsplt.hxx> +#include <fmtmeta.hxx> +#include <fmtornt.hxx> +#include <fmtpdsc.hxx> +#include <fmtrfmrk.hxx> +#include <fmtsrnd.hxx> +#include <fmturl.hxx> +#include <frmatr.hxx> +#include <frmfmt.hxx> +#include <ftnidx.hxx> +#include <ftninfo.hxx> +#include <globdoc.hxx> +#include <grfatr.hxx> +#include <hintids.hxx> +#include <hints.hxx> +#include <htmltbl.hxx> #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> -#include <i18nutil/scripttypedetector.hxx> -#include <i18nutil/unicode.hxx> -#include <iostream> -#include <iterator> +#include <istyleaccess.hxx> #include <libxml/xmlwriter.h> -#include <limits.h> -#include <limits> #include <linguistic/lngprops.hxx> -#include <linguistic/misc.hxx> -#include <list> -#include <map> -#include <math.h> -#include <memory> -#include <numeric> -#include <o3tl/numeric.hxx> -#include <o3tl/sorted_vector.hxx> -#include <officecfg/Office/Common.hxx> -#include <officecfg/Office/Writer.hxx> -#include <osl/diagnose.h> -#include <osl/diagnose.hxx> -#include <osl/endian.h> -#include <osl/file.hxx> -#include <osl/interlck.h> -#include <osl/module.hxx> -#include <osl/mutex.hxx> -#include <osl/thread.h> -#include <osl/thread.hxx> +#include <mdiexp.hxx> +#include <modcfg.hxx> +#include <ndgrf.hxx> +#include <ndindex.hxx> +#include <ndnotxt.hxx> +#include <ndole.hxx> +#include <ndtxt.hxx> +#include <node.hxx> +#include <numrule.hxx> +#include <o3tl/cow_wrapper.hxx> +#include <o3tl/make_unique.hxx> +#include <o3tl/typed_flags_set.hxx> +#include <pagedesc.hxx> +#include <pam.hxx> +#include <paratr.hxx> +#include <poolfmt.hxx> +#include <printdata.hxx> +#include <prtopt.hxx> +#include <redline.hxx> +#include <reffld.hxx> +#include <rsc/rsc-vcl-shared-types.hxx> #include <rsc/rscsfx.hxx> -#include <rtl/bootstrap.hxx> -#include <rtl/character.hxx> -#include <rtl/instance.hxx> -#include <rtl/math.hxx> -#include <rtl/random.h> -#include <rtl/ref.hxx> -#include <rtl/strbuf.hxx> -#include <rtl/string.h> -#include <rtl/string.hxx> -#include <rtl/tencinfo.h> -#include <rtl/uri.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/ustring.hxx> -#include <sal/config.h> -#include <sal/log.hxx> -#include <sal/macros.h> -#include <sal/types.h> -#include <salhelper/condition.hxx> -#include <salhelper/simplereferenceobject.hxx> -#include <sax/tools/converter.hxx> -#include <set> -#include <sfx2/DocumentMetadataAccess.hxx> -#include <sfx2/Metadatable.hxx> #include <sfx2/app.hxx> -#include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> +#include <sfx2/chalign.hxx> #include <sfx2/childwin.hxx> -#include <sfx2/dinfdlg.hxx> #include <sfx2/dispatch.hxx> -#include <sfx2/docfac.hxx> +#include <sfx2/dllapi.h> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> -#include <sfx2/docinsert.hxx> -#include <sfx2/dockwin.hxx> -#include <sfx2/doctempl.hxx> -#include <sfx2/event.hxx> -#include <sfx2/evntconf.hxx> #include <sfx2/fcontnr.hxx> -#include <sfx2/filedlghelper.hxx> -#include <sfx2/frame.hxx> -#include <sfx2/frmdescr.hxx> -#include <sfx2/frmhtml.hxx> -#include <sfx2/frmhtmlw.hxx> #include <sfx2/htmlmode.hxx> -#include <sfx2/imagemgr.hxx> -#include <sfx2/imgmgr.hxx> -#include <sfx2/infobar.hxx> -#include <sfx2/ipclient.hxx> #include <sfx2/linkmgr.hxx> -#include <sfx2/lnkbase.hxx> -#include <sfx2/mieclip.hxx> -#include <sfx2/mnumgr.hxx> #include <sfx2/msg.hxx> -#include <sfx2/msgpool.hxx> -#include <sfx2/new.hxx> -#include <sfx2/newstyle.hxx> #include <sfx2/objface.hxx> -#include <sfx2/objitem.hxx> -#include <sfx2/objsh.hxx> -#include <sfx2/opengrf.hxx> -#include <sfx2/passwd.hxx> #include <sfx2/printer.hxx> -#include <sfx2/prnmon.hxx> -#include <sfx2/progress.hxx> #include <sfx2/request.hxx> -#include <sfx2/sfxbasecontroller.hxx> -#include <sfx2/sfxdlg.hxx> -#include <sfx2/sfxhelp.hxx> -#include <sfx2/sfxhtml.hxx> -#include <sfx2/sfxmodelfactory.hxx> -#include <sfx2/sfxuno.hxx> -#include <sfx2/sidebar/ControlFactory.hxx> +#include <sfx2/shell.hxx> #include <sfx2/sidebar/EnumContext.hxx> -#include <sfx2/sidebar/Sidebar.hxx> -#include <sfx2/sidebar/SidebarChildWindow.hxx> -#include <sfx2/sidebar/SidebarPanelBase.hxx> -#include <sfx2/styfitem.hxx> -#include <sfx2/styledlg.hxx> -#include <sfx2/tabdlg.hxx> -#include <sfx2/taskpane.hxx> -#include <sfx2/templatedlg.hxx> -#include <sfx2/templdlg.hxx> -#include <sfx2/tplpitem.hxx> +#include <sfx2/tbxctrl.hxx> #include <sfx2/viewfrm.hxx> -#include <sfx2/viewsh.hxx> -#include <sfx2/zoomitem.hxx> -#include <sot/exchange.hxx> -#include <sot/factory.hxx> -#include <sot/filelist.hxx> +#include <shellio.hxx> +#include <shellres.hxx> #include <sot/formats.hxx> -#include <sot/stg.hxx> #include <sot/storage.hxx> -#include <sot/storinfo.hxx> -#include <stack> -#include <stdexcept> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <string> -#include <svl/PasswordHelper.hxx> -#include <svl/SfxBroadcaster.hxx> -#include <svl/aeitem.hxx> -#include <svl/asiancfg.hxx> -#include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> -#include <svl/flagitem.hxx> -#include <svl/fstathelper.hxx> -#include <svl/globalnameitem.hxx> -#include <svl/grabbagitem.hxx> -#include <svl/imageitm.hxx> -#include <svl/inethist.hxx> +#include <svl/hint.hxx> #include <svl/intitem.hxx> -#include <svl/isethint.hxx> #include <svl/itemiter.hxx> #include <svl/itempool.hxx> -#include <svl/itemprop.hxx> #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> -#include <svl/lckbitem.hxx> +#include <svl/lstner.hxx> #include <svl/macitem.hxx> -#include <svl/mailenum.hxx> -#include <svl/numuno.hxx> -#include <svl/ownlist.hxx> #include <svl/poolitem.hxx> -#include <svl/ptitem.hxx> -#include <svl/rectitem.hxx> -#include <svl/slstitm.hxx> -#include <svl/smplhint.hxx> #include <svl/srchitem.hxx> #include <svl/stritem.hxx> -#include <svl/style.hxx> -#include <svl/stylepool.hxx> -#include <svl/undo.hxx> +#include <svl/svldllapi.h> #include <svl/urihelper.hxx> -#include <svl/urlbmk.hxx> -#include <svl/visitem.hxx> #include <svl/whiter.hxx> #include <svl/zforlist.hxx> -#include <svl/zformat.hxx> -#include <svtools/HtmlWriter.hxx> -#include <svtools/accessibilityoptions.hxx> -#include <svtools/borderhelper.hxx> -#include <svtools/colorcfg.hxx> -#include <svtools/ctrltool.hxx> -#include <svtools/ehdl.hxx> -#include <svtools/embedhlp.hxx> -#include <svtools/embedtransfer.hxx> -#include <svtools/fmtfield.hxx> #include <svtools/grfmgr.hxx> #include <svtools/htmlcfg.hxx> #include <svtools/htmlkywd.hxx> #include <svtools/htmlout.hxx> #include <svtools/htmltokn.h> #include <svtools/imap.hxx> -#include <svtools/imapobj.hxx> -#include <svtools/imaprect.hxx> -#include <svtools/inetimg.hxx> -#include <svtools/insdlg.hxx> -#include <svtools/langtab.hxx> -#include <svtools/miscopt.hxx> -#include <svtools/parhtml.hxx> -#include <svtools/ruler.hxx> -#include <svtools/sfxecode.hxx> -#include <svtools/soerr.hxx> -#include <svtools/svmedit.hxx> -#include <svtools/svparser.hxx> -#include <svtools/svtresid.hxx> -#include <svtools/transfer.hxx> -#include <svtools/treelistentry.hxx> -#include <svtools/unoevent.hxx> -#include <svtools/unoimap.hxx> -#include <svtools/xwindowitem.hxx> -#include <svx/AccessibleShape.hxx> -#include <svx/AccessibleTextHelper.hxx> -#include <svx/AffineMatrixItem.hxx> -#include <svx/ParaLineSpacingPopup.hxx> -#include <svx/ShapeTypeHandler.hxx> -#include <svx/SmartTagCtl.hxx> -#include <svx/SmartTagItem.hxx> -#include <svx/SvxShapeTypes.hxx> -#include <svx/anchorid.hxx> -#include <svx/charthelper.hxx> -#include <svx/chrtitem.hxx> -#include <svx/clipboardctl.hxx> -#include <svx/clipfmtitem.hxx> -#include <svx/compressgraphicdialog.hxx> -#include <svx/contdlg.hxx> -#include <svx/ctredlin.hxx> -#include <svx/dataaccessdescriptor.hxx> -#include <svx/dbaexchange.hxx> -#include <svx/dialmgr.hxx> -#include <svx/dlgutil.hxx> +#include <svtools/svtdllapi.h> #include <svx/drawitem.hxx> -#include <svx/extedit.hxx> -#include <svx/extrusionbar.hxx> -#include <svx/fillctrl.hxx> -#include <svx/flagsdef.hxx> #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> -#include <svx/fntszctl.hxx> -#include <svx/fontwork.hxx> -#include <svx/fontworkbar.hxx> -#include <svx/fontworkgallery.hxx> -#include <svx/formatpaintbrushctrl.hxx> -#include <svx/framelink.hxx> -#include <svx/gallery.hxx> -#include <svx/galleryitem.hxx> -#include <svx/grafctrl.hxx> -#include <svx/graphichelper.hxx> -#include <svx/grfflt.hxx> -#include <svx/hdft.hxx> -#include <svx/hlnkitem.hxx> -#include <svx/hyperdlg.hxx> -#include <svx/imapdlg.hxx> -#include <svx/insctrl.hxx> -#include <svx/layctrl.hxx> -#include <svx/lboxctrl.hxx> -#include <svx/linectrl.hxx> -#include <svx/linkwarn.hxx> -#include <svx/modctrl.hxx> -#include <svx/nbdtmg.hxx> -#include <svx/nbdtmgfact.hxx> -#include <svx/numinf.hxx> -#include <svx/obj3d.hxx> -#include <svx/objfac3d.hxx> -#include <svx/ofaitem.hxx> -#include <svx/optgrid.hxx> -#include <svx/pageitem.hxx> -#include <svx/pfiledlg.hxx> -#include <svx/postattr.hxx> -#include <svx/prtqry.hxx> -#include <svx/pszctrl.hxx> -#include <svx/rubydialog.hxx> -#include <svx/ruler.hxx> -#include <svx/rulritem.hxx> -#include <svx/scene3d.hxx> -#include <svx/sdgcoitm.hxx> -#include <svx/sdggaitm.hxx> -#include <svx/sdginitm.hxx> -#include <svx/sdgluitm.hxx> -#include <svx/sdgmoitm.hxx> -#include <svx/sdgtritm.hxx> -#include <svx/sdr/attribute/sdrallfillattributeshelper.hxx> -#include <svx/sdr/contact/displayinfo.hxx> -#include <svx/sdr/contact/objectcontactofobjlistpainter.hxx> -#include <svx/sdr/contact/viewcontact.hxx> -#include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx> -#include <svx/sdr/contact/viewcontactofvirtobj.hxx> -#include <svx/sdr/contact/viewobjectcontact.hxx> -#include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> -#include <svx/sdr/contact/viewobjectcontactredirector.hxx> -#include <svx/sdr/overlay/overlaymanager.hxx> -#include <svx/sdr/overlay/overlayselection.hxx> -#include <svx/sdr/properties/defaultproperties.hxx> -#include <svx/sdrobjectfilter.hxx> -#include <svx/sdrpaintwindow.hxx> -#include <svx/sdrundomanager.hxx> -#include <svx/sdsxyitm.hxx> -#include <svx/sdtaaitm.hxx> -#include <svx/sdtacitm.hxx> -#include <svx/sdtaditm.hxx> -#include <svx/sdtagitm.hxx> -#include <svx/sdtaitm.hxx> -#include <svx/sdtakitm.hxx> -#include <svx/selctrl.hxx> -#include <svx/shapepropertynotifier.hxx> -#include <svx/sidebar/ContextChangeEventMultiplexer.hxx> -#include <svx/sidebar/PopupContainer.hxx> -#include <svx/sidebar/ValueSetWithTextControl.hxx> -#include <svx/srchdlg.hxx> -#include <svx/stddlg.hxx> #include <svx/svddef.hxx> -#include <svx/svddrgmt.hxx> -#include <svx/svdetc.hxx> -#include <svx/svdfield.hxx> -#include <svx/svdhdl.hxx> -#include <svx/svditer.hxx> -#include <svx/svdlayer.hxx> -#include <svx/svdmark.hxx> #include <svx/svdmodel.hxx> -#include <svx/svdoashp.hxx> #include <svx/svdobj.hxx> -#include <svx/svdocapt.hxx> -#include <svx/svdocirc.hxx> -#include <svx/svdoedge.hxx> -#include <svx/svdograf.hxx> #include <svx/svdogrp.hxx> -#include <svx/svdomedia.hxx> -#include <svx/svdoole2.hxx> -#include <svx/svdopath.hxx> -#include <svx/svdotext.hxx> #include <svx/svdouno.hxx> #include <svx/svdoutl.hxx> #include <svx/svdpage.hxx> #include <svx/svdpagv.hxx> -#include <svx/svdpool.hxx> -#include <svx/svdtrans.hxx> -#include <svx/svdundo.hxx> #include <svx/svdview.hxx> -#include <svx/svdviter.hxx> #include <svx/svxdlg.hxx> -#include <svx/svxerr.hxx> -#include <svx/swframevalidation.hxx> -#include <svx/sxciaitm.hxx> -#include <svx/sxenditm.hxx> -#include <svx/tbcontrl.hxx> -#include <svx/tbxcolor.hxx> -#include <svx/tbxctl.hxx> -#include <svx/unoapi.hxx> -#include <svx/unobrushitemhelper.hxx> -#include <svx/unofill.hxx> -#include <svx/unomid.hxx> -#include <svx/unomod.hxx> -#include <svx/unomodel.hxx> -#include <svx/unoprov.hxx> -#include <svx/unoshape.hxx> -#include <svx/verttexttbxctrl.hxx> -#include <svx/viewlayoutitem.hxx> -#include <svx/xbtmpit.hxx> +#include <svx/svxdllapi.h> #include <svx/xdef.hxx> -#include <svx/xexch.hxx> -#include <svx/xfillit.hxx> -#include <svx/xfillit0.hxx> -#include <svx/xflasit.hxx> -#include <svx/xflbckit.hxx> -#include <svx/xflbmpit.hxx> -#include <svx/xflbmsli.hxx> -#include <svx/xflbmsxy.hxx> -#include <svx/xflbmtit.hxx> -#include <svx/xflboxy.hxx> -#include <svx/xflbstit.hxx> -#include <svx/xflbtoxy.hxx> -#include <svx/xflclit.hxx> -#include <svx/xflftrit.hxx> -#include <svx/xflgrit.hxx> -#include <svx/xflhtit.hxx> -#include <svx/xfltrit.hxx> -#include <svx/xftadit.hxx> -#include <svx/xftdiit.hxx> -#include <svx/xftmrit.hxx> -#include <svx/xftouit.hxx> -#include <svx/xftshcit.hxx> -#include <svx/xftshit.hxx> -#include <svx/xftshxy.hxx> -#include <svx/xftstit.hxx> -#include <svx/xgrad.hxx> -#include <svx/xgrscit.hxx> -#include <svx/xlineit0.hxx> -#include <svx/xlinjoit.hxx> -#include <svx/xlncapit.hxx> -#include <svx/xlnclit.hxx> -#include <svx/xlndsit.hxx> -#include <svx/xlnedit.hxx> -#include <svx/xlnstit.hxx> -#include <svx/xlnwtit.hxx> -#include <svx/xmleohlp.hxx> -#include <svx/xmlexchg.hxx> -#include <svx/xmlgrhlp.hxx> -#include <svx/xmlsecctrl.hxx> -#include <svx/xoutbmp.hxx> -#include <svx/xsflclit.hxx> -#include <svx/xtable.hxx> -#include <svx/xtextit0.hxx> -#include <svx/zoomsliderctrl.hxx> -#include <svx/zoomslideritem.hxx> -#include <toolkit/awt/vclxaccessiblecomponent.hxx> -#include <toolkit/awt/vclxdevice.hxx> +#include <svx/xenum.hxx> +#include <swabstdlg.hxx> +#include <swcrsr.hxx> +#include <swddetbl.hxx> +#include <swevent.hxx> +#include <swmodule.hxx> +#include <swrect.hxx> +#include <swtable.hxx> +#include <swtblfmt.hxx> +#include <swtypes.hxx> +#include <swundo.hxx> +#include <swunohelper.hxx> +#include <swwait.hxx> +#include <tblsel.hxx> +#include <textboxhelper.hxx> +#include <tgrditem.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <tools/bigint.hxx> #include <tools/color.hxx> #include <tools/date.hxx> -#include <tools/datetime.hxx> -#include <tools/datetimeutils.hxx> -#include <tools/diagnose_ex.h> -#include <tools/errinf.hxx> +#include <tools/debug.hxx> +#include <tools/errcode.hxx> #include <tools/fldunit.hxx> -#include <tools/fract.hxx> +#include <tools/fontenum.hxx> #include <tools/gen.hxx> -#include <tools/globname.hxx> -#include <tools/helpers.hxx> -#include <tools/line.hxx> #include <tools/link.hxx> -#include <tools/multisel.hxx> -#include <tools/poly.hxx> -#include <tools/resary.hxx> +#include <tools/mapunit.hxx> +#include <tools/ref.hxx> #include <tools/resid.hxx> #include <tools/resmgr.hxx> -#include <tools/stream.hxx> +#include <tools/solar.h> #include <tools/time.hxx> +#include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <touch/touch.h> -#include <ucbhelper/content.hxx> -#include <ucbhelper/contentidentifier.hxx> -#include <unicode/ubidi.h> -#include <unicode/uchar.h> -#include <unordered_map> -#include <unordered_set> -#include <unotools/accessiblerelationsethelper.hxx> +#include <txatbase.hxx> +#include <txtatr.hxx> +#include <txtflcnt.hxx> +#include <txtfld.hxx> +#include <txtftn.hxx> +#include <txtinet.hxx> +#include <txttxmrk.hxx> +#include <typelib/typedescription.h> +#include <uno/sequence2.h> +#include <unochart.hxx> +#include <unocoll.hxx> +#include <unocrsr.hxx> +#include <unocrsrhelper.hxx> +#include <unoframe.hxx> +#include <unomap.hxx> +#include <unoparagraph.hxx> +#include <unoprnms.hxx> +#include <unosett.hxx> +#include <unostyle.hxx> +#include <unotextcursor.hxx> +#include <unotextrange.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <unotools/charclass.hxx> -#include <unotools/collatorwrapper.hxx> -#include <unotools/compatibility.hxx> -#include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> -#include <unotools/configpaths.hxx> -#include <unotools/eventcfg.hxx> -#include <unotools/fltrcfg.hxx> -#include <unotools/intlwrapper.hxx> #include <unotools/lingucfg.hxx> -#include <unotools/linguprops.hxx> #include <unotools/localedatawrapper.hxx> -#include <unotools/localfilehelper.hxx> -#include <unotools/mediadescriptor.hxx> -#include <unotools/misccfg.hxx> #include <unotools/moduleoptions.hxx> -#include <unotools/pathoptions.hxx> -#include <unotools/printwarningoptions.hxx> -#include <unotools/saveopt.hxx> -#include <unotools/securityoptions.hxx> -#include <unotools/streamwrap.hxx> +#include <unotools/options.hxx> #include <unotools/syslocale.hxx> -#include <unotools/syslocaleoptions.hxx> -#include <unotools/tempfile.hxx> -#include <unotools/textsearch.hxx> #include <unotools/transliterationwrapper.hxx> -#include <unotools/ucbstreamhelper.hxx> +#include <unotools/unotoolsdllapi.h> #include <unotools/useroptions.hxx> -#include <utility> -#include <vbahelper/vbaaccesshelper.hxx> -#include <vcl/GraphicNativeMetadata.hxx> -#include <vcl/GraphicNativeTransform.hxx> -#include <vcl/alpha.hxx> -#include <vcl/bitmap.hxx> -#include <vcl/bitmapex.hxx> -#include <vcl/bmpacc.hxx> -#include <vcl/builder.hxx> -#include <vcl/button.hxx> -#include <vcl/cmdevt.hxx> -#include <vcl/decoview.hxx> -#include <vcl/dialog.hxx> -#include <vcl/dibtools.hxx> -#include <vcl/event.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> -#include <vcl/font.hxx> -#include <vcl/gradient.hxx> -#include <vcl/graph.hxx> -#include <vcl/graphicfilter.hxx> -#include <vcl/help.hxx> -#include <vcl/image.hxx> -#include <vcl/inputctx.hxx> -#include <vcl/jobset.hxx> -#include <vcl/keycodes.hxx> -#include <vcl/layout.hxx> -#include <vcl/lazydelete.hxx> -#include <vcl/lineinfo.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/mapmod.hxx> -#include <vcl/menu.hxx> -#include <vcl/menubtn.hxx> -#include <vcl/metric.hxx> -#include <vcl/mnemonic.hxx> -#include <vcl/msgbox.hxx> -#include <vcl/oldprintadaptor.hxx> -#include <vcl/outdev.hxx> -#include <vcl/pdfextoutdevdata.hxx> -#include <vcl/print.hxx> -#include <vcl/region.hxx> -#include <vcl/scrbar.hxx> -#include <vcl/settings.hxx> -#include <vcl/status.hxx> -#include <vcl/svapp.hxx> -#include <vcl/textview.hxx> -#include <vcl/timer.hxx> -#include <vcl/toolbox.hxx> -#include <vcl/txtattr.hxx> -#include <vcl/unohelp2.hxx> -#include <vcl/vclenum.hxx> -#include <vcl/virdev.hxx> -#include <vcl/window.hxx> -#include <vcl/wrkwin.hxx> -#include <vector> -#include <xmloff/DocumentSettingsContext.hxx> -#include <xmloff/ProgressBarHelper.hxx> -#include <xmloff/XMLBase64ImportContext.hxx> -#include <xmloff/XMLFilterServiceNames.h> -#include <xmloff/XMLFontAutoStylePool.hxx> -#include <xmloff/XMLFontStylesContext.hxx> -#include <xmloff/XMLGraphicsDefaultStyle.hxx> -#include <xmloff/XMLTextListAutoStylePool.hxx> -#include <xmloff/XMLTextMasterPageExport.hxx> -#include <xmloff/XMLTextMasterStylesContext.hxx> -#include <xmloff/XMLTextShapeImportHelper.hxx> -#include <xmloff/XMLTextShapeStyleContext.hxx> -#include <xmloff/attrlist.hxx> -#include <xmloff/families.hxx> -#include <xmloff/i18nmap.hxx> -#include <xmloff/maptype.hxx> +#include <unotxdoc.hxx> +#include <usrfld.hxx> +#include <viewopt.hxx> +#include <viewsh.hxx> +#include <viscrs.hxx> +#include <wdocsh.hxx> +#include <xmloff/dllapi.h> #include <xmloff/nmspmap.hxx> -#include <xmloff/numehelp.hxx> #include <xmloff/odffields.hxx> -#include <xmloff/prhdlfac.hxx> -#include <xmloff/prstylei.hxx> -#include <xmloff/txtimp.hxx> -#include <xmloff/txtprmap.hxx> -#include <xmloff/txtstyli.hxx> -#include <xmloff/xformsexport.hxx> -#include <xmloff/xformsimport.hxx> -#include <xmloff/xmlaustp.hxx> -#include <xmloff/xmlexp.hxx> #include <xmloff/xmlictxt.hxx> -#include <xmloff/xmlimp.hxx> -#include <xmloff/xmlmetae.hxx> -#include <xmloff/xmlmetai.hxx> #include <xmloff/xmlnmspe.hxx> -#include <xmloff/xmlnume.hxx> -#include <xmloff/xmlnumi.hxx> -#include <xmloff/xmlprhdl.hxx> -#include <xmloff/xmlprmap.hxx> -#include <xmloff/xmlscripti.hxx> -#include <xmloff/xmlstyle.hxx> -#include <xmloff/xmltabe.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmltoken.hxx> -#include <xmloff/xmltypes.hxx> #include <xmloff/xmluconv.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index b16d1ef82243..cffda4dd1bba 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.hxx @@ -8,245 +8,616 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). + + Generated on 2015-11-14 14:16:53 using: + ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./sw/inc/pch/precompiled_swui.hxx "/opt/lo/bin/make sw.build" --find-conflicts */ #include <algorithm> -#include <basic/basmgr.hxx> -#include <basic/sbmod.hxx> +#include <assert.h> +#include <cassert> +#include <climits> +#include <cmdid.h> +#include <config_features.h> +#include <config_global.h> +#include <config_typesizes.h> +#include <config_vcl.h> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <deque> +#include <exception> +#include <float.h> +#include <functional> +#include <helpid.h> +#include <iomanip> +#include <iostream> +#include <limits.h> +#include <limits> +#include <list> +#include <map> +#include <math.h> #include <memory> -#include <com/sun/star/accessibility/AccessibleRole.hpp> -#include <com/sun/star/awt/PosSize.hpp> +#include <new> +#include <ostream> +#include <set> +#include <sstream> +#include <stack> +#include <stddef.h> +#include <stdlib.h> +#include <string.h> +#include <string> +#include <swdllapi.h> +#include <type_traits> +#include <typeinfo> +#include <unomid.h> +#include <unordered_map> +#include <utility> +#include <vector> +#include <boost/functional/hash.hpp> +#include <boost/intrusive_ptr.hpp> +#include <boost/noncopyable.hpp> +#include <boost/optional.hpp> +#include <boost/shared_array.hpp> +#include <osl/diagnose.h> +#include <osl/doublecheckedlocking.h> +#include <osl/endian.h> +#include <osl/file.h> +#include <osl/getglobalmutex.hxx> +#include <osl/interlck.h> +#include <osl/module.h> +#include <osl/module.hxx> +#include <osl/mutex.h> +#include <osl/mutex.hxx> +#include <osl/pipe.h> +#include <osl/process.h> +#include <osl/security.h> +#include <osl/socket.h> +#include <osl/time.h> +#include <rtl/alloc.h> +#include <rtl/byteseq.h> +#include <rtl/character.hxx> +#include <rtl/instance.hxx> +#include <rtl/locale.h> +#include <rtl/math.h> +#include <rtl/math.hxx> +#include <rtl/ref.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/stringutils.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <rtl/unload.h> +#include <rtl/ustrbuf.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <rtl/uuid.h> +#include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/macros.h> +#include <sal/mathconf.h> +#include <sal/saldllapi.h> +#include <sal/types.h> +#include <sal/typesizes.h> +#include <salhelper/salhelperdllapi.h> +#include <salhelper/simplereferenceobject.hxx> +#include <vcl/accel.hxx> +#include <vcl/alpha.hxx> +#include <vcl/animate.hxx> +#include <vcl/apptypes.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/builder.hxx> +#include <vcl/builderfactory.hxx> +#include <vcl/button.hxx> +#include <vcl/cairo.hxx> +#include <vcl/checksum.hxx> +#include <vcl/cmdevt.hxx> +#include <vcl/combobox.h> +#include <vcl/combobox.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/cursor.hxx> +#include <vcl/devicecoordinate.hxx> +#include <vcl/dialog.hxx> +#include <vcl/dllapi.h> +#include <vcl/dndhelp.hxx> +#include <vcl/edit.hxx> +#include <vcl/event.hxx> +#include <vcl/field.hxx> +#include <vcl/fixed.hxx> +#include <vcl/floatwin.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/gfxlink.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.h> +#include <vcl/graph.hxx> +#include <vcl/group.hxx> +#include <vcl/hatch.hxx> +#include <vcl/help.hxx> +#include <vcl/idle.hxx> +#include <vcl/image.hxx> +#include <vcl/impdel.hxx> +#include <vcl/inputctx.hxx> +#include <vcl/keycod.hxx> +#include <vcl/keycodes.hxx> +#include <vcl/layout.hxx> +#include <vcl/lineinfo.hxx> +#include <vcl/lstbox.h> +#include <vcl/lstbox.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/menu.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metaactiontypes.hxx> +#include <vcl/metric.hxx> +#include <vcl/mnemonicengine.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/outdev.hxx> +#include <vcl/outdevmap.hxx> +#include <vcl/outdevstate.hxx> +#include <vcl/pointr.hxx> +#include <vcl/print.hxx> +#include <vcl/prntypes.hxx> +#include <vcl/ptrstyle.hxx> +#include <vcl/quickselectionengine.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/scheduler.hxx> +#include <vcl/scopedbitmapaccess.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/seleng.hxx> +#include <vcl/settings.hxx> +#include <vcl/spinfld.hxx> +#include <vcl/svapp.hxx> +#include <vcl/svgdata.hxx> +#include <vcl/syswin.hxx> +#include <vcl/timer.hxx> +#include <vcl/vclenum.hxx> +#include <vcl/vclevent.hxx> +#include <vcl/vclmedit.hxx> +#include <vcl/vclptr.hxx> +#include <vcl/virdev.hxx> +#include <vcl/wall.hxx> +#include <vcl/window.hxx> +#include <IDocumentDeviceAccess.hxx> +#include <IMark.hxx> +#include <SwNumberTreeTypes.hxx> +#include <SwStyleNameMapper.hxx> +#include <basebmp/basebmpdllapi.h> +#include <basebmp/bitmapdevice.hxx> +#include <basebmp/drawmodes.hxx> +#include <basebmp/scanlineformats.hxx> +#include <basegfx/basegfxdllapi.h> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> +#include <basegfx/numeric/ftools.hxx> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b2ipoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2ituple.hxx> +#include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> +#include <basic/basicdllapi.h> +#include <basic/sbdef.hxx> +#include <basic/sberrors.hxx> +#include <basic/sbx.hxx> +#include <basic/sbxcore.hxx> +#include <basic/sbxdef.hxx> +#include <basic/sbxform.hxx> +#include <basic/sbxmeth.hxx> +#include <basic/sbxobj.hxx> +#include <basic/sbxprop.hxx> +#include <basic/sbxvar.hxx> +#include <bparr.hxx> +#include <calbck.hxx> +#include <charfmt.hxx> +#include <com/sun/star/accessibility/IllegalAccessibleComponentStateException.hpp> +#include <com/sun/star/accessibility/XAccessible.hpp> +#include <com/sun/star/accessibility/XAccessibleComponent.hpp> +#include <com/sun/star/accessibility/XAccessibleContext.hpp> +#include <com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp> +#include <com/sun/star/accessibility/XAccessibleStateSet.hpp> +#include <com/sun/star/awt/GradientStyle.hpp> +#include <com/sun/star/awt/Key.hpp> +#include <com/sun/star/awt/KeyGroup.hpp> +#include <com/sun/star/beans/NamedValue.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/XPropertySet.hpp> +#include <com/sun/star/beans/XPropertyChangeListener.hpp> +#include <com/sun/star/beans/XPropertySetInfo.hpp> +#include <com/sun/star/bridge/oleautomation/Decimal.hpp> #include <com/sun/star/container/XChild.hpp> -#include <com/sun/star/container/XContainerQuery.hpp> #include <com/sun/star/container/XEnumeration.hpp> +#include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <com/sun/star/document/PrinterIndependentLayout.hpp> -#include <com/sun/star/document/XDocumentProperties.hpp> +#include <com/sun/star/container/XNameReplace.hpp> +#include <com/sun/star/datatransfer/DataFlavor.hpp> +#include <com/sun/star/datatransfer/XTransferable.hpp> +#include <com/sun/star/datatransfer/XTransferable2.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardEx.hpp> +#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp> +#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> +#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp> +#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp> +#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp> +#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> +#include <com/sun/star/document/CmisProperty.hpp> +#include <com/sun/star/document/CmisVersion.hpp> +#include <com/sun/star/document/EventObject.hpp> +#include <com/sun/star/document/XCmisDocument.hpp> +#include <com/sun/star/document/XDocumentEventBroadcaster.hpp> #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> +#include <com/sun/star/document/XDocumentRecovery.hpp> +#include <com/sun/star/document/XDocumentSubStorageSupplier.hpp> +#include <com/sun/star/document/XEmbeddedScripts.hpp> +#include <com/sun/star/document/XEventBroadcaster.hpp> +#include <com/sun/star/document/XEventListener.hpp> +#include <com/sun/star/document/XEventsSupplier.hpp> +#include <com/sun/star/document/XScriptInvocationContext.hpp> +#include <com/sun/star/document/XStorageBasedDocument.hpp> +#include <com/sun/star/document/XUndoManagerSupplier.hpp> +#include <com/sun/star/document/XViewDataSupplier.hpp> +#include <com/sun/star/drawing/LineCap.hpp> +#include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/embed/Aspects.hpp> -#include <com/sun/star/embed/EmbedMisc.hpp> -#include <com/sun/star/form/runtime/XFormController.hpp> -#include <com/sun/star/frame/Bibliography.hpp> -#include <com/sun/star/frame/Frame.hpp> -#include <com/sun/star/frame/XDispatchProvider.hpp> +#include <com/sun/star/embed/VerbDescriptor.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> +#include <com/sun/star/embed/XVisualObject.hpp> +#include <com/sun/star/frame/DoubleInitializationException.hpp> +#include <com/sun/star/frame/FeatureStateEvent.hpp> +#include <com/sun/star/frame/XController.hpp> +#include <com/sun/star/frame/XController2.hpp> #include <com/sun/star/frame/XFrame.hpp> +#include <com/sun/star/frame/XLoadable.hpp> +#include <com/sun/star/frame/XModel.hpp> +#include <com/sun/star/frame/XModel2.hpp> +#include <com/sun/star/frame/XModule.hpp> #include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/i18n/BreakIterator.hpp> -#include <com/sun/star/i18n/IndexEntrySupplier.hpp> -#include <com/sun/star/i18n/ScriptType.hpp> +#include <com/sun/star/frame/XStorable2.hpp> +#include <com/sun/star/frame/XTerminateListener.hpp> +#include <com/sun/star/frame/XTitle.hpp> +#include <com/sun/star/frame/XTitleChangeBroadcaster.hpp> +#include <com/sun/star/frame/XUntitledNumbers.hpp> +#include <com/sun/star/graphic/XPrimitive2D.hpp> +#include <com/sun/star/i18n/Calendar2.hpp> +#include <com/sun/star/i18n/CollatorOptions.hpp> +#include <com/sun/star/i18n/ForbiddenCharacters.hpp> +#include <com/sun/star/i18n/KCharacterType.hpp> +#include <com/sun/star/i18n/KParseTokens.hpp> +#include <com/sun/star/i18n/KParseType.hpp> +#include <com/sun/star/i18n/NumberFormatCode.hpp> +#include <com/sun/star/i18n/ParseResult.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/i18n/XCharacterClassification.hpp> +#include <com/sun/star/i18n/XCollator.hpp> +#include <com/sun/star/i18n/XExtendedTransliteration.hpp> +#include <com/sun/star/i18n/XForbiddenCharacters.hpp> +#include <com/sun/star/i18n/XNativeNumberSupplier.hpp> +#include <com/sun/star/i18n/XNumberFormatCode.hpp> +#include <com/sun/star/io/XInputStream.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/IndexOutOfBoundsException.hpp> +#include <com/sun/star/lang/Locale.hpp> +#include <com/sun/star/lang/NotInitializedException.hpp> +#include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/mail/MailServiceProvider.hpp> -#include <com/sun/star/mail/MailServiceType.hpp> -#include <com/sun/star/mail/XMailService.hpp> -#include <com/sun/star/sdb/DatabaseContext.hpp> -#include <com/sun/star/sdb/XDatabaseAccess.hpp> -#include <com/sun/star/sdb/XResultSetAccess.hpp> -#include <com/sun/star/sdbc/XDataSource.hpp> -#include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <com/sun/star/sdbcx/XRowLocate.hpp> -#include <com/sun/star/style/BreakType.hpp> -#include <com/sun/star/style/XStyle.hpp> -#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <com/sun/star/text/AutoTextContainer.hpp> -#include <com/sun/star/text/ChapterFormat.hpp> -#include <com/sun/star/text/ControlCharacter.hpp> -#include <com/sun/star/text/GraphicCrop.hpp> -#include <com/sun/star/text/TableColumnSeparator.hpp> -#include <com/sun/star/text/TextContentAnchorType.hpp> -#include <com/sun/star/text/XDependentTextField.hpp> -#include <com/sun/star/text/XDocumentIndex.hpp> -#include <com/sun/star/text/XDocumentIndexesSupplier.hpp> -#include <com/sun/star/text/XParagraphCursor.hpp> -#include <com/sun/star/text/XText.hpp> -#include <com/sun/star/text/XTextDocument.hpp> -#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp> -#include <com/sun/star/text/XTextFieldsSupplier.hpp> -#include <com/sun/star/text/XTextFrame.hpp> -#include <com/sun/star/text/XTextFramesSupplier.hpp> -#include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp> -#include <com/sun/star/text/XTextSection.hpp> -#include <com/sun/star/text/XTextSectionsSupplier.hpp> -#include <com/sun/star/text/XTextTable.hpp> -#include <com/sun/star/text/XTextTableCursor.hpp> -#include <com/sun/star/text/XTextTablesSupplier.hpp> -#include <com/sun/star/text/XTextViewCursorSupplier.hpp> -#include <com/sun/star/ucb/XCommandEnvironment.hpp> -#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp> -#include <com/sun/star/ui/dialogs/FolderPicker.hpp> +#include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XServiceName.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> +#include <com/sun/star/linguistic2/XSupportedLocales.hpp> +#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp> +#include <com/sun/star/rdf/XMetadatable.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/script/ModuleInfo.hpp> +#include <com/sun/star/script/XStarBasicAccess.hpp> +#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp> +#include <com/sun/star/style/NumberingType.hpp> +#include <com/sun/star/table/BorderLine2.hpp> +#include <com/sun/star/table/BorderLineStyle.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/text/HoriOrientation.hpp> +#include <com/sun/star/text/PositionLayoutDir.hpp> +#include <com/sun/star/text/XTextField.hpp> +#include <com/sun/star/ui/XUIConfigurationManager2.hpp> +#include <com/sun/star/ui/XUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> -#include <com/sun/star/ui/dialogs/XFilePicker.hpp> -#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> +#include <com/sun/star/ui/dialogs/XFilePicker2.hpp> #include <com/sun/star/ui/dialogs/XFilterManager.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/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.h> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hdl> +#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/uno/genfunc.h> +#include <com/sun/star/uno/genfunc.hxx> +#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/SearchFlags.hpp> +#include <com/sun/star/util/NumberFormat.hpp> #include <com/sun/star/util/SearchOptions.hpp> #include <com/sun/star/util/Time.hpp> -#include <com/sun/star/util/XRefreshable.hpp> -#include <com/sun/star/view/DocumentZoomType.hpp> -#include <com/sun/star/view/XScreenCursor.hpp> -#include <com/sun/star/view/XViewSettingsSupplier.hpp> -#include <comphelper/classids.hxx> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/util/XChangesBatch.hpp> +#include <com/sun/star/util/XCloseBroadcaster.hpp> +#include <com/sun/star/util/XCloseListener.hpp> +#include <com/sun/star/util/XCloseable.hpp> +#include <com/sun/star/util/XModifiable2.hpp> +#include <com/sun/star/util/XModifyListener.hpp> +#include <com/sun/star/util/XTextSearch.hpp> +#include <com/sun/star/view/XPrintJobBroadcaster.hpp> +#include <com/sun/star/view/XPrintable.hpp> +#include <com/sun/star/view/XRenderable.hpp> +#include <comphelper/broadcasthelper.hxx> +#include <comphelper/comphelperdllapi.h> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <comphelper/sequenceashashmap.hxx> -#include <comphelper/storagehelper.hxx> +#include <comphelper/servicehelper.hxx> #include <comphelper/string.hxx> -#include <config_folders.h> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase1.hxx> +#include <cppuhelper/compbase5.hxx> +#include <cppuhelper/compbase_ex.hxx> +#include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase1.hxx> -#include <ctype.h> -#include <editeng/acorrcfg.hxx> -#include <editeng/adjustitem.hxx> +#include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implbase5.hxx> +#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/implbase_ex_post.hxx> +#include <cppuhelper/implbase_ex_pre.hxx> +#include <cppuhelper/interfacecontainer.h> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/weak.hxx> +#include <cppuhelper/weakagg.hxx> +#include <cppuhelper/weakref.hxx> +#include <cshtyp.hxx> +#include <dbfld.hxx> +#include <dbmgr.hxx> +#include <docary.hxx> +#include <docsh.hxx> +#include <docstyle.hxx> +#include <docufld.hxx> +#include <drawinglayer/attribute/fillgradientattribute.hxx> +#include <drawinglayer/attribute/sdrfillattribute.hxx> +#include <drawinglayer/drawinglayerdllapi.h> +#include <drawinglayer/geometry/viewinformation2d.hxx> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <editeng/borderline.hxx> -#include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> -#include <editeng/fhgtitem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/editengdllapi.h> #include <editeng/flstitem.hxx> #include <editeng/fontitem.hxx> -#include <editeng/formatbreakitem.hxx> #include <editeng/frmdiritem.hxx> -#include <editeng/keepitem.hxx> #include <editeng/langitem.hxx> #include <editeng/lrspitem.hxx> +#include <editeng/numdef.hxx> #include <editeng/numitem.hxx> -#include <editeng/opaqitem.hxx> -#include <editeng/paperinf.hxx> -#include <editeng/prntitem.hxx> -#include <editeng/protitem.hxx> #include <editeng/scripttypeitem.hxx> #include <editeng/sizeitem.hxx> #include <editeng/svxenum.hxx> -#include <editeng/svxfont.hxx> -#include <editeng/tstpitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/unolingu.hxx> -#include <i18nlangtag/mslangid.hxx> -#include <officecfg/Office/Writer.hxx> -#include <osl/diagnose.h> -#include <rsc/rscsfx.hxx> -#include <rtl/textenc.h> -#include <rtl/ustring.hxx> -#include <sal/macros.h> +#include <expfld.hxx> +#include <fchrfmt.hxx> +#include <fldbas.hxx> +#include <fmtautofmt.hxx> +#include <fmtcol.hxx> +#include <fmtflcnt.hxx> +#include <fmtfld.hxx> +#include <fmtfsize.hxx> +#include <fmtftn.hxx> +#include <fmtinfmt.hxx> +#include <fmtmeta.hxx> +#include <fmtrfmrk.hxx> +#include <fmtruby.hxx> +#include <frmatr.hxx> +#include <frmfmt.hxx> +#include <hintids.hxx> +#include <hints.hxx> +#include <i18nlangtag/i18nlangtagdllapi.h> +#include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> +#include <i18nutil/i18nutildllapi.h> +#include <i18nutil/paper.hxx> +#include <index.hxx> +#include <modcfg.hxx> +#include <ndarr.hxx> +#include <ndindex.hxx> +#include <ndtxt.hxx> +#include <ndtyp.hxx> +#include <node.hxx> +#include <numrule.hxx> +#include <o3tl/cow_wrapper.hxx> +#include <o3tl/sorted_vector.hxx> +#include <o3tl/typed_flags_set.hxx> +#include <pagedesc.hxx> +#include <pam.hxx> +#include <paratr.hxx> +#include <poolfmt.hxx> +#include <rsc/rsc-vcl-shared-types.hxx> +#include <sfx2/Metadatable.hxx> #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/bindings.hxx> -#include <sfx2/dialoghelper.hxx> #include <sfx2/dispatch.hxx> +#include <sfx2/dllapi.h> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> -#include <sfx2/docinsert.hxx> -#include <sfx2/fcontnr.hxx> #include <sfx2/filedlghelper.hxx> -#include <sfx2/frame.hxx> #include <sfx2/htmlmode.hxx> -#include <sfx2/imgmgr.hxx> -#include <sfx2/linkmgr.hxx> +#include <sfx2/linksrc.hxx> +#include <sfx2/lnkbase.hxx> #include <sfx2/objsh.hxx> -#include <sfx2/passwd.hxx> #include <sfx2/printer.hxx> #include <sfx2/request.hxx> -#include <sfx2/styfitem.hxx> +#include <sfx2/sfxuno.hxx> #include <sfx2/tabdlg.hxx> #include <sfx2/viewfrm.hxx> -#include <stdio.h> -#include <svl/PasswordHelper.hxx> -#include <svl/aeitem.hxx> +#include <shellio.hxx> +#include <shellres.hxx> +#include <sot/exchange.hxx> +#include <sot/formats.hxx> +#include <sot/sotdllapi.h> +#include <svl/SfxBroadcaster.hxx> #include <svl/cjkoptions.hxx> #include <svl/ctloptions.hxx> #include <svl/eitem.hxx> +#include <svl/hint.hxx> #include <svl/intitem.hxx> +#include <svl/itempool.hxx> #include <svl/itemset.hxx> -#include <svl/mailenum.hxx> +#include <svl/lstner.hxx> +#include <svl/nfkeytab.hxx> +#include <svl/ondemand.hxx> +#include <svl/poolitem.hxx> #include <svl/slstitm.hxx> +#include <svl/smplhint.hxx> #include <svl/stritem.hxx> #include <svl/style.hxx> +#include <svl/svldllapi.h> #include <svl/urihelper.hxx> #include <svl/zforlist.hxx> #include <svl/zformat.hxx> -#include <svtools/accessibilityoptions.hxx> -#include <svtools/collatorres.hxx> +#include <svtools/AccessibleBrowseBoxObjType.hxx> +#include <svtools/accessibleruler.hxx> +#include <svtools/accessibletableprovider.hxx> +#include <svtools/colorcfg.hxx> #include <svtools/ctrlbox.hxx> -#include <svtools/ctrltool.hxx> -#include <svtools/editbrowsebox.hxx> +#include <svtools/embedhlp.hxx> #include <svtools/headbar.hxx> #include <svtools/htmlcfg.hxx> -#include <svtools/indexentryres.hxx> -#include <svtools/insdlg.hxx> -#include <svtools/prnsetup.hxx> -#include <svtools/scriptedtext.hxx> -#include <svtools/simptabl.hxx> -#include <svtools/stdctrl.hxx> -#include <svtools/svmedit.hxx> +#include <svtools/miscopt.hxx> #include <svtools/svtabbx.hxx> +#include <svtools/svtdllapi.h> +#include <svtools/transfer.hxx> +#include <svtools/treelist.hxx> +#include <svtools/treelistbox.hxx> +#include <svtools/treelistentries.hxx> #include <svtools/treelistentry.hxx> -#include <svx/ctredlin.hxx> -#include <svx/dialmgr.hxx> +#include <svtools/viewdataentry.hxx> #include <svx/dlgutil.hxx> #include <svx/drawitem.hxx> #include <svx/flagsdef.hxx> -#include <svx/framelinkarray.hxx> -#include <svx/gallery.hxx> -#include <svx/hdft.hxx> -#include <svx/numinf.hxx> -#include <svx/optgenrl.hxx> -#include <svx/pageitem.hxx> -#include <svx/postattr.hxx> -#include <svx/ruler.hxx> -#include <svx/sdtaitm.hxx> -#include <svx/strarray.hxx> -#include <svx/svdmodel.hxx> +#include <svx/sdr/attribute/sdrallfillattributeshelper.hxx> #include <svx/svxdlg.hxx> -#include <svx/swframevalidation.hxx> -#include <svx/xfillit0.hxx> -#include <svx/xflgrit.hxx> +#include <svx/svxdllapi.h> +#include <svx/unomod.hxx> +#include <svx/xdef.hxx> +#include <svx/xenum.hxx> #include <svx/xtable.hxx> -#include <toolkit/helper/vclunohelper.hxx> +#include <swabstdlg.hxx> +#include <swatrset.hxx> +#include <swmodule.hxx> +#include <swrect.hxx> +#include <swtable.hxx> +#include <swtblfmt.hxx> +#include <swtypes.hxx> +#include <swundo.hxx> +#include <swwait.hxx> +#include <tblafmt.hxx> +#include <tblenum.hxx> +#include <tblsel.hxx> +#include <tools/color.hxx> +#include <tools/contnr.hxx> +#include <tools/date.hxx> +#include <tools/datetime.hxx> +#include <tools/debug.hxx> +#include <tools/errcode.hxx> +#include <tools/errinf.hxx> +#include <tools/fldunit.hxx> +#include <tools/fontenum.hxx> +#include <tools/fract.hxx> +#include <tools/gen.hxx> +#include <tools/globname.hxx> +#include <tools/lineend.hxx> +#include <tools/link.hxx> +#include <tools/mapunit.hxx> +#include <tools/mempool.hxx> +#include <tools/multisel.hxx> #include <tools/poly.hxx> +#include <tools/rc.hxx> +#include <tools/ref.hxx> +#include <tools/resid.hxx> #include <tools/resmgr.hxx> +#include <tools/solar.h> #include <tools/stream.hxx> +#include <tools/time.hxx> +#include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <ucbhelper/content.hxx> +#include <tools/weakbase.h> +#include <tools/wintypes.hxx> +#include <txatbase.hxx> +#include <typelib/typeclass.h> +#include <typelib/typedescription.h> +#include <typelib/uik.h> +#include <uno/any2.h> +#include <uno/data.h> +#include <uno/sequence2.h> +#include <unoprnms.hxx> +#include <unotools/accessiblestatesethelper.hxx> +#include <unotools/calendarwrapper.hxx> #include <unotools/charclass.hxx> -#include <unotools/cmdoptions.hxx> #include <unotools/collatorwrapper.hxx> +#include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> -#include <unotools/confignode.hxx> -#include <unotools/lingucfg.hxx> +#include <unotools/fontcvt.hxx> +#include <unotools/fontdefs.hxx> +#include <unotools/intlwrapper.hxx> #include <unotools/localedatawrapper.hxx> +#include <unotools/nativenumberwrapper.hxx> +#include <unotools/numberformatcodewrapper.hxx> +#include <unotools/options.hxx> #include <unotools/pathoptions.hxx> #include <unotools/syslocale.hxx> -#include <unotools/tempfile.hxx> -#include <unotools/textsearch.hxx> #include <unotools/transliterationwrapper.hxx> -#include <vcl/builder.hxx> -#include <vcl/button.hxx> -#include <vcl/edit.hxx> -#include <vcl/field.hxx> -#include <vcl/fixed.hxx> -#include <vcl/graph.hxx> -#include <vcl/graphicfilter.hxx> -#include <vcl/help.hxx> -#include <vcl/layout.hxx> -#include <vcl/lstbox.hxx> -#include <vcl/menu.hxx> -#include <vcl/metric.hxx> -#include <vcl/mnemonic.hxx> -#include <vcl/msgbox.hxx> -#include <vcl/print.hxx> -#include <vcl/settings.hxx> -#include <vcl/svapp.hxx> -#include <vcl/vclmedit.hxx> -#include <vcl/waitobj.hxx> -#include <vector> +#include <unotools/unotoolsdllapi.h> +#include <viewopt.hxx> +#include <wdocsh.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index 15c2d2c98f42..ce7e63f79ad9 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.hxx @@ -8,183 +8,420 @@ */ /* - This file has been autogenerated by update_pch.sh . It is possible to edit it - manually (such as when an include file has been moved/renamed/removed. All such + This file has been autogenerated by update_pch.sh. It is possible to edit it + manually (such as when an include file has been moved/renamed/removed). All such manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). + + Generated on 2015-11-14 14:16:51 using: + ./bin/update_pch sw vbaswobj --cutoff=4 --exclude:system --include:module --include:local + + If after updating build fails, use the following command to locate conflicting headers: + ./bin/update_pch_bisect ./sw/inc/pch/precompiled_vbaswobj.hxx "/opt/lo/bin/make sw.build" --find-conflicts */ -#include <basic/sbuno.hxx> -#include <com/sun/star/awt/FontUnderline.hpp> +#include <algorithm> +#include <assert.h> +#include <cassert> +#include <climits> +#include <config_features.h> +#include <config_global.h> +#include <config_typesizes.h> +#include <config_vcl.h> +#include <cstdarg> +#include <cstddef> +#include <cstdlib> +#include <cstring> +#include <deque> +#include <float.h> +#include <functional> +#include <iomanip> +#include <iostream> +#include <limits.h> +#include <limits> +#include <list> +#include <map> +#include <math.h> +#include <memory> +#include <new> +#include <ostream> +#include <set> +#include <sstream> +#include <stack> +#include <stddef.h> +#include <stdexcept> +#include <stdlib.h> +#include <string.h> +#include <string> +#include <swdllapi.h> +#include <type_traits> +#include <typeinfo> +#include <unordered_map> +#include <utility> +#include <vector> +#include <boost/functional/hash.hpp> +#include <boost/intrusive_ptr.hpp> +#include <boost/noncopyable.hpp> +#include <boost/operators.hpp> +#include <boost/optional.hpp> +#include <boost/shared_array.hpp> +#include <osl/diagnose.h> +#include <osl/doublecheckedlocking.h> +#include <osl/endian.h> +#include <osl/file.h> +#include <osl/file.hxx> +#include <osl/getglobalmutex.hxx> +#include <osl/interlck.h> +#include <osl/module.h> +#include <osl/module.hxx> +#include <osl/mutex.h> +#include <osl/mutex.hxx> +#include <osl/pipe.h> +#include <osl/process.h> +#include <osl/security.h> +#include <osl/socket.h> +#include <osl/thread.h> +#include <osl/thread.hxx> +#include <osl/time.h> +#include <rtl/alloc.h> +#include <rtl/byteseq.h> +#include <rtl/character.hxx> +#include <rtl/instance.hxx> +#include <rtl/locale.h> +#include <rtl/math.h> +#include <rtl/math.hxx> +#include <rtl/ref.hxx> +#include <rtl/strbuf.hxx> +#include <rtl/string.h> +#include <rtl/string.hxx> +#include <rtl/stringutils.hxx> +#include <rtl/tencinfo.h> +#include <rtl/textcvt.h> +#include <rtl/textenc.h> +#include <rtl/unload.h> +#include <rtl/ustrbuf.h> +#include <rtl/ustrbuf.hxx> +#include <rtl/ustring.h> +#include <rtl/ustring.hxx> +#include <sal/config.h> +#include <sal/detail/log.h> +#include <sal/log.hxx> +#include <sal/macros.h> +#include <sal/mathconf.h> +#include <sal/saldllapi.h> +#include <sal/types.h> +#include <sal/typesizes.h> +#include <vcl/accel.hxx> +#include <vcl/alpha.hxx> +#include <vcl/animate.hxx> +#include <vcl/apptypes.hxx> +#include <vcl/bitmap.hxx> +#include <vcl/bitmapex.hxx> +#include <vcl/cairo.hxx> +#include <vcl/checksum.hxx> +#include <vcl/cmdevt.hxx> +#include <vcl/combobox.h> +#include <vcl/combobox.hxx> +#include <vcl/ctrl.hxx> +#include <vcl/cursor.hxx> +#include <vcl/devicecoordinate.hxx> +#include <vcl/dllapi.h> +#include <vcl/dndhelp.hxx> +#include <vcl/edit.hxx> +#include <vcl/event.hxx> +#include <vcl/field.hxx> +#include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/gdimtf.hxx> +#include <vcl/gfxlink.hxx> +#include <vcl/gradient.hxx> +#include <vcl/graph.h> +#include <vcl/graph.hxx> +#include <vcl/hatch.hxx> +#include <vcl/idle.hxx> +#include <vcl/image.hxx> +#include <vcl/impdel.hxx> +#include <vcl/inputctx.hxx> +#include <vcl/jobset.hxx> +#include <vcl/keycod.hxx> +#include <vcl/keycodes.hxx> +#include <vcl/lineinfo.hxx> +#include <vcl/lstbox.h> +#include <vcl/lstbox.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/menu.hxx> +#include <vcl/metaact.hxx> +#include <vcl/metaactiontypes.hxx> +#include <vcl/metric.hxx> +#include <vcl/outdev.hxx> +#include <vcl/outdevmap.hxx> +#include <vcl/outdevstate.hxx> +#include <vcl/pointr.hxx> +#include <vcl/print.hxx> +#include <vcl/prntypes.hxx> +#include <vcl/ptrstyle.hxx> +#include <vcl/region.hxx> +#include <vcl/salnativewidgets.hxx> +#include <vcl/scheduler.hxx> +#include <vcl/scopedbitmapaccess.hxx> +#include <vcl/settings.hxx> +#include <vcl/spinfld.hxx> +#include <vcl/svapp.hxx> +#include <vcl/svgdata.hxx> +#include <vcl/timer.hxx> +#include <vcl/vclenum.hxx> +#include <vcl/vclevent.hxx> +#include <vcl/vclptr.hxx> +#include <vcl/virdev.hxx> +#include <vcl/wall.hxx> +#include <vcl/window.hxx> +#include <IDocumentMarkAccess.hxx> +#include <IMark.hxx> +#include <IShellCursorSupplier.hxx> +#include <SwGetPoolIdFromName.hxx> +#include <basebmp/basebmpdllapi.h> +#include <basebmp/bitmapdevice.hxx> +#include <basebmp/drawmodes.hxx> +#include <basebmp/scanlineformats.hxx> +#include <basegfx/basegfxdllapi.h> +#include <basegfx/color/bcolor.hxx> +#include <basegfx/color/bcolormodifier.hxx> +#include <basegfx/numeric/ftools.hxx> +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/point/b2ipoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/range/basicrange.hxx> +#include <basegfx/tuple/b2dtuple.hxx> +#include <basegfx/tuple/b2ituple.hxx> +#include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/vector/b2dvector.hxx> +#include <basegfx/vector/b2enums.hxx> +#include <basegfx/vector/b2ivector.hxx> +#include <basic/basicdllapi.h> +#include <basic/sbxcore.hxx> +#include <basic/sbxdef.hxx> +#include <bparr.hxx> +#include <calbck.hxx> +#include <com/sun/star/awt/Key.hpp> +#include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/beans/NamedValue.hpp> -#include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/beans/PropertyVetoException.hpp> -#include <com/sun/star/beans/XPropertyContainer.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/bridge/oleautomation/Decimal.hpp> +#include <com/sun/star/connection/XConnection.hpp> #include <com/sun/star/container/XEnumeration.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XIndexReplace.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/document/XDocumentProperties.hpp> -#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> -#include <com/sun/star/document/XRedlinesSupplier.hpp> -#include <com/sun/star/document/XTypeDetection.hpp> -#include <com/sun/star/drawing/ShapeCollection.hpp> -#include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/drawing/XDrawPage.hpp> -#include <com/sun/star/drawing/XDrawPageSupplier.hpp> -#include <com/sun/star/form/XFormsSupplier.hpp> -#include <com/sun/star/frame/FrameSearchFlag.hpp> -#include <com/sun/star/frame/XComponentLoader.hpp> -#include <com/sun/star/frame/XController.hpp> -#include <com/sun/star/frame/XDesktop.hpp> +#include <com/sun/star/datatransfer/DataFlavor.hpp> +#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp> +#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp> +#include <com/sun/star/document/CmisVersion.hpp> +#include <com/sun/star/document/EventObject.hpp> +#include <com/sun/star/drawing/LineCap.hpp> +#include <com/sun/star/embed/XClassifiedObject.hpp> +#include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/frame/XFrame.hpp> -#include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/frame/XStorable.hpp> +#include <com/sun/star/graphic/XPrimitive2D.hpp> +#include <com/sun/star/i18n/KCharacterType.hpp> +#include <com/sun/star/i18n/KParseTokens.hpp> +#include <com/sun/star/i18n/KParseType.hpp> +#include <com/sun/star/i18n/LocaleItem.hpp> +#include <com/sun/star/i18n/ParseResult.hpp> +#include <com/sun/star/i18n/WordType.hpp> +#include <com/sun/star/i18n/XCharacterClassification.hpp> +#include <com/sun/star/i18n/XLocaleData4.hpp> +#include <com/sun/star/i18n/reservedWords.hpp> +#include <com/sun/star/io/XInputStream.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/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/lang/XComponent.hpp> -#include <com/sun/star/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/lang/XSingleComponentFactory.hpp> +#include <com/sun/star/lang/XSingleServiceFactory.hpp> +#include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <com/sun/star/script/ModuleType.hpp> -#include <com/sun/star/script/vba/VBAEventId.hpp> -#include <com/sun/star/style/BreakType.hpp> -#include <com/sun/star/style/LineSpacingMode.hpp> -#include <com/sun/star/style/NumberingType.hpp> -#include <com/sun/star/style/ParagraphAdjust.hpp> -#include <com/sun/star/style/TabAlign.hpp> -#include <com/sun/star/style/XStyle.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <com/sun/star/script/XDefaultMethod.hpp> +#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> -#include <com/sun/star/table/ShadowFormat.hpp> -#include <com/sun/star/table/ShadowLocation.hpp> -#include <com/sun/star/table/TableBorder.hpp> -#include <com/sun/star/table/XCell.hpp> +#include <com/sun/star/table/BorderLine2.hpp> +#include <com/sun/star/table/BorderLineStyle.hpp> #include <com/sun/star/table/XCellRange.hpp> -#include <com/sun/star/table/XTableRows.hpp> -#include <com/sun/star/text/AutoTextContainer.hpp> -#include <com/sun/star/text/ControlCharacter.hpp> -#include <com/sun/star/text/FilenameDisplayFormat.hpp> +#include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/text/HoriOrientation.hpp> -#include <com/sun/star/text/WrapTextMode.hpp> -#include <com/sun/star/text/XBookmarksSupplier.hpp> -#include <com/sun/star/text/XDocumentIndexesSupplier.hpp> -#include <com/sun/star/text/XEndnotesSupplier.hpp> -#include <com/sun/star/text/XFootnotesSupplier.hpp> -#include <com/sun/star/text/XPageCursor.hpp> -#include <com/sun/star/text/XParagraphCursor.hpp> +#include <com/sun/star/text/PositionLayoutDir.hpp> #include <com/sun/star/text/XText.hpp> -#include <com/sun/star/text/XTextContent.hpp> #include <com/sun/star/text/XTextDocument.hpp> -#include <com/sun/star/text/XTextFieldsSupplier.hpp> -#include <com/sun/star/text/XTextRange.hpp> #include <com/sun/star/text/XTextRangeCompare.hpp> #include <com/sun/star/text/XTextTable.hpp> -#include <com/sun/star/text/XTextTableCursor.hpp> -#include <com/sun/star/text/XTextTablesSupplier.hpp> #include <com/sun/star/text/XTextViewCursor.hpp> #include <com/sun/star/text/XTextViewCursorSupplier.hpp> -#include <com/sun/star/text/XWordCursor.hpp> -#include <com/sun/star/ucb/SimpleFileAccess.hpp> -#include <com/sun/star/uri/XUriReference.hpp> -#include <com/sun/star/uri/XUriReferenceFactory.hpp> -#include <com/sun/star/util/XCloseable.hpp> -#include <com/sun/star/util/XModifiable.hpp> -#include <com/sun/star/util/XRefreshable.hpp> -#include <com/sun/star/util/XStringSubstitution.hpp> -#include <com/sun/star/util/XUpdatable.hpp> -#include <com/sun/star/util/thePathSettings.hpp> -#include <com/sun/star/view/XLineCursor.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/Reference.hxx> +#include <com/sun/star/uno/RuntimeException.hpp> +#include <com/sun/star/uno/Sequence.h> +#include <com/sun/star/uno/Sequence.hxx> +#include <com/sun/star/uno/Type.h> +#include <com/sun/star/uno/Type.hxx> +#include <com/sun/star/uno/TypeClass.hdl> +#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/uno/genfunc.h> +#include <com/sun/star/uno/genfunc.hxx> +#include <com/sun/star/util/Date.hpp> +#include <com/sun/star/util/DateTime.hpp> +#include <com/sun/star/util/Time.hpp> +#include <com/sun/star/util/URL.hpp> +#include <com/sun/star/view/PrintableState.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <com/sun/star/view/XViewCursor.hpp> -#include <com/sun/star/view/XViewSettingsSupplier.hpp> +#include <comphelper/comphelperdllapi.h> +#include <comphelper/fileformat.h> #include <comphelper/processfactory.hxx> -#include <comphelper/string.hxx> -#include <comphelper/unwrapargs.hxx> -#include <cppuhelper/bootstrap.hxx> +#include <comphelper/solarmutex.hxx> +#include <cppu/cppudllapi.h> +#include <cppu/unotype.hxx> +#include <cppuhelper/cppuhelperdllapi.h> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> -#include <cppuhelper/implbase3.hxx> -#include <cppuhelper/implementationentry.hxx> -#include <editeng/acorrcfg.hxx> +#include <cppuhelper/implbase_ex.hxx> +#include <cppuhelper/implbase_ex_post.hxx> +#include <cppuhelper/implbase_ex_pre.hxx> +#include <cppuhelper/queryinterface.hxx> +#include <cppuhelper/supportsservice.hxx> +#include <cppuhelper/typeprovider.hxx> +#include <cppuhelper/weak.hxx> +#include <cppuhelper/weakagg.hxx> +#include <cppuhelper/weakref.hxx> +#include <crstate.hxx> +#include <cshtyp.hxx> +#include <docsh.hxx> +#include <editeng/borderline.hxx> +#include <editeng/boxitem.hxx> +#include <editeng/brushitem.hxx> +#include <editeng/editengdllapi.h> +#include <editeng/formatbreakitem.hxx> +#include <editeng/frmdir.hxx> +#include <editeng/frmdiritem.hxx> +#include <editeng/keepitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/opaqitem.hxx> +#include <editeng/pbinitem.hxx> +#include <editeng/prntitem.hxx> +#include <editeng/protitem.hxx> +#include <editeng/shaditem.hxx> +#include <editeng/svxenum.hxx> +#include <editeng/ulspitem.hxx> +#include <fmtcol.hxx> +#include <frmatr.hxx> +#include <frmfmt.hxx> +#include <hintids.hxx> +#include <hints.hxx> +#include <i18nlangtag/i18nlangtagdllapi.h> +#include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> -#include <ooo/vba/XControlProvider.hpp> -#include <ooo/vba/office/MsoDocProperties.hpp> -#include <ooo/vba/word/WdBookmarkSortBy.hpp> -#include <ooo/vba/word/WdBorderType.hpp> -#include <ooo/vba/word/WdBreakType.hpp> -#include <ooo/vba/word/WdBuiltInProperty.hpp> -#include <ooo/vba/word/WdBuiltinStyle.hpp> -#include <ooo/vba/word/WdCollapseDirection.hpp> -#include <ooo/vba/word/WdColor.hpp> -#include <ooo/vba/word/WdColorIndex.hpp> -#include <ooo/vba/word/WdConstants.hpp> -#include <ooo/vba/word/WdCursorType.hpp> -#include <ooo/vba/word/WdDefaultFilePath.hpp> -#include <ooo/vba/word/WdDefaultListBehavior.hpp> -#include <ooo/vba/word/WdEnableCancelKey.hpp> -#include <ooo/vba/word/WdFieldType.hpp> -#include <ooo/vba/word/WdFindWrap.hpp> -#include <ooo/vba/word/WdGoToDirection.hpp> -#include <ooo/vba/word/WdGoToItem.hpp> -#include <ooo/vba/word/WdHeaderFooterIndex.hpp> -#include <ooo/vba/word/WdInformation.hpp> -#include <ooo/vba/word/WdLineSpacing.hpp> -#include <ooo/vba/word/WdLineStyle.hpp> -#include <ooo/vba/word/WdLineWidth.hpp> -#include <ooo/vba/word/WdListApplyTo.hpp> -#include <ooo/vba/word/WdListGalleryType.hpp> -#include <ooo/vba/word/WdListLevelAlignment.hpp> -#include <ooo/vba/word/WdListNumberStyle.hpp> -#include <ooo/vba/word/WdMovementType.hpp> -#include <ooo/vba/word/WdOrientation.hpp> -#include <ooo/vba/word/WdOutlineLevel.hpp> -#include <ooo/vba/word/WdParagraphAlignment.hpp> -#include <ooo/vba/word/WdProtectionType.hpp> -#include <ooo/vba/word/WdReplace.hpp> -#include <ooo/vba/word/WdRowAlignment.hpp> -#include <ooo/vba/word/WdRowHeightRule.hpp> -#include <ooo/vba/word/WdRulerStyle.hpp> -#include <ooo/vba/word/WdSectionStart.hpp> -#include <ooo/vba/word/WdSeekView.hpp> -#include <ooo/vba/word/WdSpecialPane.hpp> -#include <ooo/vba/word/WdStyleType.hpp> -#include <ooo/vba/word/WdTabAlignment.hpp> -#include <ooo/vba/word/WdTabLeader.hpp> -#include <ooo/vba/word/WdTrailingCharacter.hpp> -#include <ooo/vba/word/WdUnderline.hpp> -#include <ooo/vba/word/WdUnits.hpp> -#include <ooo/vba/word/WdViewType.hpp> -#include <ooo/vba/word/WdWindowState.hpp> -#include <ooo/vba/word/WdWordDialog.hpp> -#include <ooo/vba/word/WdWrapSideType.hpp> -#include <ooo/vba/word/WdWrapType.hpp> -#include <ooo/vba/word/XApplication.hpp> -#include <ooo/vba/word/XBookmark.hpp> -#include <ooo/vba/word/XBorder.hpp> -#include <ooo/vba/word/XDialog.hpp> -#include <osl/diagnose.h> -#include <osl/file.hxx> -#include <rtl/ustrbuf.hxx> -#include <sal/macros.h> -#include <sfx2/objsh.hxx> -#include <stdio.h> -#include <tools/config.hxx> +#include <i18nutil/i18nutildllapi.h> +#include <i18nutil/paper.hxx> +#include <index.hxx> +#include <ndarr.hxx> +#include <ndindex.hxx> +#include <ndtyp.hxx> +#include <node.hxx> +#include <o3tl/cow_wrapper.hxx> +#include <o3tl/sorted_vector.hxx> +#include <o3tl/typed_flags_set.hxx> +#include <ooo/vba/XCollection.hpp> +#include <ooo/vba/XHelperInterface.hpp> +#include <pam.hxx> +#include <rsc/rsc-vcl-shared-types.hxx> +#include <sfx2/dllapi.h> +#include <sot/sotdllapi.h> +#include <svl/cenumitm.hxx> +#include <svl/cintitem.hxx> +#include <svl/eitem.hxx> +#include <svl/hint.hxx> +#include <svl/intitem.hxx> +#include <svl/itempool.hxx> +#include <svl/itemset.hxx> +#include <svl/lstner.hxx> +#include <svl/macitem.hxx> +#include <svl/poolitem.hxx> +#include <svl/svldllapi.h> +#include <svtools/ctrlbox.hxx> +#include <svtools/embedhlp.hxx> +#include <svtools/svtdllapi.h> +#include <svx/sdtaitm.hxx> +#include <svx/svddef.hxx> +#include <svx/svxdllapi.h> +#include <svx/xdef.hxx> +#include <swatrset.hxx> +#include <swcrsr.hxx> +#include <swrect.hxx> +#include <swregion.hxx> +#include <swtable.hxx> +#include <swtblfmt.hxx> +#include <swtypes.hxx> +#include <tblenum.hxx> +#include <tblsel.hxx> +#include <tools/color.hxx> +#include <tools/date.hxx> +#include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <tools/errcode.hxx> +#include <tools/errinf.hxx> +#include <tools/fldunit.hxx> +#include <tools/fontenum.hxx> +#include <tools/gen.hxx> +#include <tools/lineend.hxx> +#include <tools/link.hxx> +#include <tools/mapunit.hxx> +#include <tools/mempool.hxx> +#include <tools/multisel.hxx> +#include <tools/poly.hxx> +#include <tools/rc.hxx> +#include <tools/ref.hxx> +#include <tools/resid.hxx> +#include <tools/resmgr.hxx> +#include <tools/solar.h> +#include <tools/stream.hxx> +#include <tools/time.hxx> +#include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <unordered_map> -#include <unotools/pathoptions.hxx> +#include <tools/weakbase.h> +#include <tools/wintypes.hxx> +#include <toxe.hxx> +#include <typelib/typeclass.h> +#include <typelib/typedescription.h> +#include <typelib/uik.h> +#include <uno/any2.h> +#include <uno/data.h> +#include <uno/sequence2.h> +#include <unobaseclass.hxx> +#include <unotools/charclass.hxx> +#include <unotools/fontdefs.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/options.hxx> +#include <unotools/readwritemutexguard.hxx> +#include <unotools/syslocale.hxx> +#include <unotools/unotoolsdllapi.h> #include <vbahelper/helperdecl.hxx> #include <vbahelper/vbahelper.hxx> -#include <vbahelper/vbashaperange.hxx> -#include <vbahelper/vbashapes.hxx> -#include <vcl/wrkwin.hxx> +#include <vbahelper/vbahelperinterface.hxx> +#include <viewsh.hxx> +#include <viscrs.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |