summaryrefslogtreecommitdiffstats
path: root/sax/source/fastparser
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-301-3/+3
* com::sun::star->css in sal,saxNoel Grandin2015-10-281-18/+18
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-5/+5
* boost->stdCaolán McNamara2015-09-171-12/+10
* sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-271-1/+2
* tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl2015-07-041-2/+4
* tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta2015-06-251-4/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-8/+8
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-3/+3
* WaE: warning C4101: ´e´ : unreferenced local variableCaolán McNamara2015-01-221-3/+3
* sax: fastparser: use cppu::getCaughtException() to avoid sliced exceptionsMichael Stahl2015-01-221-9/+11
* sax: there is no OUStringBuffer(char) ctorMichael Stahl2015-01-221-1/+1
* Some more loplugin:cstylecast: saxStephan Bergmann2015-01-201-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-2/+2
* sax: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* fastparser: Redundant check after assertMatúš Kukan2014-12-081-7/+4
* Prevent hang during loading of xlsm doc.Kohei Yoshida2014-12-031-10/+12
* fix crash-190212-093017-986Caolán McNamara2014-12-021-2/+8
* We need to tell libxml2 parser to decode entities.Kohei Yoshida2014-12-011-0/+3
* Add message to exceptionMatúš Kukan2014-12-011-2/+4
* proper error reporting from libxml2Luboš Luňák2014-11-201-33/+7
* make FastSaxParser provide the whole content in one characters() callLuboš Luňák2014-11-201-1/+18
* windows blind fixMarkus Mohrhard2014-11-151-1/+1
* switch saxparser from expat to libxml2Luboš Luňák2014-11-141-179/+136
* remove pointless const_castLuboš Luňák2014-11-101-2/+2
* fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks2014-10-231-4/+3
* Better to throw than crash, if token handler is not set.Matúš Kukan2014-09-181-0/+3
* Use plain bool parameter hereMatúš Kukan2014-08-301-9/+8
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-4/+1
* fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks2014-07-111-6/+5
* Use a new fast parser instance for each XML fragment.Kohei Yoshida2014-06-301-0/+3
* Check for empty() before calling top().Kohei Yoshida2014-06-301-0/+3
* Don't go further and pop the stack if it's empty.Kohei Yoshida2014-06-301-0/+6
* Remove unused functionsStephan Bergmann2014-04-091-3/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-5/+5
* remove whitespacesMarkus Mohrhard2014-03-021-31/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-18/+18
* Remove visual noise from saxAlexander Wilms2014-02-261-3/+3
* Remove unneccessary commentsAlexander Wilms2014-02-231-15/+15
* coverity#1130446 Uncaught exceptionCaolán McNamara2014-02-081-1/+2
* 1158273 Uncaught exceptionCaolán McNamara2014-01-251-2/+3
* coverity#1158443 Uninitialized pointer fieldCaolán McNamara2014-01-231-3/+6
* coverity#1158444 Uninitialized scalar fieldCaolán McNamara2014-01-231-12/+13
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+2
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-1/+1
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-3/+1
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-4/+3
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-151-1/+1