# -*- 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_StaticLibrary_StaticLibrary,wpglib)) $(eval $(call gb_StaticLibrary_use_unpacked,wpglib,wpg)) $(eval $(call gb_StaticLibrary_use_package,wpglib,libwpg_inc)) $(eval $(call gb_StaticLibrary_use_externals,wpglib,\ wpd \ )) $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,wpglib,cpp)) $(eval $(call gb_StaticLibrary_add_generated_exception_objects,wpglib,\ UnpackedTarball/wpg/src/lib/WPG1Parser \ UnpackedTarball/wpg/src/lib/WPG2Parser \ UnpackedTarball/wpg/src/lib/WPGBitmap \ UnpackedTarball/wpg/src/lib/WPGColor \ UnpackedTarball/wpg/src/lib/WPGDashArray \ UnpackedTarball/wpg/src/lib/WPGHeader \ UnpackedTarball/wpg/src/lib/WPGInternalStream \ UnpackedTarball/wpg/src/lib/WPGraphics \ UnpackedTarball/wpg/src/lib/WPGSVGGenerator \ UnpackedTarball/wpg/src/lib/WPGXParser \ )) # vim: set noet sw=4 ts=4: mini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl
AgeCommit message (Expand)Author
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin
2018-10-22pvs-studio: V560 A part of conditional expression is always trueCaolán McNamara
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-18loplugin:useuniqueptr in SvMetaSlotNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26idl: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-16SvPersistBase no longer necessaryNoel Grandin
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-03-30loplugin:virtualdown in variousNoel Grandin
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma