summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)Author
2013-12-04Get it to build.Kohei Yoshida
2013-12-04sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
2013-12-04no inheritance so no virtual neededMarkus Mohrhard
2013-12-04Hide the implementation.Kohei Yoshida
2013-12-04Add a means to check if a namespace exists.Kohei Yoshida
2013-12-04Move this header out into a public place.Kohei Yoshida
2013-12-04Remove inline methods from the header.Kohei Yoshida
2013-12-04Move this out of the namespace scope.Kohei Yoshida
2013-12-04fastparser: Outline virtual destructor to please MSVC++.Michael Meeks
2013-12-04fastparser: strncmp needs a length.Michael Meeks
2013-12-04fastparser: special case xmlns more sensibly.Michael Meeks
2013-12-04fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-12-04fastparser: don't waste cycles churning reference counts.Michael Meeks
2013-11-23fastparser: avoid allocation and conversion of elementnames we don't need.Michael Meeks
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks
2013-11-20fix spelling in commentNoel Grandin
2013-11-20sax: -Werror=sign-compareMiklos Vajna
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann
2013-10-21WaE: unreferenced local variableTor Lillqvist
2013-10-17sax: build fix: don't prefix enum valuesMatúš Kukan
2013-10-17fastparser: don't use multithreading for small documentsMatúš Kukan
2013-10-17fastparser: don't create temporary Events; use references to event listMatúš Kukan
2013-10-17fastparser: reuse event lists if possibleMatúš Kukan
2013-10-17fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks
2013-10-17fastparser: implementation using two threadsMatúš Kukan
2013-10-17fastparser: cache default namespace token for ooxml.Michael Meeks
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan
2013-10-17fastparser: remove duplicated OString version methodsMatúš Kukan
2013-10-17fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan
2013-10-17fastparser: store mnNamespaceCount in another stackMatúš Kukan
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan
2013-10-17remove not implemented method declarationMatúš Kukan
2013-10-11fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-08-23cppcheck: fix duplicate if/elseJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15Mark as constTakeshi Abe
2013-08-01Mark as constTakeshi Abe
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet
2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák