# -*- 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,expwrap)) $(eval $(call gb_Library_set_componentfile,expwrap,sax/source/expatwrap/expwrap)) $(eval $(call gb_Library_set_include,expwrap,\ -I$(SRCDIR)/sax/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,expwrap,\ -DFASTSAX_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_sdk_api,expwrap)) $(eval $(call gb_Library_use_externals,expwrap,\ boost_headers \ libxml2 \ expat \ zlib \ )) $(eval $(call gb_Library_use_libraries,expwrap,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ sax \ )) $(eval $(call gb_Library_add_exception_objects,expwrap,\ sax/source/expatwrap/sax_expat \ sax/source/expatwrap/saxwriter \ sax/source/expatwrap/xml2utf \ sax/source/fastparser/fastparser \ sax/source/fastparser/legacyfastparser \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2017-12-21TypedWhichId in svx part 1Noel Grandin
2017-11-22drop duplicate methodCaolán McNamara
2017-11-21Fix typosAndrea Gelmini
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin
2017-10-23loplugin:includeform: idlStephan Bergmann
2017-10-23Fix typosAndrea Gelmini
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-08SvPersistStream deadNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-26convert SfxGroupId to scoped enumNoel Grandin
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-12coverity#1403731 Explicit null dereferencedCaolán McNamara
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin
2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky
2017-05-01svidl: Remove nested method supportMaxim Monastirsky
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky