summaryrefslogtreecommitdiff
path: root/linguistic/source/spelldsp.cxx
AgeCommit message (Expand)Author
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-25Use for-range loops in some modulesJulien Nabet
2018-03-08loplugin:unusedmethodsNoel Grandin
2018-02-12cppcheck useInitializationListJochen Nitschke
2018-01-29loplugin:useuniqueptr in SpellCheckerDispatcherNoel Grandin
2018-01-12More loplugin:cstylecast: linguisticStephan Bergmann
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-10-23loplugin:includeform: linguisticStephan Bergmann
2017-07-20loplugin:constparams in linguisticNoel Grandin
2017-06-07tdf#108349: fix LanguageType conversions from UNO "short"Michael Stahl
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-02-20Prefix membersKhaled Hosny
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke
2016-04-01sequence->vector in linguisticNoel Grandin
2016-03-23loplugin:constantparam in linguisticNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-07-15loplugin:unusedmethods linguisticNoel Grandin
2015-06-27coverity#1308449 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308446 Uncaught exceptionCaolán McNamara
2015-04-08convert CapType to scoped enumNoel Grandin
2014-11-07coverity#1251171 Missing break in switchNorbert Thiebaud
2014-11-03fdo#61167 suggest titlecase and uppercase words from exception dictAndras Timar
2014-04-15linguistic: sal_Bool->boolNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01linguistic: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-11coverity#705124 Invalid iterator comparisonCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-11convert linguistic/source/*.cxx from String to OUStringNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-05-14fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin
2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke
2012-12-21fdo#57545 remove redundant capitalType functionsQuentin Pradet
2012-11-26fdo#37954, #i18737# accept capitalized lowercase custom wordsLászló Németh
2012-11-24get rid of CreateLocale() and relatedEike Rathke
2012-10-09Kill use of macro LINGU_EXCEPTIONSMarcos Paulo de Souza
2012-10-08re-base on ALv2 code. Includes:Michael Meeks