summaryrefslogtreecommitdiffstats
path: root/sax/source/tools
Commit message (Expand)AuthorAgeFilesLines
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-7/+7
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin2014-02-253-14/+0
* remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin2014-02-253-12/+0
* sax: my suggestion was not as good as i thought...Michael Stahl2014-02-111-0/+4
* fdo#72468 avoid out of bounds array accessArnaud Versini2014-02-111-2/+2
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-7/+7
* 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
* Avoid inaccurate floating-point computationsStephan Bergmann2013-12-171-3/+7
* sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2013-12-101-54/+155
* Urgh - add embarassingly missing ~Michael Meeks2013-11-271-1/+1
* fastparser: Outline virtual destructor to please MSVC++.Michael Meeks2013-11-271-0/+5
* fastparser: Avoid copying all tokens into a sequence.Michael Meeks2013-11-261-19/+11
* cppcheck: fix same expression on both sidesJulien Nabet2013-11-241-1/+1
* 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-191-8/+47
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-102/+102
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-2/+2
* FastTokenHandler service should apparently have a default constructorStephan Bergmann2013-10-211-3/+2
* FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan2013-10-171-15/+42
* FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan2013-10-171-38/+35
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-212-4/+4
* Mark as constTakeshi Abe2013-08-151-1/+1
* Mark as constTakeshi Abe2013-08-011-1/+1
* Remove unused convertDateTimeTZ and convertDateTZJulien Nabet2013-07-211-12/+0
* sax: more s/TimeZone/Timezone/Michael Stahl2013-07-151-4/+4
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-151-44/+51
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-24/+180
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-1/+1
* i#108348 sax::Converter: support negative date and dateTimeMichael Stahl2013-06-291-8/+14
* sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl2013-06-052-1/+54
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-181-101/+103
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-075-49/+41
* Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith2013-04-011-1/+1
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-3/+3
* Wundef, fix various more or less broken debug codeLuboš Luňák2013-03-182-5/+5
* sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer2013-01-143-0/+27
* callcatcher: update and remove newly unused codeCaolán McNamara2013-01-131-20/+0
* added Converter::convertColor with opacity parameterChr. Rossmanith2013-01-071-1/+21
* wrap vararg sax functions in typesafe overloadsLuboš Luňák2012-12-191-6/+12
* sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl2012-11-111-0/+2
* unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan2012-09-202-129/+61