summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* don't call top on an empty stackCaolán McNamara2013-12-311-1/+1
* fastparser: avoid std::stack::top() - cache it's results.Michael Meeks2013-12-311-13/+9
* fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks2013-12-201-41/+41
* fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks2013-12-201-46/+46
* fastparser: fix load regressionMichael Meeks2013-12-201-68/+77
* css.xml.sax service ctor clean-upStephan Bergmann2013-12-191-5/+2
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-194-102/+62
* Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann2013-12-183-47/+51
* sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2013-12-186-250/+106
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-182-41/+39
* sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl2013-12-171-3/+7
* ...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann2013-12-171-1/+1
* readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann2013-12-171-2/+2
* Fix namingStephan Bergmann2013-12-171-5/+5
* Avoid inaccurate floating-point computationsStephan Bergmann2013-12-171-3/+7
* Improve CPPUNIT_ASSERTsStephan Bergmann2013-12-171-9/+8
* 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