summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Make OPT_ functions string more meaningful.Olivier Hallot1-39/+39
2019-12-22sal_Char->char in scaddins..sdextNoel Grandin7-20/+20
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann6-15/+0
2019-11-29tdf#129098: parameters mixed in OPT_PROB_INMONEY (scaddins)Julien Nabet1-3/+3
2019-11-03loplugin:stringaddNoel Grandin1-3/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák3-0/+6
2019-10-01loplugin:stringadd in scNoel Grandin2-4/+2
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-15/+3
2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scaddinsStephan Bergmann3-6/+6
2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2-55/+21
2019-07-24Fix typosAndrea Gelmini1-1/+1
2019-05-24tdf#42949 Fix IWYU warnings in scaddins/Gabor Kelemen12-34/+44
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-09loplugin:indentation in sdNoel Grandin1-4/+4
2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov1-4/+4
2018-12-12tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers1-51/+27
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-11-24drop ComplListAppendHandl enumNoel Grandin3-29/+9
2018-11-17Adapt to C++2a char_tStephan Bergmann5-206/+206
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-1/+1
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen3-0/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-9/+9
2018-10-09loplugin:constfields in scaddins,sccompNoel Grandin3-32/+32
2018-10-01loplugin:useuniqueptr in scaddins::ConvertDataLinearNoel Grandin2-9/+8
2018-09-17New loplugin:externalStephan Bergmann5-24/+24
2018-09-10loplugin:simplifyconstruct in scaddins..sdNoel Grandin3-10/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen3-0/+3
2018-07-02scaddins: Drop unused stuffTakeshi Abe1-3/+0
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen1-0/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-2/+2
2018-04-14Fix typosAndrea Gelmini1-1/+1
2018-04-01fix some openoffice bugzilla linksdennisroczek1-2/+2
2018-03-29loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2018-03-28loplugin:virtualdown in sc..sdNoel Grandin2-11/+4
2018-02-17loplugin:useuniqueptr in scaddinsNoel Grandin4-26/+13
2018-01-30Typ-o negativIlmari Lauhakangas1-1/+1
2018-01-12More loplugin:cstylecast: scaddinsStephan Bergmann2-10/+10
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin4-7/+7
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-2/+2
2017-11-05Translate German function names in Calc (financial)Johnny_M3-10/+10
2017-11-02Correct German variable names translation in Calc (financial)Johnny_M2-12/+12
2017-10-27loplugin:finalclasses in scNoel Grandin1-2/+1