summaryrefslogtreecommitdiffstats
path: root/sax/source
Commit message (Expand)AuthorAgeFilesLines
* sax: build fix: don't prefix enum valuesMatúš Kukan2013-10-171-17/+17
* fastparser: don't use multithreading for small documentsMatúš Kukan2013-10-172-28/+57
* fastparser: don't create temporary Events; use references to event listMatúš Kukan2013-10-172-78/+72
* fastparser: reuse event lists if possibleMatúš Kukan2013-10-172-12/+29
* fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks2013-10-172-6/+37
* fastparser: implementation using two threadsMatúš Kukan2013-10-172-26/+214
* fastparser: cache default namespace token for ooxml.Michael Meeks2013-10-172-15/+29
* FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan2013-10-172-19/+46
* FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan2013-10-171-38/+35
* fastparser: remove duplicated OString version methodsMatúš Kukan2013-10-172-74/+21
* fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan2013-10-172-124/+141
* fastparser: store mnNamespaceCount in another stackMatúš Kukan2013-10-172-12/+17
* sax: add unit test for FastSaxParserMatúš Kukan2013-10-171-2/+2
* remove not implemented method declarationMatúš Kukan2013-10-171-1/+0
* fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks2013-10-112-5/+26
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-17/+0
* cppcheck: fix duplicate if/elseJulien Nabet2013-08-231-0/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-5/+5
* 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
* OUStringBuffer doesn't have append() overload for const char*Luboš Luňák2013-07-151-1/+1
* 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
* fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat2013-07-031-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-293-5/+5
* 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
* sax: SaxWriter: add well-formedness assertionsMichael Stahl2013-06-051-2/+32
* 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-0712-88/+75
* Remove RTL_CONSTASCII_(U)STRINGPARAM in scaddins/saxChr. Rossmanith2013-04-012-5/+5
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* further OUString cleanupThomas Arnhold2013-03-191-3/+3
* 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
* sal_Bool to boolTakeshi Abe2013-03-041-3/+3
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* Fix typo, "charcter" -> "character"Julien Nabet2013-02-231-7/+7
* fdo#60471: svgio, sax: enable internal entity declarations for SVGMichael Stahl2013-02-131-10/+32
* sax: convert some legacy assertionsMichael Stahl2013-02-132-11/+10
* 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