summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* shave 10% off load time of large docx fileNoel Grandin2019-09-161-0/+1
* Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke2019-06-071-10/+33
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-3/+3
* tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen2018-10-301-0/+1
* loplugin:oncevarNoel Grandin2018-10-291-2/+0
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-2/+2
* tdf#120703 (PVS): handle failed reallocMike Kaganski2018-10-211-2/+8
* ofz: thread shenanigansCaolán McNamara2018-10-171-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* loplugin:constfields in reportdesign,sal,saxNoel Grandin2018-10-124-26/+9
* clang-tidy misc-throw-by-value-catch-by-referenceNoel Grandin2018-10-121-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-36/+36
* no need to call empty() before clear()Noel Grandin2018-10-031-2/+1
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* Join the thread only if launch succeeded.Michael Meeks2018-09-141-1/+1
* Ensure fastparser thread is joined in case of exceptions.Michael Meeks2018-09-121-1/+17
* loplugin:simplifyconstruct in reportdesign..saxNoel Grandin2018-09-102-3/+1
* tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen2018-08-311-0/+1
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-1/+1
* ofz#9591 Indirect-leakCaolán McNamara2018-08-131-2/+6
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-041-1/+1
* Fix typosAndrea Gelmini2018-08-041-1/+1
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-271-3/+3
* tdf#79878 perf loading docx file, pendingCharsNoel Grandin2018-07-201-27/+36
* tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin2018-07-171-5/+12
* tdf#79878 perf loading docx file, improve threading heuristicNoel Grandin2018-07-111-2/+8
* tdf#79878 perf loading docx file, more saxNoel Grandin2018-07-111-8/+8
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-2/+2
* tdf#79878 perf loading docx file, sax improvementsNoel Grandin2018-07-082-7/+24
* sax: fix overflow in sax::Converter::convertMeasure()Michael Stahl2018-06-302-3/+4
* Avoid potential double-delete in ~XMLFile2UTFConverterStephan Bergmann2018-06-263-27/+23
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-051-1/+0
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-3/+3
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-8/+7
* ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara2018-03-251-6/+6
* crashtesting: asserts on legal xml names on exportCaolán McNamara2018-03-161-4/+18
* add some color conversion methods to sax::ConverterNoel Grandin2018-03-061-0/+1
* drop sax::tools::*base64 methodsNoel Grandin2018-03-052-60/+0
* tdf#115429 sax,xmloff: assert on empty attribute names & namespacesMichael Stahl2018-03-021-0/+1
* tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl2018-03-012-4/+41
* sax: don't crash during loggingVasily Melenchuk2018-02-281-1/+1
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-19/+16
* Fix typosAndrea Gelmini2018-01-241-1/+1
* loplugin:constparamsNoel Grandin2018-01-241-2/+2
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-2/+2
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: saxStephan Bergmann2018-01-126-19/+19
* ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl2018-01-061-3/+30
* sax: remove that odd Entity copy constructorMichael Stahl2018-01-051-32/+19
* Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem2018-01-042-34/+43