summaryrefslogtreecommitdiff
path: root/linguistic/source/gciterator.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin1-4/+2
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-2/+2
2019-04-10Fix double-clear of clearable mutex guardMike Kaganski1-42/+48
2019-03-07log nice exception messages whereever possibleNoel Grandin1-4/+7
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-8/+5
2018-11-25tdf#120703 PVS: fix possible buffer over-read when iterating stringMike Kaganski1-1/+2
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-02mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara1-8/+8
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse1-0/+62
2018-04-16Defer grammar checker thread creation until use.Michael Meeks1-1/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-25Use for-range loops in some modulesJulien Nabet1-4/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: linguisticStephan Bergmann1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+2
2017-07-02loplugin:casttovoid: linguisticStephan Bergmann1-5/+1
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-8/+5
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin1-2/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+2
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann1-1/+1
2016-08-30Related: tdf#83376 fallback to known in linguistic context is wrong, always.Eike Rathke1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-9/+9
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-3/+3
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+0
2015-07-15loplugin:unusedmethods linguisticNoel Grandin1-8/+0
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-3/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+0
2015-01-22rhbz#1184582: At least catch and log UNO exceptions in grammar checking threadStephan Bergmann1-50/+60
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-12/+12
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-08fdo#69416: make footnote positions available to XProofreaderMichael Stahl1-4/+22