summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-23loplugin:includeform: scaddinsStephan Bergmann4-7/+7
2017-10-23Translate German variable names in Calc (financial)Johnny_M2-20/+20
2017-10-18use std::vector<Complex> in ComplexListNoel Grandin3-17/+15
2017-10-02Translate German variable names in Calc (financial)Johnny_M1-16/+16
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin4-52/+39
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-4/+1
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara6-6/+6
2017-07-21migrate to boost::gettextCaolán McNamara27-2845/+1576
2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin3-3/+3
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin1-1/+1
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin2-3/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin2-2/+2
2017-06-11move unlocalized pricing strings into sourceCaolán McNamara4-62/+21
2017-05-19make string translation loading more uniformCaolán McNamara3-3/+3