summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/parser.cxx
AgeCommit message (Expand)Author
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-05loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-01-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-03new loplugin: refcountingNoel Grandin
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan
2014-09-19Use FastSaxParser directlyMatúš Kukan
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan