summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* Unify ctor functions to have _get_implementation suffix.Matúš Kukan2014-01-154-6/+6
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-153-6/+3
* fastparser: avoid boost::optional where it is un-necessary.Michael Meeks2014-01-141-5/+5
* Use boolStephan Bergmann2014-01-101-2/+2
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-7/+7
* WaE: C4101: 'e' : unreferenced local variableTor Lillqvist2014-01-031-1/+1
* 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