summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin14-66/+25
2016-01-15loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin1-3/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin1-2/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+2
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin7-20/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-10/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2