summaryrefslogtreecommitdiffstats
path: root/sax/source/fastparser
Commit message (Expand)AuthorAgeFilesLines
* 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-112-60/+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
* Add a means to check if a namespace exists.Kohei Yoshida2013-12-021-0/+23
* Move this header out into a public place.Kohei Yoshida2013-12-023-315/+103
* Remove inline methods from the header.Kohei Yoshida2013-12-022-5/+23
* Move this out of the namespace scope.Kohei Yoshida2013-12-022-40/+41
* fastparser: strncmp needs a length.Michael Meeks2013-11-261-1/+1
* Presumably wants to use strcmpStephan Bergmann2013-11-261-1/+1
* fastparser: special case xmlns more sensibly.Michael Meeks2013-11-261-0/+4
* fastparser: Avoid copying all tokens into a sequence.Michael Meeks2013-11-262-4/+11
* fastparser: don't waste cycles churning reference counts.Michael Meeks2013-11-261-11/+13
* fastparser: avoid allocation and conversion of elementnames we don't need.Michael Meeks2013-11-231-1/+5
* fastparser: accelerate value tokenisation as well.Michael Meeks2013-11-192-29/+2
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-8/+2
* WaE: unreferenced local variableTor Lillqvist2013-10-211-1/+1
* sax: build fix: don't prefix enum valuesMatúš Kukan2013-10-171-17/+17
* fastparser: don't use multithreading for small documentsMatúš Kukan2013-10-172-28/+57
* fastparser: don't create temporary Events; use references to event listMatúš Kukan2013-10-172-78/+72
* fastparser: reuse event lists if possibleMatúš Kukan2013-10-172-12/+29
* fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks2013-10-172-6/+37
* fastparser: implementation using two threadsMatúš Kukan2013-10-172-26/+214
* fastparser: cache default namespace token for ooxml.Michael Meeks2013-10-172-15/+29