summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/test_converter.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-7/+7
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-20new loplugin: badvectorinitNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+5
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-12Improve output in case of test failureStephan Bergmann1-2/+2
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann1-9/+8
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl1-1/+137
2013-08-04fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane1-10/+10
2013-08-04sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane1-1/+1
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-3/+3
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-31/+32
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl1-2/+4
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-22/+25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-26/+26
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-35/+25
2012-08-15warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl1-2/+2
2012-08-15oops forgot #include limitsMichael Stahl1-0/+2
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl1-2/+2
2012-08-15decodeBase64 test is done and workingArtur Dorda1-0/+14
2012-08-15encodeBase64 test is workingArtur Dorda1-0/+32
2012-08-15added some extreme values in string-to-measure testArtur Dorda1-0/+3
2012-08-15'string to number' test coveredArtur Dorda1-0/+15
2012-08-15'number to string' test coveredArtur Dorda1-0/+20
2012-08-15'string to color' test coveredArtur Dorda1-0/+14
2012-08-15'color to string' test coveredArtur Dorda1-0/+19
2012-08-15'percent to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to percent' test coveredArtur Dorda1-0/+20
2012-08-15'bool to string' test coveredArtur Dorda1-0/+13
2012-08-15'string to bool' test coveredArtur Dorda1-0/+18
2012-08-15'measure to string' test covered in test_converter.cxxArtur Dorda1-1/+17
2012-08-15Added testing 'measure to string' functionArtur Dorda1-0/+10
2012-08-15All the MeasureUnit values are covered in converter testArtur Dorda1-1/+20
2012-08-15Started testing measures in converter test, first: string to measureArtur Dorda1-0/+16
2012-06-29another unit test issueMichael Meeks1-49/+49
2012-06-27re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl1-0/+72
2012-02-29sax: ConverterTest: add leap year testsMichael Stahl1-0/+6
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke1-5/+3
2011-11-30handle dates with year < 1000Eike Rathke1-2/+7
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-4/+4
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-4/+4
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-1/+3
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-2/+2