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