summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* tdf#136551 DOTX import: restore support for large XML attribute valuesMiklos Vajna2020-09-291-1/+3
* tdf#89475 xmloff: ODF import/export: continue fixing draw:angleMichael Stahl2020-05-191-12/+23
* make FastParser always take a FastTokenHandlerBase subclassNoel Grandin2020-04-256-30/+20
* loplugin:flatten in saxNoel Grandin2020-04-025-141/+139
* Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin2020-03-123-5/+5
* tdf#130878 Report does not show label-fieldsNoel Grandin2020-02-291-0/+5
* Drop o3tl::optional wrapperStephan Bergmann2020-02-211-3/+3
* use fast-parser APIs for embedded script parsingNoel Grandin2020-02-201-2/+2
* remove some unused local varsNoel Grandin2020-01-261-1/+0
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-153-6/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-151-2/+1
* use more std::make_sharedNoel Grandin2020-01-101-2/+2
* Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann2020-01-091-1/+1
* sal_Char->char in remotebridges..saxNoel Grandin2019-12-198-25/+25
* cleanup "tdf#117274 XLSX export: fix VML comment shape type id"László Németh2019-12-061-4/+7
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-3/+3
* xmloff,sw: fix handling of invalid attribute with multiple ':'Michael Stahl2019-11-261-0/+1
* cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet2019-11-243-8/+6
* improve exception messageNoel Grandin2019-11-191-7/+7
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-171-0/+4
* Also consider saved exceptions when terminating parseMike Kaganski2019-11-161-3/+11
* Fix useless assert(true) (which would never fire)Stephan Bergmann2019-11-131-4/+2
* tdf#125688, special-case empty returnNoel Grandin2019-10-311-1/+4
* tdf#125688 speed up load of change-tracking ODSNoel Grandin2019-10-311-21/+15
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-232-4/+5
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-161-3/+2
* No need to create functions for just returning "true" or "false"Julien Nabet2019-10-121-13/+3
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-6/+6
* Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski2019-10-041-0/+6
* add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák2019-10-046-2/+10
* support reusing PCH if linktarget has additional reasonable definesLuboš Luňák2019-10-042-0/+4
* loplugin:stringadd in package..saxNoel Grandin2019-10-011-7/+7
* tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen2019-09-2512-28/+9
* shave 10% off load time of large docx fileNoel Grandin2019-09-141-0/+1
* tdf#117274 XLSX export: fix VML comment shape type idLászló Németh2019-09-131-1/+3
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* loplugin:returnconstval in sal..scNoel Grandin2019-08-241-4/+4
* loplugin:returnconstval in saxNoel Grandin2019-08-231-1/+1
* loplugin:constmethod in saxNoel Grandin2019-08-221-1/+1
* loplugin:constvars in package..scNoel Grandin2019-08-201-1/+1
* Fix typosAndrea Gelmini2019-08-201-1/+1
* Simplify Sequence iterations in postprocess..saxArkadiy Illarionov2019-08-174-25/+15
* Fix typosAndrea Gelmini2019-08-122-3/+3
* Improved loplugin:stringconstant (now that GCC 7 supports it): saxStephan Bergmann2019-07-315-6/+6
* cid#1448394 try silence unsafe_xml_parse_configCaolán McNamara2019-07-261-1/+1
* cid#1448394 can't change xml_parse_config settingCaolán McNamara2019-07-241-0/+1
* close some more holes in structuresNoel Grandin2019-07-231-6/+6
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-1/+1
* Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke2019-05-301-10/+33
* Reintroduce mbXescape that got overaggressively removedEike Rathke2019-05-302-0/+19