summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)AuthorFilesLines
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2-0/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin1-1/+1
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+2
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-3/+3
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-42/+0
2018-01-12More loplugin:cstylecast: saxStephan Bergmann3-7/+7
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-3/+3
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-7/+5
2017-10-23loplugin:includeform: saxStephan Bergmann1-2/+2
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2-1/+4
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-2/+2
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-02-21loplugin:subtlezeroinit: saxStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann2-1/+2
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-14/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-35/+20
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-3/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann1-1/+0
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