# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,svl)) $(eval $(call gb_Module_add_targets,svl,\ Library_fsstorage \ Library_passwordcontainer \ Library_svl \ )) $(eval $(call gb_Module_add_l10n_targets,svl,\ AllLangMoTarget_svl \ )) $(eval $(call gb_Module_add_check_targets,svl,\ CppunitTest_svl_adrparse \ CppunitTest_svl_inetcontenttype \ CppunitTest_svl_itempool \ CppunitTest_svl_items \ CppunitTest_svl_lngmisc \ CppunitTest_svl_lockfiles \ CppunitTest_svl_notify \ CppunitTest_svl_qa_cppunit \ CppunitTest_svl_urihelper \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\ JunitTest_svl_complex \ )) #todo: dde platform dependent #todo: package_inc #todo: map file # vim: set noet sw=4 ts=4: -5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools/source/config/lingucfg.cxx
AgeCommit message (Expand)Author
2022-05-03add o3tl::equalsAsciiNoel Grandin
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-21reduce cost of some getProperty calls (tdf#125892)Noel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin
2019-12-24sal_Char->char in unoxmlNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-24loplugin:returnconstval in unotoolsNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin
2018-07-26loplugin:returnconstant in tools,comphelper,unotoolsNoel Grandin
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin