# -*- 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) 2011 Red Hat, Inc., David Tardon # (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 desktop_Pagein_Pagein,common)) # sorted in approx. reverse load order (ld.so.1) $(eval $(call desktop_Pagein_add_libs,common,\ i18npool \ $(if $(findstring YES,$(SYSTEM_ICU)),,\ icui18n \ icule \ icuuc \ ) \ lng \ xo \ fwe \ fwk \ fwi \ fwl \ package2 \ ucpfile1 \ ucb1 \ configmgr \ vclplug_gen \ $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \ $(if $(findstring TRUE,$(ENABLE_KDE)),vclplug_kde) \ basegfx \ sot \ xcr \ sb \ )) $(eval $(call desktop_Pagein_add_libs_with_dir,common,\ stocservices \ bootstrap \ reg \ store \ reflection \ cppuhelper \ cppu \ sal \ ,../ure-link/lib \ )) $(eval $(call desktop_Pagein_add_libs,common,\ ucbhelper \ comphelper \ tl \ utl \ svl \ vcl \ tk \ )) $(eval $(call desktop_Pagein_add_objects,common,\ ../ure-link/share/misc/types.rdb \ services.rdb \ oovbaapi.rdb \ )) # TODO: Hmm, so it looks like there are duplicates in the list... Moreover, # some that are conditional above are not conditional here (e.g., icule). # I have doubts about gconfbe, desktopbe and localebe too. $(eval $(call desktop_Pagein_add_libs,common,\ deployment \ deploymentmisc \ ucb1 \ xstor \ package2 \ filterconfig \ uui \ lng \ svt \ spl \ basegfx \ avmedia \ helplinker \ vclplug_gen \ icule \ sax \ gconfbe \ fsstorage \ desktopbe \ localebe \ ucpexpand \ sfx \ sofficeapp \ )) # vim: set ts=4 sw=4 et: 3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/linguistic
AgeCommit message (Expand)Author
2019-10-29loplugin:finalclasses jvmaccess..o3tlNoel Grandin
2019-05-10an is used before a vowel soundCaolán McNamara
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
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