summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-4/+4
2019-03-06Typo: unexpectend->unexpectedJulien Nabet1-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-2/+2
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-25Use for-range loops in some modulesJulien Nabet1-3/+2
2018-03-08loplugin:unusedmethodsNoel Grandin1-8/+0
2018-02-12cppcheck useInitializationListJochen Nitschke1-2/+0
2018-01-29loplugin:useuniqueptr in SpellCheckerDispatcherNoel Grandin1-8/+5
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann1-2/+2
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: linguisticStephan Bergmann1-2/+2
2017-07-20loplugin:constparams in linguisticNoel Grandin1-1/+1
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl1-3/+3
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-0/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-5/+5
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-02-20Prefix membersKhaled Hosny1-36/+36
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+0
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-3/+3
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+3
2016-04-01sequence->vector in linguisticNoel Grandin1-11/+11
2016-03-23loplugin:constantparam in linguisticNoel Grandin1-10/+7
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-4/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-07-15loplugin:unusedmethods linguisticNoel Grandin1-5/+0
2015-06-27coverity#1308449 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308446 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-08convert CapType to scoped enumNoel Grandin1-6/+6
2014-11-07coverity#1251171 Missing break in switchNorbert Thiebaud1-1/+3
2014-11-03fdo#61167 suggest titlecase and uppercase words from exception dictAndras Timar1-2/+42
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-28/+28
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-5/+3
2014-04-01linguistic: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-11coverity#705124 Invalid iterator comparisonCaolán McNamara1-2/+1
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-7/+7
2013-05-14fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-122/+118
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-3/+3
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke1-7/+7
2012-12-21fdo#57545 remove redundant capitalType functionsQuentin Pradet1-39/+0
2012-11-26fdo#37954, #i18737# accept capitalized lowercase custom wordsLászló Németh1-1/+68