summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)AuthorFilesLines
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-01-20loplugin:unusedmethodsNoel Grandin1-29/+0
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+2
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-10-28com::sun::star->css in sal,saxNoel Grandin1-18/+18
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-17boost->stdCaolán McNamara1-12/+10
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+2
2015-07-04tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl1-2/+4
2015-06-25tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta1-4/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-8/+8
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2015-01-22WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara1-3/+3
2015-01-22sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl1-9/+11
2015-01-22sax: there is no OUStringBuffer(char) ctorMichael Stahl1-1/+1
2015-01-20Some more loplugin:cstylecast: saxStephan Bergmann1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-18sax: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-08fastparser: Redundant check after assertMatúš Kukan1-7/+4
2014-12-03Prevent hang during loading of xlsm doc.Kohei Yoshida1-10/+12
2014-12-02fix crash-190212-093017-986Caolán McNamara1-2/+8
2014-12-01We need to tell libxml2 parser to decode entities.Kohei Yoshida1-0/+3
2014-12-01Add message to exceptionMatúš Kukan1-2/+4
2014-11-20proper error reporting from libxml2Luboš Luňák1-33/+7
2014-11-20make FastSaxParser provide the whole content in one characters() callLuboš Luňák1-1/+18
2014-11-15windows blind fixMarkus Mohrhard1-1/+1
2014-11-14switch saxparser from expat to libxml2Luboš Luňák1-179/+136
2014-11-10remove pointless const_castLuboš Luňák1-2/+2
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks1-4/+3
2014-09-18Better to throw than crash, if token handler is not set.Matúš Kukan1-0/+3
2014-08-30Use plain bool parameter hereMatúš Kukan1-9/+8
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-4/+1
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks1-6/+5
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida1-0/+3
2014-06-30Check for empty() before calling top().Kohei Yoshida1-0/+3
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida1-0/+6
2014-04-09Remove unused functionsStephan Bergmann1-3/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-02remove whitespacesMarkus Mohrhard1-31/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-02-26Remove visual noise from saxAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-15/+15
2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-251158273 Uncaught exceptionCaolán McNamara1-2/+3