summaryrefslogtreecommitdiff
path: root/sax/qa/cppunit/xmlimport.cxx
AgeCommit message (Expand)Author
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski
2024-05-10loplugin:ostr in saxNoel Grandin
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan
2021-10-30Prepare for removal of non-const operator[] from Sequence in saxMike Kaganski
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-02-18loplugin:referencecasting in saxNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-31Simplify code with std::string_viewStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-08-22loplugin:constmethod in saxNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-04-17loplugin:sequentialassign in scNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-02-21loplugin:subtlezeroinit: saxStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-10-13loplugin:unnecessaryoverrideNoel Grandin
2016-10-12tdf#103159 allow compiling on 12.04 systems stillJustin Luth
2016-08-16loplugin:stringstaticStephan Bergmann
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem
2016-07-17loplugin:passstuffbyrefStephan Bergmann
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem
2016-07-10loplugin:unreffunStephan Bergmann
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem
2016-07-08loplugin:staticmethodsStephan Bergmann
2016-07-08GSOC: Added test case for mishandle of namespaces.Mohammed Abdul Azeem
2016-06-17loplugin:refcountingStephan Bergmann
2016-06-17loplugin:passstuffbyrefStephan Bergmann
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem