summaryrefslogtreecommitdiff
path: root/sax/source/tools/converter.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-04tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian1-9/+15
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-03fix gcc build errorCaolán McNamara1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-28com::sun::star->css in sal,saxNoel Grandin1-20/+20
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2014-12-20fdo#39440 sax, sc: reduce scope of local variablesMichael Weghorn1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-6/+4
2014-10-25coverity#982640 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#982640 Missing break in switchCaolán McNamara1-0/+1
2014-04-07sax: sal_Bool->boolNoel Grandin1-1/+1
2014-02-11sax: my suggestion was not as good as i thought...Michael Stahl1-0/+4
2014-02-11fdo#72468 avoid out of bounds array accessArnaud Versini1-2/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-7/+7
2013-12-17sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl1-3/+7
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann1-1/+1
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann1-2/+2
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann1-3/+7
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl1-54/+155
2013-11-24cppcheck: fix same expression on both sidesJulien Nabet1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-102/+102
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet1-12/+0
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl1-4/+4
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-44/+51
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-24/+180
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl1-8/+14
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-101/+103
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-31/+29
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-20/+0