summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-119-140/+30
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-102-55/+292
* sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2013-12-032-2/+2
* we need to pass the variable to get correct dll linkageMarkus Mohrhard2013-12-031-0/+4
* no inheritance so no virtual neededMarkus Mohrhard2013-12-031-15/+15
* Hide the implementation.Kohei Yoshida2013-12-021-103/+321
* Add a means to check if a namespace exists.Kohei Yoshida2013-12-021-0/+23
* Move this header out into a public place.Kohei Yoshida2013-12-024-316/+103
* Remove inline methods from the header.Kohei Yoshida2013-12-022-5/+23
* Move this out of the namespace scope.Kohei Yoshida2013-12-022-40/+41
* Urgh - add embarassingly missing ~Michael Meeks2013-11-271-1/+1
* fastparser: Outline virtual destructor to please MSVC++.Michael Meeks2013-11-271-0/+5
* fastparser: strncmp needs a length.Michael Meeks2013-11-261-1/+1
* Presumably wants to use strcmpStephan Bergmann2013-11-261-1/+1
* fastparser: special case xmlns more sensibly.Michael Meeks2013-11-261-0/+4
* fastparser: Avoid copying all tokens into a sequence.Michael Meeks2013-11-263-23/+22
* fastparser: don't waste cycles churning reference counts.Michael Meeks2013-11-261-11/+13
* cppcheck: fix same expression on both sidesJulien Nabet2013-11-241-1/+1
* 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
* fastparser: store mnNamespaceCount in another stackMatúš Kukan2013-10-172-12/+17
* sax: add unit test for FastAttributeListMatúš Kukan2013-10-173-0/+111