402 lines
13 KiB
C++
402 lines
13 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
/*
|
|
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 2024-09-15 00:23:48 using:
|
|
./bin/update_pch vcl vcl --cutoff=6 --exclude:system --include:module --include:local
|
|
|
|
If after updating build fails, use the following command to locate conflicting headers:
|
|
./bin/update_pch_bisect ./vcl/inc/pch/precompiled_vcl.hxx "make vcl.build" --find-conflicts
|
|
*/
|
|
|
|
#include <sal/config.h>
|
|
#if PCH_LEVEL >= 1
|
|
#include <algorithm>
|
|
#include <array>
|
|
#include <atomic>
|
|
#include <cassert>
|
|
#include <chrono>
|
|
#include <cmath>
|
|
#include <compare>
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <deque>
|
|
#include <float.h>
|
|
#include <functional>
|
|
#include <hb.h>
|
|
#include <initializer_list>
|
|
#include <iomanip>
|
|
#include <iterator>
|
|
#include <limits>
|
|
#include <list>
|
|
#include <map>
|
|
#include <math.h>
|
|
#include <memory>
|
|
#include <mutex>
|
|
#include <new>
|
|
#include <numeric>
|
|
#include <optional>
|
|
#include <ostream>
|
|
#include <set>
|
|
#include <span>
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
#include <string>
|
|
#include <string_view>
|
|
#include <type_traits>
|
|
#include <unordered_map>
|
|
#include <unordered_set>
|
|
#include <utility>
|
|
#include <vector>
|
|
#include <boost/container/small_vector.hpp>
|
|
#include <boost/math/special_functions/sinc.hpp>
|
|
#include <boost/multi_array.hpp>
|
|
#include <boost/property_tree/json_parser.hpp>
|
|
#include <boost/property_tree/ptree.hpp>
|
|
#include <boost/property_tree/ptree_fwd.hpp>
|
|
#include <boost/rational.hpp>
|
|
#endif // PCH_LEVEL >= 1
|
|
#if PCH_LEVEL >= 2
|
|
#include <osl/conditn.hxx>
|
|
#include <osl/diagnose.h>
|
|
#include <osl/endian.h>
|
|
#include <osl/file.h>
|
|
#include <osl/file.hxx>
|
|
#include <osl/interlck.h>
|
|
#include <osl/module.hxx>
|
|
#include <osl/mutex.h>
|
|
#include <osl/mutex.hxx>
|
|
#include <osl/nlsupport.h>
|
|
#include <osl/signal.h>
|
|
#include <osl/socket.h>
|
|
#include <osl/socket.hxx>
|
|
#include <osl/thread.h>
|
|
#include <osl/time.h>
|
|
#include <rtl/alloc.h>
|
|
#include <rtl/bootstrap.hxx>
|
|
#include <rtl/byteseq.hxx>
|
|
#include <rtl/character.hxx>
|
|
#include <rtl/cipher.h>
|
|
#include <rtl/crc.h>
|
|
#include <rtl/digest.h>
|
|
#include <rtl/locale.h>
|
|
#include <rtl/math.h>
|
|
#include <rtl/math.hxx>
|
|
#include <rtl/process.h>
|
|
#include <rtl/ref.hxx>
|
|
#include <rtl/strbuf.hxx>
|
|
#include <rtl/string.h>
|
|
#include <rtl/string.hxx>
|
|
#include <rtl/stringconcat.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.h>
|
|
#include <rtl/ustring.hxx>
|
|
#include <rtl/uuid.h>
|
|
#include <sal/backtrace.hxx>
|
|
#include <sal/log.hxx>
|
|
#include <sal/macros.h>
|
|
#include <sal/saldllapi.h>
|
|
#include <sal/types.h>
|
|
#endif // PCH_LEVEL >= 2
|
|
#if PCH_LEVEL >= 3
|
|
#include <basegfx/basegfxdllapi.h>
|
|
#include <basegfx/matrix/b2dhommatrix.hxx>
|
|
#include <basegfx/matrix/b2dhommatrixtools.hxx>
|
|
#include <basegfx/numeric/ftools.hxx>
|
|
#include <basegfx/point/b2dpoint.hxx>
|
|
#include <basegfx/point/b2ipoint.hxx>
|
|
#include <basegfx/polygon/b2dpolygon.hxx>
|
|
#include <basegfx/polygon/b2dpolygontools.hxx>
|
|
#include <basegfx/polygon/b2dpolypolygon.hxx>
|
|
#include <basegfx/range/Range2D.hxx>
|
|
#include <basegfx/range/b2drange.hxx>
|
|
#include <basegfx/range/b2drectangle.hxx>
|
|
#include <basegfx/range/basicrange.hxx>
|
|
#include <basegfx/tuple/Size2D.hxx>
|
|
#include <basegfx/tuple/Tuple2D.hxx>
|
|
#include <basegfx/tuple/Tuple3D.hxx>
|
|
#include <basegfx/tuple/b2dtuple.hxx>
|
|
#include <basegfx/tuple/b2ituple.hxx>
|
|
#include <basegfx/tuple/b3dtuple.hxx>
|
|
#include <basegfx/utils/common.hxx>
|
|
#include <basegfx/vector/b2dvector.hxx>
|
|
#include <basegfx/vector/b2enums.hxx>
|
|
#include <basegfx/vector/b2ivector.hxx>
|
|
#include <com/sun/star/accessibility/XAccessible.hpp>
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
#include <com/sun/star/datatransfer/XTransferable2.hpp>
|
|
#include <com/sun/star/datatransfer/clipboard/XClipboard.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/XDragSourceListener.hpp>
|
|
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
|
|
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
|
|
#include <com/sun/star/embed/Aspects.hpp>
|
|
#include <com/sun/star/frame/XTerminateListener.hpp>
|
|
#include <com/sun/star/i18n/Calendar2.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/io/XInputStream.hpp>
|
|
#include <com/sun/star/lang/DisposedException.hpp>
|
|
#include <com/sun/star/lang/EventObject.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/XTypeProvider.hpp>
|
|
#include <com/sun/star/style/NumberingType.hpp>
|
|
#include <com/sun/star/uno/Any.h>
|
|
#include <com/sun/star/uno/Any.hxx>
|
|
#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/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 <comphelper/base64.hxx>
|
|
#include <comphelper/comphelperdllapi.h>
|
|
#include <comphelper/configuration.hxx>
|
|
#include <comphelper/diagnose_ex.hxx>
|
|
#include <comphelper/errcode.hxx>
|
|
#include <comphelper/fileformat.h>
|
|
#include <comphelper/lok.hxx>
|
|
#include <comphelper/processfactory.hxx>
|
|
#include <comphelper/propertyvalue.hxx>
|
|
#include <comphelper/scopeguard.hxx>
|
|
#include <comphelper/sequence.hxx>
|
|
#include <comphelper/string.hxx>
|
|
#include <cppu/cppudllapi.h>
|
|
#include <cppu/unotype.hxx>
|
|
#include <cppuhelper/cppuhelperdllapi.h>
|
|
#include <cppuhelper/implbase.hxx>
|
|
#include <cppuhelper/queryinterface.hxx>
|
|
#include <cppuhelper/supportsservice.hxx>
|
|
#include <cppuhelper/weak.hxx>
|
|
#include <editeng/ESelection.hxx>
|
|
#include <editeng/editengdllapi.h>
|
|
#include <font/FontSelectPattern.hxx>
|
|
#include <font/PhysicalFontCollection.hxx>
|
|
#include <font/PhysicalFontFace.hxx>
|
|
#include <font/PhysicalFontFaceCollection.hxx>
|
|
#include <i18nlangtag/lang.h>
|
|
#include <i18nlangtag/languagetag.hxx>
|
|
#include <i18nlangtag/mslangid.hxx>
|
|
#include <i18nutil/i18nutildllapi.h>
|
|
#include <o3tl/cow_wrapper.hxx>
|
|
#include <o3tl/deleter.hxx>
|
|
#include <o3tl/hash_combine.hxx>
|
|
#include <o3tl/safeint.hxx>
|
|
#include <o3tl/sorted_vector.hxx>
|
|
#include <o3tl/string_view.hxx>
|
|
#include <o3tl/strong_int.hxx>
|
|
#include <o3tl/typed_flags_set.hxx>
|
|
#include <o3tl/underlyingenumvalue.hxx>
|
|
#include <o3tl/unit_conversion.hxx>
|
|
#include <officecfg/Office/Common.hxx>
|
|
#include <salhelper/linkhelper.hxx>
|
|
#include <salhelper/salhelperdllapi.h>
|
|
#include <salhelper/simplereferenceobject.hxx>
|
|
#include <salhelper/thread.hxx>
|
|
#include <sot/exchange.hxx>
|
|
#include <sot/formats.hxx>
|
|
#include <svl/SfxBroadcaster.hxx>
|
|
#include <svl/hint.hxx>
|
|
#include <svl/macitem.hxx>
|
|
#include <svl/poolitem.hxx>
|
|
#include <svl/svldllapi.h>
|
|
#include <svl/typedwhich.hxx>
|
|
#include <test/outputdevice.hxx>
|
|
#include <tools/UnitConversion.hxx>
|
|
#include <tools/color.hxx>
|
|
#include <tools/contnr.hxx>
|
|
#include <tools/date.hxx>
|
|
#include <tools/datetime.hxx>
|
|
#include <tools/debug.hxx>
|
|
#include <tools/degree.hxx>
|
|
#include <tools/fldunit.hxx>
|
|
#include <tools/fontenum.hxx>
|
|
#include <tools/fract.hxx>
|
|
#include <tools/gen.hxx>
|
|
#include <tools/globname.hxx>
|
|
#include <tools/helpers.hxx>
|
|
#include <tools/json_writer.hxx>
|
|
#include <tools/link.hxx>
|
|
#include <tools/long.hxx>
|
|
#include <tools/mapunit.hxx>
|
|
#include <tools/poly.hxx>
|
|
#include <tools/ref.hxx>
|
|
#include <tools/solar.h>
|
|
#include <tools/stream.hxx>
|
|
#include <tools/time.hxx>
|
|
#include <tools/toolsdllapi.h>
|
|
#include <tools/urlobj.hxx>
|
|
#include <tools/vcompat.hxx>
|
|
#include <tools/zcodec.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 <unotools/calendarwrapper.hxx>
|
|
#include <unotools/configmgr.hxx>
|
|
#include <unotools/fontdefs.hxx>
|
|
#include <unotools/localedatawrapper.hxx>
|
|
#include <unotools/resmgr.hxx>
|
|
#include <unotools/syslocale.hxx>
|
|
#include <unotools/ucbstreamhelper.hxx>
|
|
#include <unotools/unotoolsdllapi.h>
|
|
#endif // PCH_LEVEL >= 3
|
|
#if PCH_LEVEL >= 4
|
|
#include <ImplOutDevData.hxx>
|
|
#include <accel.hxx>
|
|
#include <brdwin.hxx>
|
|
#include <configsettings.hxx>
|
|
#include <dndlistenercontainer.hxx>
|
|
#include <drawmode.hxx>
|
|
#include <fontattributes.hxx>
|
|
#include <impfontcache.hxx>
|
|
#include <impglyphitem.hxx>
|
|
#include <salbmp.hxx>
|
|
#include <salframe.hxx>
|
|
#include <salgdi.hxx>
|
|
#include <salgdiimpl.hxx>
|
|
#include <sallayout.hxx>
|
|
#include <salmenu.hxx>
|
|
#include <salobj.hxx>
|
|
#include <salptype.hxx>
|
|
#include <salsession.hxx>
|
|
#include <salsys.hxx>
|
|
#include <saltimer.hxx>
|
|
#include <salusereventlist.hxx>
|
|
#include <salvd.hxx>
|
|
#include <salvtables.hxx>
|
|
#include <sft.hxx>
|
|
#include <svdata.hxx>
|
|
#include <vcl/AccessibleBrowseBoxObjType.hxx>
|
|
#include <vcl/BinaryDataContainer.hxx>
|
|
#include <vcl/BitmapColor.hxx>
|
|
#include <vcl/BitmapReadAccess.hxx>
|
|
#include <vcl/BitmapTools.hxx>
|
|
#include <vcl/BitmapWriteAccess.hxx>
|
|
#include <vcl/FilterConfigItem.hxx>
|
|
#include <vcl/QueueInfo.hxx>
|
|
#include <vcl/TypeSerializer.hxx>
|
|
#include <vcl/bitmap.hxx>
|
|
#include <vcl/bitmap/BitmapFilter.hxx>
|
|
#include <vcl/bitmapex.hxx>
|
|
#include <vcl/builder.hxx>
|
|
#include <vcl/canvastools.hxx>
|
|
#include <vcl/checksum.hxx>
|
|
#include <vcl/commandevent.hxx>
|
|
#include <vcl/commandinfoprovider.hxx>
|
|
#include <vcl/ctrl.hxx>
|
|
#include <vcl/cursor.hxx>
|
|
#include <vcl/cvtgrf.hxx>
|
|
#include <vcl/decoview.hxx>
|
|
#include <vcl/dibtools.hxx>
|
|
#include <vcl/dllapi.h>
|
|
#include <vcl/dockwin.hxx>
|
|
#include <vcl/event.hxx>
|
|
#include <vcl/filter/PngImageReader.hxx>
|
|
#include <vcl/filter/PngImageWriter.hxx>
|
|
#include <vcl/filter/SvmReader.hxx>
|
|
#include <vcl/filter/SvmWriter.hxx>
|
|
#include <vcl/fntstyle.hxx>
|
|
#include <vcl/font.hxx>
|
|
#include <vcl/formatter.hxx>
|
|
#include <vcl/gdimtf.hxx>
|
|
#include <vcl/gfxlink.hxx>
|
|
#include <vcl/gradient.hxx>
|
|
#include <vcl/graph.hxx>
|
|
#include <vcl/graphicfilter.hxx>
|
|
#include <vcl/help.hxx>
|
|
#include <vcl/i18nhelp.hxx>
|
|
#include <vcl/idle.hxx>
|
|
#include <vcl/image.hxx>
|
|
#include <vcl/layout.hxx>
|
|
#include <tools/lazydelete.hxx>
|
|
#include <vcl/lineinfo.hxx>
|
|
#include <vcl/menu.hxx>
|
|
#include <vcl/metaact.hxx>
|
|
#include <vcl/mnemonic.hxx>
|
|
#include <vcl/outdev.hxx>
|
|
#include <vcl/ptrstyle.hxx>
|
|
#include <vcl/quickselectionengine.hxx>
|
|
#include <vcl/region.hxx>
|
|
#include <vcl/salnativewidgets.hxx>
|
|
#include <vcl/scheduler.hxx>
|
|
#include <vcl/settings.hxx>
|
|
#include <vcl/skia/SkiaHelper.hxx>
|
|
#include <vcl/svapp.hxx>
|
|
#include <vcl/syswin.hxx>
|
|
#include <vcl/tabctrl.hxx>
|
|
#include <vcl/tabpage.hxx>
|
|
#include <vcl/taskpanelist.hxx>
|
|
#include <vcl/timer.hxx>
|
|
#include <vcl/toolbox.hxx>
|
|
#include <vcl/toolkit/button.hxx>
|
|
#include <vcl/toolkit/combobox.hxx>
|
|
#include <vcl/toolkit/dialog.hxx>
|
|
#include <vcl/toolkit/edit.hxx>
|
|
#include <vcl/toolkit/fixed.hxx>
|
|
#include <vcl/toolkit/floatwin.hxx>
|
|
#include <vcl/toolkit/lstbox.hxx>
|
|
#include <vcl/toolkit/scrbar.hxx>
|
|
#include <vcl/toolkit/spinfld.hxx>
|
|
#include <vcl/toolkit/svlbitm.hxx>
|
|
#include <vcl/toolkit/treelist.hxx>
|
|
#include <vcl/toolkit/treelistbox.hxx>
|
|
#include <vcl/toolkit/treelistentries.hxx>
|
|
#include <vcl/toolkit/treelistentry.hxx>
|
|
#include <vcl/toolkit/unowrap.hxx>
|
|
#include <vcl/toolkit/vclmedit.hxx>
|
|
#include <vcl/toolkit/viewdataentry.hxx>
|
|
#include <vcl/transfer.hxx>
|
|
#include <vcl/uitest/logger.hxx>
|
|
#include <vcl/uitest/uiobject.hxx>
|
|
#include <vcl/unohelp.hxx>
|
|
#include <vcl/vclenum.hxx>
|
|
#include <vcl/vclevent.hxx>
|
|
#include <vcl/vclptr.hxx>
|
|
#include <vcl/virdev.hxx>
|
|
#include <vcl/weld.hxx>
|
|
#include <vcl/weldutils.hxx>
|
|
#include <vcl/window.hxx>
|
|
#include <vcl/wrkwin.hxx>
|
|
#include <window.h>
|
|
#endif // PCH_LEVEL >= 4
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|