summaryrefslogtreecommitdiffstats
path: root/sax/qa
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-fieldStephan Bergmann2016-05-221-1/+1
* loplugin:unreffun and loplugin:nullptrNoel Grandin2016-05-191-2/+2
* First cut at adding sax2/ unit tests.Mohammed Abdul Azeem2016-05-193-0/+194
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-7/+7
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-10/+0
* sax: use CPPUNIT_ASSERT_THROWMatúš Kukan2016-01-172-20/+2
* loplugin:unusedfieldsNoel Grandin2015-12-241-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-10/+10
* new loplugin: badvectorinitNoel Grandin2015-10-201-3/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-6/+6
* sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-271-2/+2
* new loplugin: refcountingNoel Grandin2015-08-032-25/+26
* 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