summaryrefslogtreecommitdiffstats
path: root/sax/source/fastparser/fastparser.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-151-2/+1
* fastparser: avoid boost::optional where it is un-necessary.Michael Meeks2014-01-141-5/+5
* Use boolStephan Bergmann2014-01-101-2/+2
* WaE: C4101: 'e' : unreferenced local variableTor Lillqvist2014-01-031-1/+1
* don't call top on an empty stackCaolán McNamara2013-12-311-1/+1
* fastparser: avoid std::stack::top() - cache it's results.Michael Meeks2013-12-311-13/+9
* fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks2013-12-201-41/+41
* fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks2013-12-201-46/+46
* fastparser: fix load regressionMichael Meeks2013-12-201-68/+77
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-32/+18
* Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann2013-12-181-17/+18
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-181-91/+47
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-35/+0
* sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2013-12-031-1/+1
* no inheritance so no virtual neededMarkus Mohrhard2013-12-031-15/+15
* Hide the implementation.Kohei Yoshida2013-12-021-103/+321