summaryrefslogtreecommitdiff
path: root/sax/source/fastparser
AgeCommit message (Expand)Author
2013-12-31fastparser: avoid std::stack::top() - cache it's results.Michael Meeks
2013-12-20fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks
2013-12-20fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks
2013-12-20fastparser: fix load regressionMichael Meeks
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
2013-12-03no inheritance so no virtual neededMarkus Mohrhard
2013-12-02Hide the implementation.Kohei Yoshida
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida
2013-12-02Move this header out into a public place.Kohei Yoshida
2013-12-02Remove inline methods from the header.Kohei Yoshida
2013-12-02Move this out of the namespace scope.Kohei Yoshida
2013-11-26fastparser: strncmp needs a length.Michael Meeks
2013-11-26Presumably wants to use strcmpStephan Bergmann
2013-11-26fastparser: special case xmlns more sensibly.Michael Meeks
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks
2013-11-26fastparser: 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-19fastparser: accelerate value tokenisation as well.Michael Meeks
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
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-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-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák
2013-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-13sax: convert some legacy assertionsMichael Stahl
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
2012-06-27re-base on ALv2 code.Michael Meeks