summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
AgeCommit message (Expand)Author
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-15loplugin:useuniqueptr in LngSvcMgrNoel Grandin
2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-03-25Use for-range loops in some modulesJulien Nabet
2017-12-19inline use-once typedefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-23loplugin:includeform: linguisticStephan Bergmann
2017-07-31loplugin:oncevarNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17use rtl::Reference in LngSvcMgrNoel Grandin
2017-01-10coverity#1398524 Uncaught exceptionCaolán McNamara
2016-11-29Idle::Start must be called with SolarMutex lockedStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-30calling set::find() before set::insert() is unwiseEike Rathke
2016-08-30pass the already available bcp47 string instead of yet another conversionEike Rathke
2016-08-30Resolves: tdf#83376 do not let linguistic tools fall back to known languagesEike Rathke
2016-08-30use static LanguageTag::convertTo...() instead of LanguageTag().get...()Eike Rathke
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-01sequence->vector in linguisticNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-11linguistic: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-23com::sun::star->css in linguisticNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-06-30Revert "Revert "Wrong comment with 'sal_True' instead of 'true'""Stephan Bergmann