summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Defer grammar checker thread creation until use.Michael Meeks1-1/+3
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin3-6/+6
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2-2/+2
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
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-8/+2
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin9-27/+27
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-05-26loplugin:unusedmethodsNoel Grandin1-2/+0
2016-05-19loplugin:unusedmethods in l10ntools to lotuswordproNoel Grandin1-9/+0
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin4-12/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann7-21/+21
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-25/+18
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin5-9/+9
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke3-9/+10
2016-04-06Avoid reserved identifierStephan Bergmann2-3/+3
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-30/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01sequence->vector in linguisticNoel Grandin8-170/+100
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin5-7/+7
2016-03-29Avoid reserved identifiersStephan Bergmann2-8/+8
2016-03-23loplugin:constantparam in linguisticNoel Grandin2-14/+9
2016-02-18tdf#97179: do not suggest 1-letter custom dictionary wordsLászló Németh1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-7/+0
2016-02-09Remove excess newlinesChris Sherlock25-53/+0