summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* Remove comphelper::ComponentContextStephan Bergmann2013-10-211-3/+4
* FastTokenHandler service should apparently have a default constructorStephan Bergmann2013-10-212-9/+5
* WaE: unreferenced local variableTor Lillqvist2013-10-211-1/+1
* sax: build fix: don't prefix enum valuesMatúš Kukan2013-10-171-17/+17
* sax_attributes: needs cppuhelper on WindowsMatúš Kukan2013-10-171-0/+1
* sax_parser: needs also boost_headersMatúš Kukan2013-10-171-0/+4
* sax: fix build: needs explicit typeMatúš Kukan2013-10-171-4/+4
* 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-173-26/+215
* 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 FastAttributeListMatúš Kukan2013-10-173-0/+111
* sax: add unit test for FastSaxParserMatúš Kukan2013-10-174-6/+146
* 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
* fdo#46374 replace stardiv in comments where applicableThomas Arnhold2013-10-042-4/+4
* -Werror,-Wunused-variableStephan Bergmann2013-10-021-1/+0
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-17/+0
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-2/+0
* fix indentationPhilipp Riemer2013-08-311-11/+11
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-48/+9
* cppcheck: fix duplicate if/elseJulien Nabet2013-08-231-0/+2
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-5/+5
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-1/+1
* Mark as constTakeshi Abe2013-08-151-1/+1
* fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane2013-08-041-10/+10
* sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane2013-08-041-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: even more boost_headersMichael Stahl2013-07-151-0/+2
* sax: more s/TimeZone/Timezone/Michael Stahl2013-07-151-4/+4
* i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2013-07-152-47/+54
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-152-55/+212
* 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-295-7/+7
* i#108348 sax::Converter: support negative date and dateTimeMichael Stahl2013-06-292-10/+18
* 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
* gbuild: drop empty use_packages callsDavid Tardon2013-04-242-6/+0