summaryrefslogtreecommitdiffstats
path: root/lingucomponent
Commit message (Expand)AuthorAgeFilesLines
* tdf#153617: percent-encode the text sent to LanguageTool API.Mike Kaganski2023-03-081-3/+17
* tdf#153948: LanguageTool: cache the prepared requestMike Kaganski2023-03-072-9/+8
* tdf#153436: Improve handling of Arabic system spell dictionary on macOSKhaled Hosny2023-02-081-1/+13
* Disable languagetool for WASM buildThorsten Behrens2022-11-281-1/+6
* use more string_viewNoel Grandin2022-10-171-4/+4
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-111-2/+2
* clang-tidy modernize-pass-by-value in variousNoel Grandin2022-08-132-6/+4
* lingucomponent: avoid 'using namespace' in a header fileMiklos Vajna2022-06-301-19/+17
* lingucomponent: use comphelper::makePropertyValue() in languagetoolimpMiklos Vajna2022-06-231-10/+6
* add usual footer directivesCaolán McNamara2022-06-182-1/+5
* cid#1506303 silence Unchecked return valueCaolán McNamara2022-06-181-13/+13
* Revert "Load the locales from config file for languagetool"Xisco Fauli2022-06-152-46/+29
* Load the locales from config file for languagetoolMert Tumer2022-06-142-29/+46
* LanguageTool Grammar Checker implementationMert Tumer2022-06-105-0/+573
* new loplugin:moveitNoel Grandin2022-06-102-2/+2
* use more o3tl::getTokenNoel Grandin2022-05-051-1/+1
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-281-1/+1
* Recheck modules [i-l]* with IWYUGabor Kelemen2022-01-2711-38/+24
* WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2022-01-202-2/+17
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-106-6/+6
* use more OInterfaceContainerHelper3 in lingucomponentNoel Grandin2021-11-274-4/+8
* Unused Import of Carbon.h in macspellimp.hxxmwarner2021-11-261-1/+0
* Prepare for removal of non-const operator[] from Sequence in lingucomponentMike Kaganski2021-10-302-10/+5
* drop 'using namespace std' in l*Julien Nabet2021-10-042-17/+13
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-8/+8
* convert #defines to OUStringLiteralNoel Grandin2021-08-023-3/+3
* osl::Mutex->std::mutex in NumberText_ImplNoel Grandin2021-07-311-4/+5
* osl::Mutex->std::mutex in LangGuess_ImplNoel Grandin2021-07-311-8/+9
* do not use "using namespace std" in headersCollabora2021-07-233-16/+13
* -Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann2021-06-101-3/+0
* Don't use the macOS system German spelling dictionary for Swiss GermanTor Lillqvist2021-05-171-1/+2
* Fix typoAndrea Gelmini2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-1/+3
* tdf#124173: Enable thesauruses in the iOS appTor Lillqvist2021-03-252-1/+6
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Use the iOS fr_FR and it_IT dictionaries for other relevant countries, tooTor Lillqvist2021-03-191-0/+25
* tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist2021-03-173-7/+15
* Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski2021-03-104-4/+4
* loplugin:refcounting (macOS)Stephan Bergmann2021-03-031-1/+2
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-231-1/+1
* Use Unicode paths on Windows in libnumbertextMike Kaganski2021-01-011-1/+3
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-3/+4
* tdf#123936 Formatting files in module lingucomponent with clang-formatPhilipp Hofer2020-11-131-2/+2
* loplugin:stringviewNoel2020-11-111-4/+4
* new loplugin:reducevarscopeNoel Grandin2020-11-101-2/+1
* Use the new single-instance="true" attribute in lingucomponentStephan Bergmann2020-10-028-16/+12
* this should be a single-instance componentNoel Grandin2020-07-201-1/+3
* fix SAL_WARN when instantiating ThesaurusNoel Grandin2020-07-201-1/+4
* lingucomponent/spell: create instances with uno constructorsNoel Grandin2020-07-183-52/+11
* lingucomponent: create instances with uno constructorsNoel Grandin2020-07-1413-227/+53