# -*- 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,unotools_fontdefs)) $(eval $(call gb_CppunitTest_use_external,unotools_fontdefs,boost_headers)) $(eval $(call gb_CppunitTest_use_api,unotools_fontdefs, \ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_add_exception_objects,unotools_fontdefs, \ unotools/qa/unit/testGetEnglishSearchName \ )) $(eval $(call gb_CppunitTest_use_libraries,unotools_fontdefs, \ comphelper \ cppu \ cppuhelper \ tl \ sal \ svt \ utl \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: opia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source/typeconv
AgeCommit message (Expand)Author
2022-11-02Use o3tl::to_underlying() instead of static_cast<int>()Tor Lillqvist
2022-11-01Make exception message a bit more informativeTor Lillqvist
2022-09-30use more string_view in stocNoel Grandin
2022-03-18tdf#148063: Avoid dereferencing potentially bad user-supplied TypeDescriptionStephan Bergmann
2021-03-22cid#1473974 silence Explicit null dereferencedCaolán McNamara
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-14Reformulate TypeConverter_Impl::toHyper FLOAT/DOUBLE casesStephan Bergmann
2019-08-13Drop MSVC workaround from 2002Stephan Bergmann
2019-08-13Use existing SAL_MIN/MAX_...Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann