summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* use strong_int for LanguageTypeNoel Grandin2017-04-2614-87/+94
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin2017-04-243-11/+3
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* loplugin:constantparam part2Noel Grandin2017-04-052-3/+3
* remove type decorations on char literalsJochen Nitschke2017-03-302-11/+11
* Fix typosAndrea Gelmini2017-03-252-2/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Fix typosAndrea Gelmini2017-03-021-1/+1
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* Prefix membersKhaled Hosny2017-02-202-49/+49
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* Remove dynamic exception specificationsStephan Bergmann2017-01-2630-449/+210
* loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin2017-01-243-13/+0
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-232-3/+3
* New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann2017-01-198-3/+16
* use rtl::Reference in DicListNoel Grandin2017-01-192-29/+23
* use rtl::Reference in ConvDicListNoel Grandin2017-01-182-32/+21
* Refactor Scheduler to add Task classJan-Marek Glogowski2017-01-171-1/+1
* use rtl::Reference in LngSvcMgrNoel Grandin2017-01-172-101/+79
* use rtl::Reference in SpellCacheNoel Grandin2017-01-172-11/+9
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-171-4/+3
* Some loplugin:conststringvar/stringconstant improvements: linguisticStephan Bergmann2017-01-111-1/+1
* coverity#1398524 Uncaught exceptionCaolán McNamara2017-01-101-1/+1
* New loplugin:conststringvar: linguisticStephan Bergmann2017-01-101-3/+3
* New loplugin:externvar: linguisticStephan Bergmann2017-01-091-1/+1
* tdf#43157 Cleanup DBG_ASSERT in misc.cxxMuhammet Kara2017-01-031-7/+6
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-053-6/+6
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-052-2/+2
* loplugin:unnecessaryoverride (dtors) in linguisticStephan Bergmann2016-12-051-5/+0
* Idle::Start must be called with SolarMutex lockedStephan Bergmann2016-11-291-9/+15
* loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2016-11-084-45/+4
* loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin2016-11-081-2/+2
* loplugin:oncevar in helpcompiler..reportdesignNoel Grandin2016-11-022-8/+3
* loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2016-10-191-2/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-2/+2
* loplugin:literaltoboolconversionStephan Bergmann2016-09-291-2/+2
* Resolves: tdf#67555 writeFile honors ntfs symlinks as it turns outCaolán McNamara2016-09-291-67/+30
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-241-22/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1314-16/+16
* return const&Eike Rathke2016-08-301-1/+1
* LanguageType is unsigned int16Eike Rathke2016-08-304-12/+12
* construct only when neededEike Rathke2016-08-301-4/+2
* calling set::find() before set::insert() is unwiseEike Rathke2016-08-301-3/+2
* pass the already available bcp47 string instead of yet another conversionEike Rathke2016-08-301-6/+4
* Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke2016-08-303-3/+3
* Resolves: tdf#83376 do not let linguistic tools fall back to known languagesEike Rathke2016-08-301-4/+4
* use static LanguageTag::convertTo...() instead of LanguageTag().get...()Eike Rathke2016-08-301-3/+3