summaryrefslogtreecommitdiffstats
path: root/lingucomponent
Commit message (Expand)AuthorAgeFilesLines
* Use only the 'MacOSXSpell' component on iOS, not the 'spell' oneTor Lillqvist2020-01-032-3/+2
* The iOS sv_SE dictionary surely works for sv_FI, tooTor Lillqvist2019-08-121-0/+7
* tdf#124909: Assume the iOS de_DE dictionary works well enough genericallyTor Lillqvist2019-08-121-0/+14
* tdf#124172: Use the MacOSXSpell library on iOS, tooTor Lillqvist2019-08-123-4/+25
* Don't read past end of string in Guess ctorStephan Bergmann2018-10-261-39/+36
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+0
* clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin2018-10-231-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-193-3/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* loplugin:external (macOS)Stephan Bergmann2018-09-181-1/+1
* New loplugin:externalStephan Bergmann2018-09-177-7/+7
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-104-0/+5
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-2/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* lingucomponent: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-262-6/+0
* tdf#118647: Improve handling of system spell dictionaries on macOSTor Lillqvist2018-07-101-12/+100
* tdf#112442: Use list of available dictionaries, not available localesTor Lillqvist2018-05-181-8/+14
* loplugin:unusedfields in formula..registryNoel Grandin2018-05-172-7/+0
* coverity#1430057 rework warning code to use nonwarning patternCaolán McNamara2018-05-121-7/+6
* configure option to disable libnumbertextNoel Grandin2018-05-071-5/+6
* set -DENABLE_LIBNJUMBERTEXT after pkg-configRene Engelhard2018-05-041-4/+0
* loplugin:staticaccessStephan Bergmann2018-05-031-2/+2
* tdf#117171 support localized number name numbering stylesLászló Németh2018-05-034-0/+267
* coverity#1430057 silence Argument cannot be negativeCaolán McNamara2018-03-191-1/+1
* loplugin:useuniqueptr in HyphenatorNoel Grandin2018-02-173-44/+32
* loplugin:useuniqueptr in ThesaurusNoel Grandin2018-02-172-69/+30
* loplugin:useuniqueptr in SpellCheckerNoel Grandin2018-02-172-7/+4
* tdf#108523 Removed @author annotations.Manuj Vashist2018-02-052-6/+0
* lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky2018-01-272-0/+8
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-2/+2
* tdf#112373 Using vector of struct to manage hunspell dictsabstatic2018-01-202-56/+39
* remove local copies of std::min,std::maxNoel Grandin2018-01-151-7/+4
* More loplugin:cstylecast: lingucomponentStephan Bergmann2018-01-122-9/+9
* loplugin:salcall (macOS)Stephan Bergmann2017-12-151-2/+2
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-141-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-114-8/+8
* loplugin:salcall handle static methodsNoel Grandin2017-12-074-12/+12
* Replace lists by vectors in lingucomponentJulien Nabet2017-11-015-72/+59
* loplugin:finalclasses in h*,i*,j*Noel Grandin2017-11-012-4/+4
* Related: tdf#80713 allow translation of linguistic service display namesCaolán McNamara2017-10-253-6/+16
* loplugin:includeform: lingucomponent (macOS)Stephan Bergmann2017-10-241-1/+1
* loplugin:includeform: lingucomponentStephan Bergmann2017-10-237-8/+8
* hardly need a mutex to return a local stringCaolán McNamara2017-10-231-1/+0
* strip out trivial indirectionNoel Grandin2017-10-1816-218/+28
* Fix potential leak in macspellimp.mmJulien Nabet2017-10-052-6/+4
* Unify hyphenator loading and ensure Unicode paths on WindowsMike Kaganski2017-09-261-68/+32
* loplugin:flatten in framework..packageNoel Grandin2017-09-221-9/+6
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* Related tdf#112425: fix another leak in MacSpellCheckerJulien Nabet2017-09-181-4/+3
* tdf#112425: fix leak in MacSpellCheckerJulien Nabet2017-09-161-4/+3