summaryrefslogtreecommitdiff
path: root/sax/source/tools/converter.cxx
AgeCommit message (Expand)Author
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
2014-02-11sax: my suggestion was not as good as i thought...Michael Stahl
2014-02-11fdo#72468 avoid out of bounds array accessArnaud Versini
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-17sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl
2013-11-24cppcheck: fix same expression on both sidesJulien Nabet
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15Mark as constTakeshi Abe
2013-08-01Mark as constTakeshi Abe
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl