summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2019-06-07Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-29loplugin:oncevarNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-21tdf#120703 (PVS): handle failed reallocMike Kaganski
2018-10-17ofz: thread shenanigansCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-10-12clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14Join the thread only if launch succeeded.Michael Meeks
2018-09-12Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-13ofz#9591 Indirect-leakCaolán McNamara
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-04Fix typosAndrea Gelmini
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-20tdf#79878 perf loading docx file, pendingCharsNoel Grandin
2018-07-17tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin
2018-07-11tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin
2018-07-11tdf#79878 perf loading docx file, more saxNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-07-08tdf#79878 perf loading docx file, sax improvementsNoel Grandin
2018-06-30sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl
2018-06-26Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-25ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara
2018-03-16crashtesting: asserts on legal xml names on exportCaolán McNamara
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-02tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl
2018-02-28sax: don't crash during loggingVasily Melenchuk
2018-02-21New loplugin:nestedunnamedStephan Bergmann
2018-01-24Fix typosAndrea Gelmini
2018-01-24loplugin:constparamsNoel Grandin
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: saxStephan Bergmann
2018-01-06ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl
2018-01-05sax: remove that odd Entity copy constructorMichael Stahl
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin