summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* Join the thread only if launch succeeded.Michael Meeks2018-12-061-1/+0
* Ensure fastparser thread is joined in case of exceptions.Michael Meeks2018-12-061-0/+1
* Join the thread only if launch succeeded.Michael Meeks2018-09-171-1/+1
* Ensure fastparser thread is joined in case of exceptions.Michael Meeks2018-09-171-1/+17
* ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara2018-04-121-6/+6
* ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl2018-01-081-3/+30
* ofz: always free with xmlFreeParserCtxtCaolán McNamara2018-01-071-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
* remove unnecessary use of 'this->'Noel Grandin2017-08-023-8/+8
* sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe2017-07-201-3/+3
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-2/+2
* loplugin:constparams in basegfx,sax,shellNoel Grandin2017-07-175-10/+10
* comphelper: move base64 encode/decode helpers from saxAshod Nakashian2017-07-161-156/+4
* new loplugin unnecessaryparenNoel Grandin2017-07-053-3/+3
* Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2017-07-031-8/+8
* loplugin:casttovoid: saxStephan Bergmann2017-07-021-1/+0
* Added find function to FastAttributeList:Mohammed Abdul Azeem2017-06-291-0/+8
* loplugin:oncevar in oox..saxNoel Grandin2017-06-261-4/+2
* loplugin:unusedfields in registry..saxNoel Grandin2017-06-232-5/+0
* Literal tab character is bad XML, write '&#9;' insteadEike Rathke2017-06-161-4/+2
* [API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2017-06-154-2/+58
* use more SAL_N_ELEMENTS part 2Noel Grandin2017-06-141-2/+2
* convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin2017-06-011-34/+11
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-2/+2