summaryrefslogtreecommitdiff
path: root/sax/source/tools
AgeCommit message (Expand)AuthorFilesLines
2013-12-18sax: avoid usage of double for parsing nanoseconds here tooMichael Stahl1-3/+7
2013-12-17Avoid inaccurate floating-point computationsStephan Bergmann1-3/+7
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl1-54/+155
2013-12-04Get it to build.Kohei Yoshida1-0/+4
2013-12-04fastparser: Outline virtual destructor to please MSVC++.Michael Meeks1-0/+5
2013-12-04fastparser: Avoid copying all tokens into a sequence.Michael Meeks1-19/+11
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 Meeks1-8/+47
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-102/+102
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann1-3/+2
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan1-15/+42
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan1-38/+35
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-4/+4
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet1-12/+0
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl1-4/+4
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-44/+51
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-24/+180
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl1-8/+14
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl2-1/+54
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-101/+103
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-49/+41
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-3/+3
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák2-5/+5
2013-01-14sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer3-0/+27
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-20/+0
2013-01-07added Converter::convertColor with opacity parameterChr. Rossmanith1-1/+21
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák1-6/+12
2012-11-11sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl1-0/+2
2012-09-20unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan2-129/+61
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan3-2/+204
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan3-204/+2
2012-06-27re-base on ALv2 code.Michael Meeks5-92/+74
2012-06-16gbuildification of saxNorbert Thiebaud1-1/+0
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens1-3/+3
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara1-1/+0
2012-04-20fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl1-10/+142
2012-04-20fdo#48969: switch units in Converter::convertDoubleMichael Stahl1-1/+2
2012-04-12escape \n and \r too in escapeXml()Luboš Luňák1-0/+2