summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-01We need to tell libxml2 parser to decode entities.Kohei Yoshida1-0/+3
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
2014-01-23coverity#1158443 Uninitialized pointer fieldCaolán McNamara1-3/+6
2014-01-23coverity#1158444 Uninitialized scalar fieldCaolán McNamara1-12/+13
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-4/+3
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+1
2014-01-14fastparser: avoid boost::optional where it is un-necessary.Michael Meeks1-5/+5
2014-01-10Use boolStephan Bergmann1-2/+2
2014-01-03WaE: C4101: 'e' : unreferenced local variableTor Lillqvist1-1/+1
2013-12-31don't call top on an empty stackCaolán McNamara1-1/+1
2013-12-31fastparser: avoid std::stack::top() - cache it's results.Michael Meeks1-13/+9
2013-12-20fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks1-41/+41
2013-12-20fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks1-46/+46
2013-12-20fastparser: fix load regressionMichael Meeks1-68/+77
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-32/+18
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann1-17/+18
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan1-91/+47
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza1-35/+0
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl1-1/+1
2013-12-03no inheritance so no virtual neededMarkus Mohrhard1-15/+15
2013-12-02Hide the implementation.Kohei Yoshida1-103/+321
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida1-0/+23
2013-12-02Move this header out into a public place.Kohei Yoshida1-1/+103
2013-12-02Remove inline methods from the header.Kohei Yoshida1-0/+18
2013-12-02Move this out of the namespace scope.Kohei Yoshida1-38/+39
2013-11-26fastparser: strncmp needs a length.Michael Meeks1-1/+1