summaryrefslogtreecommitdiff
path: root/sax/source/tools/converter.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56
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
2013-01-07added Converter::convertColor with opacity parameterChr. Rossmanith1-1/+21
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-20fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl1-10/+142
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl1-1/+2
2012-02-29Correctly calculate leap year.Kohei Yoshida1-1/+1
2012-02-10Removed unused codeAlexander Bergmann1-76/+0
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-6/+6
2012-02-08update unused listCaolán McNamara1-16/+0
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke1-6/+1
2011-11-30handle dates with year < 1000Eike Rathke1-4/+15
2011-11-28fix conversions from cmRadek Doulik1-7/+5
2011-11-28added conversion from MeasureUnit::CMRadek Doulik1-0/+43
2011-10-15Fix overflow in smoketest, promotion from sal_Int32 to sal_Int64 doesn't happ...Caolán McNamara1-2/+3
2011-10-11#i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl1-61/+21