summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2020-05-19tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl1-12/+23
2020-04-25make FastParser always take a FastTokenHandlerBase subclassNoel Grandin6-30/+20
2020-04-02loplugin:flatten in saxNoel Grandin5-141/+139
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin3-5/+5
2020-02-29tdf#130878 Report does not show label-fieldsNoel Grandin1-0/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-20use fast-parser APIs for embedded script parsingNoel Grandin1-2/+2
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci3-6/+3
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann1-1/+1
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin8-25/+25
2019-12-06cleanup "tdf#117274 XLSX export: fix VML comment shape type id"László Németh1-4/+7
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-26xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl1-0/+1
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet3-8/+6
2019-11-19improve exception messageNoel Grandin1-7/+7
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-16Also consider saved exceptions when terminating parseMike Kaganski1-3/+11
2019-11-13Fix useless assert(true) (which would never fire)Stephan Bergmann1-4/+2
2019-10-31tdf#125688, special-case empty returnNoel Grandin1-1/+4
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin1-21/+15
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin2-4/+5
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-3/+2
2019-10-12No need to create functions for just returning "true" or "false"Julien Nabet1-13/+3
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-6/+6
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-0/+6
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák6-2/+10
2019-10-04support reusing PCH if linktarget has additional reasonable definesLuboš Luňák2-0/+4
2019-10-01loplugin:stringadd in package..saxNoel Grandin1-7/+7
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen12-28/+9
2019-09-14shave 10% off load time of large docx fileNoel Grandin1-0/+1
2019-09-13tdf#117274 XLSX export: fix VML comment shape type idLászló Németh1-1/+3
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-4/+4
2019-08-23loplugin:returnconstval in saxNoel Grandin1-1/+1
2019-08-22loplugin:constmethod in saxNoel Grandin1-1/+1
2019-08-20loplugin:constvars in package..scNoel Grandin1-1/+1
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov4-25/+15
2019-08-12Fix typosAndrea Gelmini2-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann5-6/+6
2019-07-26cid#1448394 try silence unsafe_xml_parse_configCaolán McNamara1-1/+1
2019-07-24cid#1448394 can't change xml_parse_config settingCaolán McNamara1-0/+1
2019-07-23close some more holes in structuresNoel Grandin1-6/+6
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-30Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke1-10/+33
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke2-0/+19
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov6-10/+10