summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)Author
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann
2013-10-21WaE: unreferenced local variableTor Lillqvist
2013-10-17sax: build fix: don't prefix enum valuesMatúš Kukan
2013-10-17fastparser: don't use multithreading for small documentsMatúš Kukan
2013-10-17fastparser: don't create temporary Events; use references to event listMatúš Kukan
2013-10-17fastparser: reuse event lists if possibleMatúš Kukan
2013-10-17fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks
2013-10-17fastparser: implementation using two threadsMatúš Kukan
2013-10-17fastparser: cache default namespace token for ooxml.Michael Meeks
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan
2013-10-17fastparser: remove duplicated OString version methodsMatúš Kukan
2013-10-17fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan
2013-10-17fastparser: store mnNamespaceCount in another stackMatúš Kukan
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan
2013-10-17remove not implemented method declarationMatúš Kukan
2013-10-11fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks
2013-10-02-Werror,-Wunused-variableStephan Bergmann
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02-Werror,-Wunused-functionStephan Bergmann
2013-08-23cppcheck: fix duplicate if/elseJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-15Mark as constTakeshi Abe
2013-08-01Mark as constTakeshi Abe
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet
2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl
2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19further OUString cleanupThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-23Fix typo, "charcter" -> "character"Julien Nabet
2013-02-13fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl