summaryrefslogtreecommitdiff
path: root/sax/source/tools/converter.cxx
AgeCommit message (Expand)Author
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-25ofz#3752 Integer-overflowCaolán McNamara
2017-10-25ofz#3769 Integer-overflowCaolán McNamara
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-04-28loplugin:salunicodeliteral: saxStephan Bergmann
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann
2017-02-02fix linux buildNoel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-10New loplugin:conststringvar: saxStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-04tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
2016-02-09Remove excess newlinesChris Sherlock
2016-02-03fix gcc build errorCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-25coverity#982640 Missing break in switchCaolán McNamara
2014-05-26coverity#982640 Missing break in switchCaolán McNamara
2014-04-07sax: sal_Bool->boolNoel Grandin