summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:salunicodeliteral: saxStephan Bergmann2017-04-281-34/+34
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-11/+11
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann2017-04-061-1/+1
* Fix typosAndrea Gelmini2017-03-255-7/+7
* escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke2017-03-032-15/+115
* FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke2017-02-281-1/+54
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-1/+2