summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/legacyfastparser.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: saxStephan Bergmann1-2/+2
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-7/+6
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-6/+7
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-3/+3
2022-05-27clang-tidy modernize-pass-by-value in saxNoel Grandin1-1/+2
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet1-2/+1
2021-02-18loplugin:referencecasting in saxNoel1-5/+5
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-5/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-4/+4
2020-04-02loplugin:flatten in saxNoel Grandin1-44/+44
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-3/+2
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen1-2/+0
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-4/+4
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-10/+8
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem1-26/+21
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin1-2/+2
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem1-0/+7
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-55/+25
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem1-11/+83
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem1-16/+0
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem1-1/+4
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem1-5/+83
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem1-0/+275