# -*- 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_Library_Library,guesslang)) $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang,services)) ifneq ($(ENABLE_WASM_STRIP_GUESSLANG),TRUE) $(eval $(call gb_Library_use_externals,guesslang,\ libexttextcat \ )) endif $(eval $(call gb_Library_use_externals,guesslang,\ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,guesslang)) $(eval $(call gb_Library_use_libraries,guesslang,\ cppu \ cppuhelper \ sal \ tl \ utl \ )) $(eval $(call gb_Library_add_exception_objects,guesslang,\ lingucomponent/source/languageguessing/guess \ lingucomponent/source/languageguessing/guesslang \ lingucomponent/source/languageguessing/simpleguesser \ )) # vim: set noet sw=4 ts=4: on value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-12Get rid of 2 OUStringBuffer in comphelperJulien Nabet
2019-10-09cid#1448412 subvert Untrusted value as argumentCaolán McNamara
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-30fix: SequenceOutputStream does append content correctlyVasily Melenchuk
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-10Fix typosAndrea Gelmini
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01loplugin:unusedmethodsNoel Grandin
2019-08-30Remove work-around for isMobile()Muhammet Kara
2019-08-29LOK: per-view support for isMobile()Muhammet Kara
2019-08-29lok: Add isMobile() methodMuhammet Kara
2019-08-23loplugin:returnconstval in comphelperNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist
2019-08-22loplugin:constmethod in canvas,comphelperNoel Grandin
2019-08-21Make comphelper::findValue inline template and drop sequence.cxxMike Kaganski
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara
2019-08-07tdf#126663 speed up styles displayNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann
2019-07-23Don't draw gridlines and document background in Online server processMike Kaganski
2019-07-23dispose() methods should clear their smart pointersNoel Grandin
2019-07-19loplugin:referencecasting in comphelper..connectivityNoel Grandin
2019-07-19cid#1448429 Unchecked return valueCaolán McNamara