summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/parser.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: saxStephan Bergmann1-2/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-1/+0
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-0/+1
2021-02-18loplugin:referencecasting in saxNoel1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen1-2/+0
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin1-1/+6
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann1-1/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+2
2016-01-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan1-10/+1
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-08-03new loplugin: refcountingNoel Grandin1-4/+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-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann1-5/+2
2013-10-21Remove comphelper::ComponentContextStephan Bergmann1-3/+4
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann1-6/+3
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan1-0/+98