summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Use boolStephan Bergmann1-2/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-7/+7
2014-01-03WaE: C4101: 'e' : unreferenced local variableTor Lillqvist1-1/+1
2013-12-31don't call top on an empty stackCaolán McNamara1-1/+1
2013-12-31fastparser: avoid std::stack::top() - cache it's results.Michael Meeks1-13/+9
2013-12-20fastparser: move lclGetErrorMessage into the anonymous namespace.Michael Meeks1-41/+41
2013-12-20fastparser:: move Entity:: code into the anonymous namespace.Michael Meeks1-46/+46
2013-12-20fastparser: fix load regressionMichael Meeks1-68/+77
2013-12-19css.xml.sax service ctor clean-upStephan Bergmann1-5/+2
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann4-102/+62
2013-12-18Change from ServiceManager- to ComponentContext-based implementationsStephan Bergmann3-47/+51
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan6-250/+106
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2-41/+39
2013-12-17sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl1-3/+7
2013-12-17...and nDigits > 9 is harmless in following for loop and need not be cappedStephan Bergmann1-1/+1
2013-12-17readUnsignedNumberMaxDigits can read more than maxDigits charsStephan Bergmann1-2/+2
2013-12-17Fix namingStephan Bergmann1-5/+5
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann1-3/+7
2013-12-17Improve CPPUNIT_ASSERTsStephan Bergmann1-9/+8
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza9-140/+30
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2-55/+292
2013-12-03sax: stop using SAX_DLLIMPLEMENTATION for both sax and fastsaxMichael Stahl2-2/+2
2013-12-03we need to pass the variable to get correct dll linkageMarkus Mohrhard1-0/+4
2013-12-03no inheritance so no virtual neededMarkus Mohrhard1-15/+15
2013-12-02Hide the implementation.Kohei Yoshida1-103/+321
2013-12-02Add a means to check if a namespace exists.Kohei Yoshida1-0/+23
2013-12-02Move this header out into a public place.Kohei Yoshida4-316/+103
2013-12-02Remove inline methods from the header.Kohei Yoshida2-5/+23
2013-12-02Move this out of the namespace scope.Kohei Yoshida2-40/+41
2013-11-27Urgh - add embarassingly missing ~Michael Meeks1-1/+1
2013-11-27fastparser: Outline virtual destructor to please MSVC++.Michael Meeks1-0/+5
2013-11-26fastparser: strncmp needs a length.Michael Meeks1-1/+1
2013-11-26Presumably wants to use strcmpStephan Bergmann1-1/+1
2013-11-26fastparser: special case xmlns more sensibly.Michael Meeks1-0/+4
2013-11-26fastparser: Avoid copying all tokens into a sequence.Michael Meeks3-23/+22
2013-11-26fastparser: don't waste cycles churning reference counts.Michael Meeks1-11/+13
2013-11-24cppcheck: fix same expression on both sidesJulien Nabet1-1/+1
2013-11-23fastparser: avoid allocation and conversion of elementnames we don't need.Michael Meeks1-1/+5
2013-11-22getChar() to return a null-terminated char array.Kohei Yoshida1-7/+1
2013-11-20Expose raw char array and use it to avoid OUString allocations.Kohei Yoshida1-0/+21
2013-11-20fastparser: avoid excessive alloc/frees for int / bool / double parsingMichael Meeks1-0/+25
2013-11-20fix spelling in commentNoel Grandin1-1/+1
2013-11-20sax: -Werror=sign-compareMiklos Vajna1-1/+1
2013-11-19fastparser: accelerate value tokenisation as well.Michael Meeks3-37/+49
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-18/+18
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin2-103/+103
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-27/+27
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza3-27/+6
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1