# -*- 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_Library_Library,lng)) $(eval $(call gb_Library_set_componentfile,lng,linguistic/source/lng,services)) $(eval $(call gb_Library_set_include,lng,\ $$(INCLUDE) \ -I$(SRCDIR)/linguistic/inc \ )) $(eval $(call gb_Library_use_sdk_api,lng)) $(eval $(call gb_Library_use_custom_headers,lng,\ officecfg/registry \ )) $(eval $(call gb_Library_add_defs,lng,\ -DLNG_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,lng,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ sax \ svl \ tl \ ucbhelper \ utl \ vcl \ xo \ )) $(eval $(call gb_Library_use_externals,lng,\ boost_headers \ icuuc \ icu_headers \ $(if $(ENABLE_CURL),curl) \ )) $(eval $(call gb_Library_add_exception_objects,lng,\ linguistic/source/convdic \ linguistic/source/convdiclist \ linguistic/source/convdicxml \ linguistic/source/dicimp \ linguistic/source/dlistimp \ linguistic/source/gciterator \ linguistic/source/hhconvdic \ linguistic/source/hyphdsp \ linguistic/source/hyphdta \ linguistic/source/iprcache \ linguistic/source/lngopt \ linguistic/source/lngprophelp \ linguistic/source/lngsvcmgr \ linguistic/source/misc \ linguistic/source/misc2 \ linguistic/source/spelldsp \ linguistic/source/spelldta \ linguistic/source/thesdsp \ $(if $(ENABLE_CURL),linguistic/source/translate) \ )) # vim: set noet sw=4 ts=4: stro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: linguisticStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-10using decls should come after #includeNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-02Simplify a bitMike Kaganski
2023-06-02tdf#155647: Pass XFlatParagraph by normal Reference, not WeakReferenceMike Kaganski
2023-06-02Fix nullptr dereferenceMike Kaganski
2023-05-13use more optional for CharClassNoel Grandin
2023-05-06Use getXWeak in linguisticMike Kaganski
2023-03-09Use officecfg instead of SvxLanguageToolOptionsMike Kaganski
2023-03-08Add some SAL_WARNs and SAL_INFOsMike Kaganski
2023-03-05tdf#152459: fallback to language-only when looking for grammar checkerMike Kaganski
2023-03-05No need to use a clearable guard hereMike Kaganski
2023-03-05Swap instead of copy-assignmentMike Kaganski
2023-02-28tdf#143148 Use pragma once instead of include guardsniket1322git
2023-02-15Make a few warning messages a bit more usefulTor Lillqvist
2023-02-02Remove redundant attributes that were added to published XLinguPropertiesStephan Bergmann
2023-02-01linguistic: add REST API protocol unit testHenry Castro
2023-01-30no need to take SolarMutex when calling Idle::StartNoel Grandin
2023-01-21tdf#144915 effectively remove limit on number of words in dictionaryCaolán McNamara
2023-01-17Properties SortedTextId and DocumentElementsCount added for grammar checkFred Kruse
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh
2022-12-14loplugin:unocast (GrammarCheckingIterator)Stephan Bergmann
2022-11-28WASM linguistic,sw: disable curl-using deepl codeMichael Stahl
2022-10-14cid#1515996 silence Unchecked return value from libraryCaolán McNamara
2022-10-13Remove duplicated includeAndrea Gelmini
2022-10-12new uno command uno:Translate with deepl apiMert Tumer
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke
2022-09-12no need to allocate this on the heapNoel Grandin
2022-08-26cid#1500669 silence Dereference after null checkCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-19HyphenatedWord and PossibleHyphens do not need lockingNoel Grandin
2022-05-18clang-tidy modernize-pass-by-value in linguisticNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-18DicEntry doesn't need lockingNoel Grandin
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin