summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* 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-141-1/+17
* 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
* loplugin:passstuffbyref even more return improvementsNoel Grandin2017-12-241-4/+4
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-233-3/+3
* new loplugin: convertlongNoel Grandin2017-12-211-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-114-4/+4
* ofz#4571 Direct-leakCaolán McNamara2017-12-101-40/+33
* remove unused osl/time.h includes ..Jochen Nitschke2017-12-101-1/+0
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-3/+3
* ofz: always free with xmlFreeParserCtxtCaolán McNamara2017-11-301-79/+77
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-222-8/+8
* Fix typosAndrea Gelmini2017-11-131-1/+1
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:constparam in vcl,svtoolsNoel Grandin2017-11-031-2/+2
* loplugin:constantparam in sal,saxNoel Grandin2017-10-312-15/+10
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-2/+2
* ofz#3752 Integer-overflowCaolán McNamara2017-10-251-11/+5
* loplugin:constmethod in tools,sax,UnoControlsNoel Grandin2017-10-255-5/+5
* ofz#3769 Integer-overflowCaolán McNamara2017-10-251-8/+5
* loplugin:includeform: saxStephan Bergmann2017-10-236-9/+9
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* allow events to accumulate past limit if an exception is pendingCaolán McNamara2017-09-181-1/+8
* protect against short fileCaolán McNamara2017-09-171-2/+1
* ofz: string has to be at least 5 chars longCaolán McNamara2017-09-171-2/+1
* ofz: leak on fdo72541-1.fodtCaolán McNamara2017-09-161-33/+33
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-2/+2
* sax: allow some debug logging in FastParserMichael Stahl2017-09-132-1/+8
* sax: improve READMEMichael Stahl2017-09-131-1/+10
* clang-tidy modernize-use-emplace in package..saxNoel Grandin2017-09-123-6/+6
* tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl2017-09-051-5/+10
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-12/+12
* sax parser: remove long-disabled codeThorsten Behrens2017-08-111-135/+0