2014-06-04 09:02:37 +02:00
|
|
|
/* -*- 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/.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
2015-11-14 18:48:49 -05:00
|
|
|
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
|
2014-06-04 09:02:37 +02:00
|
|
|
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).
|
2015-11-14 18:48:49 -05:00
|
|
|
|
2016-02-06 12:50:45 +11:00
|
|
|
Generated on 2016-02-06 12:33:42 using:
|
2015-11-14 18:48:49 -05:00
|
|
|
./bin/update_pch vbahelper vbahelper --cutoff=3 --exclude:system --exclude:module --include:local
|
|
|
|
|
|
|
|
If after updating build fails, use the following command to locate conflicting headers:
|
2016-02-06 12:50:45 +11:00
|
|
|
./bin/update_pch_bisect ./vbahelper/inc/pch/precompiled_vbahelper.hxx "make vbahelper.build" --find-conflicts
|
2014-06-04 09:02:37 +02:00
|
|
|
*/
|
|
|
|
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <cassert>
|
|
|
|
#include <cstddef>
|
2016-02-06 12:50:45 +11:00
|
|
|
#include <deque>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <exception>
|
|
|
|
#include <functional>
|
|
|
|
#include <memory>
|
|
|
|
#include <set>
|
|
|
|
#include <string.h>
|
|
|
|
#include <unordered_map>
|
|
|
|
#include <utility>
|
|
|
|
#include <vector>
|
|
|
|
#include <boost/optional.hpp>
|
|
|
|
#include <osl/diagnose.h>
|
|
|
|
#include <osl/file.hxx>
|
|
|
|
#include <osl/module.hxx>
|
|
|
|
#include <osl/mutex.h>
|
|
|
|
#include <osl/mutex.hxx>
|
|
|
|
#include <osl/thread.hxx>
|
|
|
|
#include <rtl/instance.hxx>
|
|
|
|
#include <rtl/math.hxx>
|
|
|
|
#include <rtl/ref.hxx>
|
|
|
|
#include <rtl/string.h>
|
|
|
|
#include <rtl/stringutils.hxx>
|
|
|
|
#include <rtl/textenc.h>
|
|
|
|
#include <rtl/ustrbuf.h>
|
|
|
|
#include <rtl/ustrbuf.hxx>
|
|
|
|
#include <rtl/ustring.hxx>
|
|
|
|
#include <sal/config.h>
|
|
|
|
#include <sal/macros.h>
|
|
|
|
#include <sal/types.h>
|
|
|
|
#include <vcl/bitmap.hxx>
|
|
|
|
#include <vcl/cursor.hxx>
|
|
|
|
#include <vcl/dllapi.h>
|
|
|
|
#include <vcl/event.hxx>
|
|
|
|
#include <vcl/inputctx.hxx>
|
2016-02-06 12:50:45 +11:00
|
|
|
#include <vcl/inputtypes.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <vcl/keycodes.hxx>
|
|
|
|
#include <vcl/metric.hxx>
|
|
|
|
#include <vcl/outdev.hxx>
|
|
|
|
#include <vcl/pointr.hxx>
|
|
|
|
#include <vcl/region.hxx>
|
|
|
|
#include <vcl/salnativewidgets.hxx>
|
|
|
|
#include <vcl/vclevent.hxx>
|
|
|
|
#include <vcl/vclptr.hxx>
|
|
|
|
#include <vcl/window.hxx>
|
|
|
|
#include <basic/basicdllapi.h>
|
2016-02-06 12:50:45 +11:00
|
|
|
#include <basic/codecompletecache.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <basic/sbdef.hxx>
|
2016-02-06 12:50:45 +11:00
|
|
|
#include <basic/sbmod.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <basic/sbx.hxx>
|
|
|
|
#include <basic/sbxdef.hxx>
|
|
|
|
#include <basic/sbxform.hxx>
|
|
|
|
#include <basic/sbxmeth.hxx>
|
|
|
|
#include <basic/sbxobj.hxx>
|
|
|
|
#include <basic/sbxprop.hxx>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/awt/XWindow2.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/document/CmisVersion.hpp>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/drawing/XDrawPage.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/embed/XStorage.hpp>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/frame/XController.hpp>
|
|
|
|
#include <com/sun/star/frame/XDesktop.hpp>
|
|
|
|
#include <com/sun/star/frame/XFrame.hpp>
|
|
|
|
#include <com/sun/star/frame/XModel.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/lang/XComponent.hpp>
|
|
|
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/lang/XTypeProvider.hpp>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
2016-02-06 12:50:45 +11:00
|
|
|
#include <com/sun/star/script/XInvocation.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <com/sun/star/script/XLibraryContainer.hpp>
|
|
|
|
#include <com/sun/star/script/provider/XScriptProviderSupplier.hpp>
|
|
|
|
#include <com/sun/star/security/DocumentSignatureInformation.hpp>
|
|
|
|
#include <com/sun/star/security/XDocumentDigitalSignatures.hpp>
|
|
|
|
#include <com/sun/star/task/XInteractionHandler.hpp>
|
|
|
|
#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.hxx>
|
|
|
|
#include <com/sun/star/uno/Type.hxx>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <com/sun/star/uno/XComponentContext.hpp>
|
|
|
|
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <comphelper/embeddedobjectcontainer.hxx>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <comphelper/processfactory.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <cppuhelper/cppuhelperdllapi.h>
|
2015-09-10 12:51:10 +09:00
|
|
|
#include <cppuhelper/implbase.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <cppuhelper/implbase_ex.hxx>
|
|
|
|
#include <cppuhelper/weak.hxx>
|
|
|
|
#include <cppuhelper/weakref.hxx>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <filter/msfilter/msvbahelper.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <o3tl/typed_flags_set.hxx>
|
|
|
|
#include <rsc/rsc-vcl-shared-types.hxx>
|
|
|
|
#include <rsc/rscsfx.hxx>
|
|
|
|
#include <sfx2/XmlIdRegistry.hxx>
|
|
|
|
#include <sfx2/dllapi.h>
|
2014-06-04 09:02:37 +02:00
|
|
|
#include <sfx2/objsh.hxx>
|
2015-11-14 18:48:49 -05:00
|
|
|
#include <sfx2/shell.hxx>
|
|
|
|
#include <sfx2/signaturestate.hxx>
|
|
|
|
#include <sot/formats.hxx>
|
|
|
|
#include <sot/object.hxx>
|
|
|
|
#include <svl/lstner.hxx>
|
|
|
|
#include <svl/poolitem.hxx>
|
|
|
|
#include <svl/smplhint.hxx>
|
|
|
|
#include <svl/svldllapi.h>
|
|
|
|
#include <tools/errcode.hxx>
|
|
|
|
#include <tools/gen.hxx>
|
|
|
|
#include <tools/link.hxx>
|
|
|
|
#include <tools/ref.hxx>
|
|
|
|
#include <tools/resid.hxx>
|
|
|
|
#include <tools/solar.h>
|
|
|
|
#include <tools/toolsdllapi.h>
|
|
|
|
#include <tools/wintypes.hxx>
|
|
|
|
#include <vbahelper/helperdecl.hxx>
|
|
|
|
#include <vbahelper/vbahelper.hxx>
|
|
|
|
#include <vbahelper/vbahelperinterface.hxx>
|
|
|
|
#include <vbahelper/vbashape.hxx>
|
|
|
|
#include <vbahelper/vbashaperange.hxx>
|
2014-06-04 09:02:37 +02:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|