summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
AgeCommit message (Expand)AuthorFilesLines
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann3-6/+6
2020-03-22tdf#131464: fix create an index of Writer in Japanese localeJulien Nabet1-2/+2
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin3-4/+4
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-1/+2
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov1-7/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov2-3/+3
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen5-2/+6
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-2/+3
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-2/+2
2018-01-25Fix Index::getIndexWeight for empty inputStephan Bergmann1-1/+1
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-3/+3
2017-11-06loplugin:constparams in various(2)Noel Grandin1-1/+1
2017-10-23loplugin:includeform: i18npoolStephan Bergmann2-3/+3
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin5-14/+20
2017-09-27loplugin:flatten in variousNoel Grandin1-10/+11
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-10/+7
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-3/+2
2017-06-29improve refcounting lopluginNoel Grandin1-1/+1
2017-04-28loplugin:salunicodeliteral: i18npoolStephan Bergmann1-4/+4
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-44/+36
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2-6/+3
2016-09-03coverity#1372445 Uncaught exceptionCaolán McNamara1-1/+1
2016-09-01coverity#1372397 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (i18npool)Stephan Bergmann1-2/+2
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann3-10/+10
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-1/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+6
2015-11-17Typo "stirng" -> "string"Stephan Bergmann2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6
2015-10-19com::sun::star->css in i18npoolNoel Grandin3-15/+15
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-03new loplugin: refcountingNoel Grandin1-3/+3