summaryrefslogtreecommitdiffstats
path: root/scaddins
Commit message (Expand)AuthorAgeFilesLines
* tdf#129098: parameters mixed in OPT_PROB_INMONEY (scaddins)Julien Nabet2019-12-041-3/+3
* loplugin:stringaddNoel Grandin2019-11-031-3/+1
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák2019-10-043-0/+6
* loplugin:stringadd in scNoel Grandin2019-10-012-4/+2
* Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski2019-09-271-1/+1
* support O(U)String::number() for fast string concatenationLuboš Luňák2019-09-241-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-173-15/+3
* loplugin:sequenceloop in scaddins..scriptingNoel Grandin2019-08-151-2/+2
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): scaddinsStephan Bergmann2019-07-313-6/+6
* Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov2019-07-302-55/+21
* Fix typosAndrea Gelmini2019-07-241-1/+1
* tdf#42949 Fix IWYU warnings in scaddins/Gabor Kelemen2019-05-2412-34/+44
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-1/+1
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-1/+1
* new loplugin typedefparamNoel Grandin2019-03-041-1/+1
* loplugin:indentation in sdNoel Grandin2019-02-091-4/+4
* Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov2018-12-201-4/+4
* tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers2018-12-121-51/+27
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-251-2/+2
* drop ComplListAppendHandl enumNoel Grandin2018-11-243-29/+9
* Adapt to C++2a char_tStephan Bergmann2018-11-175-206/+206
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-1/+1
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-263-0/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-9/+9
* loplugin:constfields in scaddins,sccompNoel Grandin2018-10-093-32/+32
* loplugin:useuniqueptr in scaddins::ConvertDataLinearNoel Grandin2018-10-012-9/+8
* New loplugin:externalStephan Bergmann2018-09-175-24/+24
* loplugin:simplifyconstruct in scaddins..sdNoel Grandin2018-09-103-10/+2
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-103-0/+3
* scaddins: Drop unused stuffTakeshi Abe2018-07-021-3/+0
* tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen2018-06-221-0/+1
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-2/+2
* Fix typosAndrea Gelmini2018-04-141-1/+1
* fix some openoffice bugzilla linksdennisroczek2018-04-011-2/+2
* loplugin:unnecessaryvirtualNoel Grandin2018-03-291-1/+1
* loplugin:virtualdown in sc..sdNoel Grandin2018-03-282-11/+4
* loplugin:useuniqueptr in scaddinsNoel Grandin2018-02-174-26/+13
* Typ-o negativIlmari Lauhakangas2018-01-301-1/+1
* More loplugin:cstylecast: scaddinsStephan Bergmann2018-01-122-10/+10
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-114-7/+7
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-2/+2
* Translate German function names in Calc (financial)Johnny_M2017-11-053-10/+10
* Correct German variable names translation in Calc (financial)Johnny_M2017-11-022-12/+12
* loplugin:finalclasses in scNoel Grandin2017-10-271-2/+1
* loplugin:includeform: scaddinsStephan Bergmann2017-10-234-7/+7
* Translate German variable names in Calc (financial)Johnny_M2017-10-232-20/+20
* use std::vector<Complex> in ComplexListNoel Grandin2017-10-183-17/+15