summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* fastparser: avoid boost::optional where it is un-necessary.Michael Meeks2014-01-141-5/+5
* don't call top on an empty stackCaolán McNamara2014-01-031-1/+1
* fastparser: avoid std::stack::top() - cache it's results.Michael Meeks2014-01-021-13/+9
* fastparser: fix load regressionMichael Meeks2013-12-231-140/+131
* sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl2013-12-181-3/+7
* Avoid inaccurate floating-point computationsStephan Bergmann2013-12-171-3/+7
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-102-55/+292
* Get it to build.Kohei Yoshida2013-12-041-0/+4
* sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2013-12-042-2/+2
* we need to pass the variable to get correct dll linkageMarkus Mohrhard2013-12-041-0/+4
* no inheritance so no virtual neededMarkus Mohrhard2013-12-041-15/+15
* Hide the implementation.Kohei Yoshida2013-12-041-103/+321
* Add a means to check if a namespace exists.Kohei Yoshida2013-12-041-0/+23
* Move this header out into a public place.Kohei Yoshida2013-12-044-316/+103
* Remove inline methods from the header.Kohei Yoshida2013-12-042-5/+23
* Move this out of the namespace scope.Kohei Yoshida2013-12-042-40/+41
* fastparser: Outline virtual destructor to please MSVC++.Michael Meeks2013-12-041-0/+5
* fastparser: strncmp needs a length.Michael Meeks2013-12-041-1/+1
* fastparser: special case xmlns more sensibly.Michael Meeks2013-12-041-0/+4
* fastparser: Avoid copying all tokens into a sequence.Michael Meeks2013-12-043-23/+22
* fastparser: don't waste cycles churning reference counts.Michael Meeks2013-12-041-11/+13
* fastparser: avoid allocation and conversion of elementnames we don't need.Michael Meeks2013-11-231-1/+5
* getChar() to return a null-terminated char array.Kohei Yoshida2013-11-221-7/+1
* Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida2013-11-201-0/+21
* fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks2013-11-201-0/+25
* fix spelling in commentNoel Grandin2013-11-201-1/+1
* sax: -Werror=sign-compareMiklos Vajna2013-11-201-1/+1
* fastparser: accelerate value tokenisation as well.Michael Meeks2013-11-193-37/+49
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-18/+18
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-103/+103
* remove unnecessary use of OUString constructorNoel Grandin2013-11-112-27/+27
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-253-27/+6
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* Remove comphelper::ComponentContextStephan Bergmann2013-10-211-3/+4
* FastTokenHandler service should apparently have a default constructorStephan Bergmann2013-10-212-9/+5
* WaE: unreferenced local variableTor Lillqvist2013-10-211-1/+1
* sax: build fix: don't prefix enum valuesMatúš Kukan2013-10-171-17/+17
* sax_attributes: needs cppuhelper on WindowsMatúš Kukan2013-10-171-0/+1
* sax_parser: needs also boost_headersMatúš Kukan2013-10-171-0/+4
* sax: fix build: needs explicit typeMatúš Kukan2013-10-171-4/+4
* 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-173-26/+215
* fastparser: cache default namespace token for ooxml.Michael Meeks2013-10-172-15/+29
* FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan2013-10-172-19/+46
* FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan2013-10-171-38/+35
* fastparser: remove duplicated OString version methodsMatúš Kukan2013-10-172-74/+21
* fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan2013-10-172-124/+141