# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Library_Library,vbaobj)) $(eval $(call gb_Library_set_include,vbaobj,\ -I$(SRCDIR)/sc/source/core/inc \ -I$(SRCDIR)/sc/source/filter/inc \ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_set_precompiled_header,vbaobj,$(SRCDIR)/sc/inc/pch/precompiled_vbaobj)) $(eval $(call gb_Library_set_componentfile,vbaobj,sc/util/vbaobj)) $(eval $(call gb_Library_use_externals,vbaobj,\ boost_headers \ mdds_headers \ )) $(eval $(call gb_Library_use_api,vbaobj,\ offapi \ oovbaapi \ udkapi \ )) $(eval $(call gb_Library_use_libraries,vbaobj,\ comphelper \ cppu \ cppuhelper \ editeng \ for \ msfilter \ sal \ sb \ sc \ sfx \ svl \ svt \ svx \ svxcore \ tk \ tl \ utl \ vbahelper \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,vbaobj,\ sc/source/ui/vba/excelvbahelper \ sc/source/ui/vba/service \ sc/source/ui/vba/vbaapplication \ sc/source/ui/vba/vbaassistant \ sc/source/ui/vba/vbaaxes \ sc/source/ui/vba/vbaaxis \ sc/source/ui/vba/vbaaxistitle \ sc/source/ui/vba/vbaborders \ sc/source/ui/vba/vbacharacters \ sc/source/ui/vba/vbachart \ sc/source/ui/vba/vbachartobject \ sc/source/ui/vba/vbachartobjects \ sc/source/ui/vba/vbacharttitle \ sc/source/ui/vba/vbacomment \ sc/source/ui/vba/vbacomments \ sc/source/ui/vba/vbacondition \ sc/source/ui/vba/vbadialog \ sc/source/ui/vba/vbadialogs \ sc/source/ui/vba/vbaeventshelper \ sc/source/ui/vba/vbafont \ sc/source/ui/vba/vbaformat \ sc/source/ui/vba/vbaformatcondition \ sc/source/ui/vba/vbaformatconditions \ sc/source/ui/vba/vbaglobals \ sc/source/ui/vba/vbahyperlink \ sc/source/ui/vba/vbahyperlinks \ sc/source/ui/vba/vbainterior \ sc/source/ui/vba/vbamenubar \ sc/source/ui/vba/vbamenubars \ sc/source/ui/vba/vbamenu \ sc/source/ui/vba/vbamenus \ sc/source/ui/vba/vbamenuitem \ sc/source/ui/vba/vbamenuitems \ sc/source/ui/vba/vbaname \ sc/source/ui/vba/vbanames \ sc/source/ui/vba/vbaoleobject \ sc/source/ui/vba/vbaoleobjects \ sc/source/ui/vba/vbaoutline \ sc/source/ui/vba/vbapagebreak \ sc/source/ui/vba/vbapagebreaks \ sc/source/ui/vba/vbapagesetup \ sc/source/ui/vba/vbapalette \ sc/source/ui/vba/vbapane \ sc/source/ui/vba/vbapivotcache \ sc/source/ui/vba/vbapivottable \ sc/source/ui/vba/vbapivottables \ sc/source/ui/vba/vbarange \ sc/source/ui/vba/vbasheetobject \ sc/source/ui/vba/vbasheetobjects \ sc/source/ui/vba/vbastyle \ sc/source/ui/vba/vbastyles \ sc/source/ui/vba/vbatextboxshape \ sc/source/ui/vba/vbatextframe \ sc/source/ui/vba/vbavalidation \ sc/source/ui/vba/vbawindow \ sc/source/ui/vba/vbawindows \ sc/source/ui/vba/vbaworkbook \ sc/source/ui/vba/vbaworkbooks \ sc/source/ui/vba/vbaworksheet \ sc/source/ui/vba/vbaworksheets \ sc/source/ui/vba/vbawsfunction \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,vbaobj,\ advapi32 \ oldnames \ )) endif # vim: set noet sw=4 ts=4: n value='distro/collabora/cp-5.0'>distro/collabora/cp-5.0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07Fix typosAndrea Gelmini
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, eventattacherStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in eventattacherStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2015-12-23loplugin:unusedfields in eventattacherNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin
2015-10-18cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01com::sun::star->css in extensions/Noel Grandin
2015-08-05tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini