# -*- 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_InstallModule_InstallModule,scp2/gnome)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/gnome,gnome)) $(eval $(call gb_InstallModule_add_scpfiles,scp2/gnome,\ scp2/source/gnome/file_gnome \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/gnome,\ scp2/source/gnome/module_gnome \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: oo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/linguistic
AgeCommit message (Expand)Author
2017-10-31loplugin:constantparam in i18nlangtagNoel Grandin
2017-09-18unused nResMaxNumberOfSuggestions in PropertyHelper_SpellNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-20loplugin:constparams in linguisticNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30return const&Eike Rathke
2016-08-30LanguageType is unsigned int16Eike Rathke
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-01sequence->vector in linguisticNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29remove boost::noncopyable from /includeNoel Grandin
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-07-24no need to redeclare these constants with slightly different namesNoel Grandin
2015-07-15loplugin:unusedmethods linguisticNoel Grandin
2015-04-08convert CapType to scoped enumNoel Grandin
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin
2015-04-08convert PATH_FLAG to scoped enumNoel Grandin
2015-03-19loplugin:constantfunction: linguisticNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-01linguistic: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann