summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
2019-09-16shave 10% off load time of large docx fileNoel Grandin1-0/+1
2019-06-07Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke1-10/+33
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
2018-10-03no need to call empty() before clear()Noel Grandin1-2/+1
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-14Join the thread only if launch succeeded.Michael Meeks1-1/+1
2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks1-1/+17
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin2-3/+1
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen1-0/+1
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-13ofz#9591 Indirect-leakCaolán McNamara1-2/+6
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin1-3/+3
2018-07-20tdf#79878 perf loading docx file, pendingCharsNoel Grandin1-27/+36
2018-07-17tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin1-5/+12
2018-07-11tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin1-2/+8
2018-07-11tdf#79878 perf loading docx file, more saxNoel Grandin1-8/+8
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin2-7/+24
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl1-3/+3
2018-06-26Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann2-20/+16
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-8/+7
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara1-6/+6
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara1-4/+18
2018-03-05drop sax::tools::*base64 methodsNoel Grandin1-18/+0
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl1-0/+1
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl2-4/+41
2018-02-28sax: don't crash during loggingVasily Melenchuk1-1/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-19/+16
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: saxStephan Bergmann3-12/+12
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl1-3/+30
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl1-32/+19
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem2-34/+43
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-4/+4
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin3-3/+3
2017-12-21new loplugin: convertlongNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin4-4/+4
2017-12-10ofz#4571 Direct-leakCaolán McNamara1-40/+33
2017-12-10remove unused osl/time.h includes ..Jochen Nitschke1-1/+0
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-3/+3
2017-11-30ofz: always free with xmlFreeParserCtxtCaolán McNamara1-79/+77
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1