summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)AuthorFilesLines
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh2-7/+20
2022-11-28Disable languagetool for WASM buildThorsten Behrens1-1/+6
2022-10-17use more string_viewNoel Grandin1-4/+4
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin2-6/+4
2022-06-30lingucomponent: avoid 'using namespace' in a header fileMiklos Vajna1-19/+17
2022-06-23lingucomponent: use comphelper::makePropertyValue() in languagetoolimpMiklos Vajna1-10/+6
2022-06-18add usual footer directivesCaolán McNamara2-1/+5
2022-06-18cid#1506303 silence Unchecked return valueCaolán McNamara1-13/+13
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli2-46/+29
2022-06-14Load the locales from config file for languagetoolMert Tumer2-29/+46
2022-06-10LanguageTool Grammar Checker implementationMert Tumer5-0/+573
2022-06-10new loplugin:moveitNoel Grandin2-2/+2
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-1/+1
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen11-38/+24
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2-2/+17
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann6-6/+6
2021-11-27use more OInterfaceContainerHelper3 in lingucomponentNoel Grandin4-4/+8
2021-11-26Unused Import of Carbon.h in macspellimp.hxxmwarner1-1/+0
2021-10-30Prepare for removal of non-const operator[] from Sequence in lingucomponentMike Kaganski2-10/+5
2021-10-04drop 'using namespace std' in l*Julien Nabet2-17/+13
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-8/+8
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-3/+3
2021-07-31osl::Mutex->std::mutex in NumberText_ImplNoel Grandin1-4/+5
2021-07-31osl::Mutex->std::mutex in LangGuess_ImplNoel Grandin1-8/+9
2021-07-23do not use "using namespace std" in headersCollabora3-16/+13
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-3/+0
2021-05-17Don't use the macOS system German spelling dictionary for Swiss GermanTor Lillqvist1-1/+2
2021-04-08Fix typoAndrea Gelmini1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-25tdf#124173: Enable thesauruses in the iOS appTor Lillqvist2-1/+6
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-19Use the iOS fr_FR and it_IT dictionaries for other relevant countries, tooTor Lillqvist1-0/+25
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist3-7/+15
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski4-4/+4
2021-03-03loplugin:refcounting (macOS)Stephan Bergmann1-1/+2
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel1-1/+1
2021-01-01Use Unicode paths on Windows in libnumbertextMike Kaganski1-1/+3
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-3/+4
2020-11-13tdf#123936 Formatting files in module lingucomponent with clang-formatPhilipp Hofer1-2/+2
2020-11-11loplugin:stringviewNoel1-4/+4
2020-11-10new loplugin:reducevarscopeNoel Grandin1-2/+1
2020-10-02Use the new single-instance="true" attribute in lingucomponentStephan Bergmann8-16/+12
2020-07-20this should be a single-instance componentNoel Grandin1-1/+3
2020-07-20fix SAL_WARN when instantiating ThesaurusNoel Grandin1-1/+4
2020-07-18lingucomponent/spell: create instances with uno constructorsNoel Grandin3-52/+11
2020-07-14lingucomponent: create instances with uno constructorsNoel Grandin13-227/+53
2020-07-10replace usage of whitelist with allowlistThorsten Behrens2-2/+2
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: lingucomponentStephan Bergmann2-2/+2