summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-17sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann
2013-12-17Fix namingStephan Bergmann
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl
2013-12-03we need to pass the variable to get correct dll linkageMarkus Mohrhard
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-27Urgh - add embarassingly missing ~Michael Meeks
2013-11-27fastparser: Outline virtual destructor to please MSVC++.Michael Meeks
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-24cppcheck: fix same expression on both sidesJulien Nabet
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-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
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-17sax_attributes: needs cppuhelper on WindowsMatúš Kukan
2013-10-17sax_parser: needs also boost_headersMatúš Kukan
2013-10-17sax: fix build: needs explicit typeMatúš 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