summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)AuthorFilesLines
2016-10-13loplugin:unnecessaryoverrideNoel Grandin2-12/+0
2016-10-12tdf#103159 allow compiling on 12.04 systems stillJustin Luth1-9/+15
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-16loplugin:stringstaticStephan Bergmann1-15/+15
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem1-0/+89
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem3-2/+55
2016-07-17loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem2-2/+9
2016-07-10loplugin:unreffunStephan Bergmann1-1/+0
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem1-162/+8
2016-07-08loplugin:staticmethodsStephan Bergmann1-27/+22
2016-07-08GSOC: Added test case for mishandle of namespaces.Mohammed Abdul Azeem1-0/+78
2016-06-17loplugin:refcountingStephan Bergmann1-6/+6
2016-06-17loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem1-8/+45
2016-06-16loplugin:refcountingStephan Bergmann1-4/+4
2016-06-15GSoC: sax2/ unit tests:Mohammed Abdul Azeem2-39/+181
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin3-5/+6
2016-05-29loplugin:unreffunStephan Bergmann1-1/+0
2016-05-28sax2/ unit tests.Mohammed Abdul Azeem10-33/+197
2016-05-22-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2016-05-19loplugin:unreffun and loplugin:nullptrNoel Grandin1-2/+2
2016-05-19First cut at adding sax2/ unit tests.Mohammed Abdul Azeem3-0/+194
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-7/+7
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-10/+0
2016-01-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan2-20/+2
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-10/+10
2015-10-20new loplugin: badvectorinitNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-6/+6
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-08-03new loplugin: refcountingNoel Grandin2-25/+26
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+5
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann1-1/+1
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan1-12/+0
2014-09-19Use FastSaxParser directlyMatúš Kukan1-7/+6
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan1-3/+36
2014-05-14various loplugin:passsequencebyrefNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-4/+4
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-02-12Improve output in case of test failureStephan Bergmann1-2/+2
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann1-5/+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-10-21Remove comphelper::ComponentContextStephan Bergmann1-3/+4
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann1-6/+3
2013-10-17sax: fix build: needs explicit typeMatúš Kukan1-4/+4
2013-10-17sax: add unit test for FastAttributeListMatúš Kukan1-0/+83