summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2017-04-05loplugin:constantparam part2Noel Grandin2-3/+3
2017-03-30remove type decorations on char literalsJochen Nitschke2-11/+11
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-20Prefix membersKhaled Hosny2-49/+49
2017-02-06Add missing #includesStephan Bergmann3-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann30-449/+210
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin3-13/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2-3/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann8-3/+16
2017-01-19use rtl::Reference in DicListNoel Grandin2-29/+23
2017-01-18use rtl::Reference in ConvDicListNoel Grandin2-32/+21
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17use rtl::Reference in LngSvcMgrNoel Grandin2-101/+79
2017-01-17use rtl::Reference in SpellCacheNoel Grandin2-11/+9
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin1-4/+3
2017-01-11Some loplugin:conststringvar/stringconstant improvements: linguisticStephan Bergmann1-1/+1
2017-01-10coverity#1398524 Uncaught exceptionCaolán McNamara1-1/+1
2017-01-10New loplugin:conststringvar: linguisticStephan Bergmann1-3/+3
2017-01-09New loplugin:externvar: linguisticStephan Bergmann1-1/+1
2017-01-03tdf#43157 Cleanup DBG_ASSERT in misc.cxxMuhammet Kara1-7/+6
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin3-6/+6
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-2/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in linguisticStephan Bergmann1-5/+0
2016-11-29Idle::Start must be called with SolarMutex lockedStephan Bergmann1-9/+15
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin4-45/+4
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin1-2/+2
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2-8/+3
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin1-2/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-29loplugin:literaltoboolconversionStephan Bergmann1-2/+2
2016-09-29Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns outCaolán McNamara1-67/+30
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-22/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann14-16/+16
2016-08-30return const&Eike Rathke1-1/+1
2016-08-30LanguageType is unsigned int16Eike Rathke4-12/+12
2016-08-30construct only when neededEike Rathke1-4/+2
2016-08-30calling set::find() before set::insert() is unwiseEike Rathke1-3/+2
2016-08-30pass the already available bcp47 string instead of yet another conversionEike Rathke1-6/+4
2016-08-30Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke3-3/+3
2016-08-30Resolves: tdf#83376 do not let linguistic tools fall back to known languagesEike Rathke1-4/+4
2016-08-30use static LanguageTag::convertTo...() instead of LanguageTag().get...()Eike Rathke1-3/+3
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin2-7/+0
2016-07-04remove comphelper::string::removeNoel Grandin2-3/+2