# -*- 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/. # #************************************************************************* # template for export tests define sd_export_test $(eval $(call gb_CppunitTest_CppunitTest,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_externals,sd_export_tests$(1),\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_exception_objects,sd_export_tests$(1), \ sd/qa/unit/export-tests$(1) \ )) $(eval $(call gb_CppunitTest_use_libraries,sd_export_tests$(1), \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ docmodel \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sd \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sd_export_tests$(1),\ -I$(SRCDIR)/sd/source/ui/inc \ -I$(SRCDIR)/sd/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_ure,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_vcl,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_use_rdb,sd_export_tests$(1),services)) $(eval $(call gb_CppunitTest_use_custom_headers,sd_export_tests$(1),\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sd_export_tests$(1))) $(eval $(call gb_CppunitTest_add_arguments,sd_export_tests$(1),\ -env:SVG_DISABLE_FONT_EMBEDDING= \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) endef # vim: set noet sw=4 ts=4: llabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/textenc
AgeCommit message (Expand)Author
2024-11-04new loplugin:staticconstexprNoel Grandin
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann