summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
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 Grandin1-1/+2
2019-10-12No need to create functions for just returning "true" or "false"Julien Nabet1-13/+3
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski1-0/+6
2019-10-01loplugin:stringadd in package..saxNoel Grandin1-7/+7
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen8-17/+2
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-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-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 Illarionov5-9/+9
2019-05-10an uno -> a unoCaolán McNamara1-1/+1
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski1-2/+2
2019-04-17loplugin:sequentialassign in scNoel Grandin1-2/+1
2019-04-14tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-15/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-4/+4
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin2-24/+6
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov3-19/+15
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-1/+1
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2-5/+3
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-3/+3
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-2/+2
2018-11-23convert CallbackType to scoped enumNoel Grandin1-13/+13
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen1-0/+1
2018-10-29loplugin:oncevarNoel Grandin1-2/+0
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski1-2/+8
2018-10-17ofz: thread shenanigansCaolán McNamara1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin4-26/+9
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-36/+36