# -*- 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_CppunitTest_CppunitTest,sw_ooxmlimport2)) ifneq ($(OS),MACOSX) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_ooxmlimport2)) endif $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlimport2, \ sw/qa/extras/ooxmlimport/ooxmlimport2 \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlimport2, \ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ test \ unotest \ utl \ sw \ swqahelper \ tl \ vcl \ svxcore \ svl\ )) $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlimport2,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_ooxmlimport2,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_CppunitTest_add_cxxflags,sw_ooxmlimport2,\ $(gb_OBJCXXFLAGS) \ )) $(eval $(call gb_CppunitTest_use_system_darwin_frameworks,sw_ooxmlimport2,\ AppKit \ )) endif $(eval $(call gb_CppunitTest_use_api,sw_ooxmlimport2,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlimport2)) $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlimport2)) $(eval $(call gb_CppunitTest_use_rdb,sw_ooxmlimport2,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlimport2)) # vim: set noet sw=4 ts=4: on value='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18nutil
AgeCommit message (Expand)Author
2018-07-16Upgrade to ICU 62.1Eike Rathke
2018-06-27fix thread-unsafe return of a reference to a staticLuboš Luňák
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-02-02Clean up of dirty hack.Winfried Donkers
2018-01-26tdf#103550 fix issue with HYPHEN-MINUS in Calc function JIS.Winfried Donkers
2018-01-24loplugin:unused-returns in drawinglayer..svxNoel Grandin
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2018-01-15More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-12More loplugin:cstylecast: i18nutilStephan Bergmann
2018-01-02tdf#114681: Adding support for case folding in GlagoliticAleksandr Andreev
2017-12-19Explicitly qualify ICU types with icu:: namespaceEike Rathke
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-11-20Upgrade to ICU 60.1Eike Rathke
2017-11-17Revert "Upgrade to ICU 60.1"Eike Rathke
2017-11-17Upgrade to ICU 60.1David Tardon
2017-11-11Remove duplication of Paper enum as #definesTor Lillqvist
2017-11-10There is no "paperconf" command on macOSTor Lillqvist
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-23loplugin:includeform: i18nutilStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin