summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2019-10-09shave 10% off load time of large docx fileNoel Grandin
2018-12-06Join the thread only if launch succeeded.Michael Meeks
2018-12-06Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-09-17Join the thread only if launch succeeded.Michael Meeks
2018-09-17Ensure fastparser thread is joined in case of exceptions.Michael Meeks
2018-04-12ofz#7110 ensure join is called on std::exceptions as well as uno::ExceptionCaolán McNamara
2018-01-08ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl
2018-01-07ofz: always free with xmlFreeParserCtxtCaolán McNamara
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-11-13Fix typosAndrea Gelmini
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-31loplugin:constantparam in sal,saxNoel Grandin
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-25ofz#3752 Integer-overflowCaolán McNamara
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-10-25ofz#3769 Integer-overflowCaolán McNamara
2017-10-23loplugin:includeform: saxStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-18allow events to accumulate past limit if an exception is pendingCaolán McNamara
2017-09-17protect against short fileCaolán McNamara
2017-09-17ofz: string has to be at least 5 chars longCaolán McNamara
2017-09-16ofz: leak on fdo72541-1.fodtCaolán McNamara
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-13sax: allow some debug logging in FastParserMichael Stahl
2017-09-13sax: improve READMEMichael Stahl
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin
2017-09-05tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11sax parser: remove long-disabled codeThorsten Behrens
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-20sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-07-02loplugin:casttovoid: saxStephan Bergmann
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-06-16Literal tab character is bad XML, write '&#9;' insteadEike Rathke
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-06-01convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock