summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)Author
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann
2013-10-17sax: fix build: needs explicit typeMatúš Kukan
2013-10-17sax: add unit test for FastAttributeListMatúš Kukan
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan
2013-08-04fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane
2013-08-04sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
2012-08-15warning C4310: cast truncates constant valueMichael Stahl
2012-08-15sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl
2012-08-15oops forgot #include limitsMichael Stahl
2012-08-15overflow in implicit constant conversion [-Werror=overflow]Michael Stahl
2012-08-15decodeBase64 test is done and workingArtur Dorda
2012-08-15encodeBase64 test is workingArtur Dorda
2012-08-15added some extreme values in string-to-measure testArtur Dorda
2012-08-15'string to number' test coveredArtur Dorda
2012-08-15'number to string' test coveredArtur Dorda
2012-08-15'string to color' test coveredArtur Dorda
2012-08-15'color to string' test coveredArtur Dorda
2012-08-15'percent to string' test coveredArtur Dorda
2012-08-15'string to percent' test coveredArtur Dorda
2012-08-15'bool to string' test coveredArtur Dorda
2012-08-15'string to bool' test coveredArtur Dorda
2012-08-15'measure to string' test covered in test_converter.cxxArtur Dorda
2012-08-15Added testing 'measure to string' functionArtur Dorda
2012-08-15All the MeasureUnit values are covered in converter testArtur Dorda
2012-08-15Started testing measures in converter test, first: string to measureArtur Dorda
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist
2012-06-29another unit test issueMichael Meeks
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl
2012-02-29sax: ConverterTest: add leap year testsMichael Stahl
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke
2011-11-30handle dates with year < 1000Eike Rathke
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-16Removed leftover makefile.mk after gbuildization.Stephan Bergmann
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann
2011-09-12sb140: #i117694# some CppUnit related cleanupStephan Bergmann
2011-08-02Add static sax cppunittester for iOSTor Lillqvist
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17CWS gnumake4: convert sax to new build system [hg:389d236eb6b2]Mathias Bauer
2011-06-07No testing, sorry, when cross-compilingTor Lillqvist
2011-04-05remove ADAPT_EXT_STLCaolán McNamara