summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2018-01-08ofz#4392 sax: guard access to Entity::maSavedException with mutexMichael Stahl1-3/+30
2018-01-07ofz: always free with xmlFreeParserCtxtCaolán McNamara1-79/+77
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2-8/+8
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-2/+2
2017-10-31loplugin:constantparam in sal,saxNoel Grandin2-15/+10
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-25ofz#3752 Integer-overflowCaolán McNamara1-11/+5
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin5-5/+5
2017-10-25ofz#3769 Integer-overflowCaolán McNamara1-8/+5
2017-10-23loplugin:includeform: saxStephan Bergmann6-9/+9
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-18allow events to accumulate past limit if an exception is pendingCaolán McNamara1-1/+8
2017-09-17protect against short fileCaolán McNamara1-2/+1
2017-09-17ofz: string has to be at least 5 chars longCaolán McNamara1-2/+1
2017-09-16ofz: leak on fdo72541-1.fodtCaolán McNamara1-33/+33
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-2/+2
2017-09-13sax: allow some debug logging in FastParserMichael Stahl2-1/+8
2017-09-13sax: improve READMEMichael Stahl1-1/+10
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin3-6/+6
2017-09-05tdf#112164 sax: handle errors on last call to XML_Parse()Michael Stahl1-5/+10
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-12/+12
2017-08-11sax parser: remove long-disabled codeThorsten Behrens1-135/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-8/+8
2017-07-20sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe1-3/+3
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-2/+2
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin5-10/+10
2017-07-16comphelper: move base64 encode/decode helpers from saxAshod Nakashian1-156/+4
2017-07-05new loplugin unnecessaryparenNoel Grandin3-3/+3
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-8/+8
2017-07-02loplugin:casttovoid: saxStephan Bergmann1-1/+0
2017-06-29Added find function to FastAttributeList:Mohammed Abdul Azeem1-0/+8
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-4/+2
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin2-5/+0
2017-06-16Literal tab character is bad XML, write '&#9;' insteadEike Rathke1-4/+2
2017-06-15[API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem4-2/+58
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-2/+2
2017-06-01convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin1-34/+11
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-2/+2
2017-04-28loplugin:salunicodeliteral: saxStephan Bergmann1-34/+34
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin1-11/+11
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky6-6/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann1-1/+1