# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 David Ostrovsky (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Executable_Executable,uno)) $(eval $(call gb_Executable_use_internal_comprehensive_api,uno,\ udkapi \ )) $(eval $(call gb_Executable_use_libraries,uno,\ cppu \ cppuhelper \ sal \ salhelper \ $(gb_STDLIBS) \ )) $(eval $(call gb_Executable_use_externals,uno,\ libxml2 \ )) $(eval $(call gb_Executable_add_exception_objects,uno,\ cpputools/source/unoexe/unoexe \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: div xmlns='http://www.w3.org/1999/xhtml'>
Change-Id: I7e3c156a6ad47ac232636ae274280c1cb7556d4a
'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)Author
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09compact namespace in i18npool..ooxNoel Grandin
2020-04-28linguistic: make LngSvcMgr::GetAvailableGrammarSvcs_Impl() more readableMiklos Vajna
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-23loplugin:makeshared in linguisticNoel Grandin
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin
2020-04-07loplugin:flatten in linguisticNoel Grandin
2020-04-07new loplugin:unusedvariableplusNoel Grandin
2020-03-06add information to xProofrader in gciterator.cxxFred Kruse
2020-02-26new loplugin:xmlimportNoel Grandin
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2020-01-07extract some common code from ImportContext classesNoel Grandin
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin
2019-12-18loplugin:duplicate-definesNoel Grandin
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20use correct parser overrides in ConvDicXMLImportContextNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-15no need to construct an extra parser in ConvDicXMLImportNoel Grandin
2019-11-07tdf#42949 Fix IWYU warnings in linguistic/Gabor Kelemen
2019-10-19loplugin:unusedmethodsNoel Grandin
2019-10-07use FastParser in linguisticNoel Grandin
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): linguisticStephan Bergmann
2019-07-20loplugin:referencecasting in linguisticNoel Grandin
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin
2019-04-10Fix double-clear of clearable mutex guardMike Kaganski
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06Typo: unexpectend->unexpectedJulien Nabet
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen