summaryrefslogtreecommitdiff
path: root/lingucomponent
AgeCommit message (Expand)Author
2021-03-18Use the iOS fr_FR and it_IT dictionaries for other relevant countries, tooTor Lillqvist
2021-03-17tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist
2020-05-18Use only the 'MacOSXSpell' component on iOS, not the 'spell' oneTor Lillqvist
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-10loplugin:redundantpointerops (macOS)Stephan Bergmann
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-08-10Combine MacSpellChecker p/xPropHelperStephan Bergmann
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-08-10loplugin:referencecasting (macOS)Stephan Bergmann
2019-08-04Fix typoAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lingucomponentStephan Bergmann
2019-07-29loplugin:sequentialassignNoel Grandin
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-07-19Fix typoAndrea Gelmini
2019-06-21simplify some getSupportedServiceNamesNoel Grandin
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov
2019-04-24The iOS sv_SE dictionary surely works for sv_FI, tooTor Lillqvist
2019-04-24tdf#124909: Assume the iOS de_DE dictionary works well enough genericallyTor Lillqvist
2019-03-27loplugin:staticmethodsStephan Bergmann
2019-03-25tdf#124172: Use the MacOSXSpell library on iOS, tooTor Lillqvist
2019-03-17loplugin:typedefparam (macOS)Stephan Bergmann
2019-03-12Fix typoAndrea Gelmini
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-18lolugin:staticmethodsStephan Bergmann
2018-10-26Don't read past end of string in Guess ctorStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-26lingucomponent: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-10tdf#118647: Improve handling of system spell dictionaries on macOSTor Lillqvist
2018-05-18tdf#112442: Use list of available dictionaries, not available localesTor Lillqvist
2018-05-17loplugin:unusedfields in formula..registryNoel Grandin
2018-05-12coverity#1430057 rework warning code to use nonwarning patternCaolán McNamara