summaryrefslogtreecommitdiffstats
path: root/sax/qa
Commit message (Expand)AuthorAgeFilesLines
* V813: Decreased performanceCaolán McNamara2015-03-041-1/+1
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-5/+5
* Some more loplugin:cstylecast: saxStephan Bergmann2015-01-201-1/+1
* Remove unused XFastTokenHandler functionsMatúš Kukan2014-09-191-12/+0
* Use FastSaxParser directlyMatúš Kukan2014-09-191-7/+6
* fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan2014-09-181-3/+36
* various loplugin:passsequencebyrefNoel Grandin2014-05-141-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-4/+4
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-2/+2
* Improve output in case of test failureStephan Bergmann2014-02-121-2/+2
* css.xml.sax service ctor clean-upStephan Bergmann2013-12-191-5/+2
* Improve CPPUNIT_ASSERTsStephan Bergmann2013-12-171-9/+8
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-101-1/+137
* Remove comphelper::ComponentContextStephan Bergmann2013-10-211-3/+4
* FastTokenHandler service should apparently have a default constructorStephan Bergmann2013-10-211-6/+3
* sax: fix build: needs explicit typeMatúš Kukan2013-10-171-4/+4
* sax: add unit test for FastAttributeListMatúš Kukan2013-10-171-0/+83
* sax: add unit test for FastSaxParserMatúš Kukan2013-10-171-0/+98
* fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane2013-08-041-10/+10
* sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane2013-08-041-1/+1
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-151-3/+3
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-31/+32
* i#108348 sax::Converter: support negative date and dateTimeMichael Stahl2013-06-291-2/+4
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-22/+25
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-26/+26
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-191-35/+25
* warning C4310: cast truncates constant valueMichael Stahl2012-08-151-1/+1
* sigh.. MSVC warning C4146: unary minus applied to unsigned type?Michael Stahl2012-08-151-2/+2
* oops forgot #include limitsMichael Stahl2012-08-151-0/+2
* overflow in implicit constant conversion [-Werror=overflow]Michael Stahl2012-08-151-2/+2
* decodeBase64 test is done and workingArtur Dorda2012-08-151-0/+14
* encodeBase64 test is workingArtur Dorda2012-08-151-0/+32
* added some extreme values in string-to-measure testArtur Dorda2012-08-151-0/+3
* 'string to number' test coveredArtur Dorda2012-08-151-0/+15
* 'number to string' test coveredArtur Dorda2012-08-151-0/+20
* 'string to color' test coveredArtur Dorda2012-08-151-0/+14
* 'color to string' test coveredArtur Dorda2012-08-151-0/+19
* 'percent to string' test coveredArtur Dorda2012-08-151-0/+13
* 'string to percent' test coveredArtur Dorda2012-08-151-0/+20
* 'bool to string' test coveredArtur Dorda2012-08-151-0/+13
* 'string to bool' test coveredArtur Dorda2012-08-151-0/+18
* 'measure to string' test covered in test_converter.cxxArtur Dorda2012-08-151-1/+17
* Added testing 'measure to string' functionArtur Dorda2012-08-151-0/+10
* All the MeasureUnit values are covered in converter testArtur Dorda2012-08-151-1/+20
* Started testing measures in converter test, first: string to measureArtur Dorda2012-08-151-0/+16
* Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist2012-08-021-128/+0
* another unit test issueMichael Meeks2012-06-291-49/+49
* re-base on ALv2 code.Michael Meeks2012-06-272-49/+31
* targetted re-work of cppunit pieces.Michael Meeks2012-06-272-6/+1
* fdo#48969: add unit test for Converter::convertDoubleMichael Stahl2012-04-201-0/+72