summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/spellcheck
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-102-0/+3
* clang-tidy performance-unnecessary-value-paramNoel Grandin2018-09-061-2/+5
* 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:useuniqueptr in SpellCheckerNoel Grandin2018-02-172-7/+4
* lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky2018-01-271-0/+4
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-2/+2
* tdf#112373 Using vector of struct to manage hunspell dictsabstatic2018-01-202-56/+39
* loplugin:salcall (macOS)Stephan Bergmann2017-12-151-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* Replace lists by vectors in lingucomponentJulien Nabet2017-11-011-29/+22
* Related: tdf#80713 allow translation of linguistic service display namesCaolán McNamara2017-10-251-2/+5
* loplugin:includeform: lingucomponent (macOS)Stephan Bergmann2017-10-241-1/+1
* loplugin:includeform: lingucomponentStephan Bergmann2017-10-231-1/+1
* strip out trivial indirectionNoel Grandin2017-10-186-110/+15
* Fix potential leak in macspellimp.mmJulien Nabet2017-10-052-6/+4
* Related tdf#112425: fix another leak in MacSpellCheckerJulien Nabet2017-09-181-4/+3
* tdf#112425: fix leak in MacSpellCheckerJulien Nabet2017-09-161-4/+3
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-172-5/+3
* loplugin:useuniqueptr in lingucomponentNoel Grandin2017-07-122-5/+4
* loplugin:oncevarStephan Bergmann2017-06-301-4/+2
* cleanup unused css/linguistic2/ includesJochen Nitschke2017-05-284-4/+0
* loplugin:checkunusedparams variousNoel Grandin2017-05-163-6/+4
* Fix typosAndrea Gelmini2017-05-052-2/+2
* loplugin:salunicodeliteral: lingucomponentStephan Bergmann2017-04-282-8/+8
* use strong_int for LanguageTypeNoel Grandin2017-04-262-4/+4
* Prefix membersKhaled Hosny2017-02-202-90/+90
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-58/+28
* loplugin:dynexcspec (macOS), lingucomponentStephan Bergmann2017-01-201-1/+1
* New loplugin:dynexcspec: Add @throws documentation, lingucomponentStephan Bergmann2017-01-191-0/+1
* fix collisionCaolán McNamara2016-12-151-5/+1
* hunspell defines this for some time nowDavid Tardon2016-12-151-3/+5
* fix build with hunspell < 1.5David Tardon2016-12-151-0/+5
* if building against system hunspell < 1.5.4 > 1.4.0Caolán McNamara2016-12-151-0/+4
* update to latest hunspell 1-5 releaseCaolán McNamara2016-12-141-8/+36
* remove useless Mutex guardsNoel Grandin2016-12-121-1/+0
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-241-2/+2
* loplugin:overrideStephan Bergmann2016-09-141-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* cppcheck: oppositeInnerCondition if new fails, its going to throwCaolán McNamara2016-06-201-3/+1
* loplugin:salboolStephan Bergmann2016-04-221-3/+3
* new plugin stylepoliceNoel Grandin2016-04-211-11/+11
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* try next hunspell 1.4.0 prerelease milestoneCaolán McNamara2016-04-181-1/+0
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-2/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* Attempted fix for "Resolves: #i126762# Ignore dictionary not in specified...Stephan Bergmann2016-02-021-4/+17
* Resolves: #i126762# Ignore dictionary not in specified location.Kay Schenk2016-02-021-1/+9
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-2/+2