summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21Remove comphelper::ComponentContextStephan Bergmann1-3/+4
2013-10-21FastTokenHandler service should apparently have a default constructorStephan Bergmann2-9/+5
2013-10-21WaE: unreferenced local variableTor Lillqvist1-1/+1
2013-10-17sax: build fix: don't prefix enum valuesMatúš Kukan1-17/+17
2013-10-17sax_attributes: needs cppuhelper on WindowsMatúš Kukan1-0/+1
2013-10-17sax_parser: needs also boost_headersMatúš Kukan1-0/+4
2013-10-17sax: fix build: needs explicit typeMatúš Kukan1-4/+4
2013-10-17fastparser: don't use multithreading for small documentsMatúš Kukan2-28/+57
2013-10-17fastparser: don't create temporary Events; use references to event listMatúš Kukan2-78/+72
2013-10-17fastparser: reuse event lists if possibleMatúš Kukan2-12/+29
2013-10-17fastparser: re-work locking, add high & low watermarks, change sizes etc.Michael Meeks2-6/+37
2013-10-17fastparser: implementation using two threadsMatúš Kukan3-26/+215
2013-10-17fastparser: cache default namespace token for ooxml.Michael Meeks2-15/+29
2013-10-17FastAttributeList: avoid OStrings in attribute list; just use char bufferMatúš Kukan2-19/+46
2013-10-17FastAttributeList: use vectors instead of map; the size is smallMatúš Kukan1-38/+35
2013-10-17fastparser: remove duplicated OString version methodsMatúš Kukan2-74/+21
2013-10-17fastparser: isolate calls to XFastContextHandler in Entity's methodsMatúš Kukan2-124/+141
2013-10-17fastparser: store mnNamespaceCount in another stackMatúš Kukan2-12/+17
2013-10-17sax: add unit test for FastAttributeListMatúš Kukan3-0/+111
2013-10-17sax: add unit test for FastSaxParserMatúš Kukan4-6/+146
2013-10-17remove not implemented method declarationMatúš Kukan1-1/+0
2013-10-11fastparser: don't allocate uno::Sequences when we don't need to.Michael Meeks2-5/+26
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-4/+4
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-10-02-Werror,-Wunused-functionStephan Bergmann1-17/+0
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-2/+0
2013-08-31fix indentationPhilipp Riemer1-11/+11
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-48/+9
2013-08-23cppcheck: fix duplicate if/elseJulien Nabet1-0/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-5/+5
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-1/+1
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-04fixup SAL_INFO macros to actually print the stringsLionel Elie Mamane1-10/+10
2013-08-04sax converter unittest: test accept trailing zeros in fractional secondsLionel Elie Mamane1-1/+1
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-07-21Remove unused convertDateTimeTZ and convertDateTZJulien Nabet1-12/+0
2013-07-15OUStringBuffer doesn't have append() overload for const char*Luboš Luňák1-1/+1
2013-07-15sax: even more boost_headersMichael Stahl1-0/+2
2013-07-15sax: more s/TimeZone/Timezone/Michael Stahl1-4/+4
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl2-47/+54
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2-55/+212
2013-07-03fastsax: provide the element name instead of prefix for unknown elementsCédric Bosdonnat1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold5-7/+7
2013-06-29i#108348 sax::Converter: support negative date and dateTimeMichael Stahl2-10/+18
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl2-1/+54
2013-06-05sax: SaxWriter: add well-formedness assertionsMichael Stahl1-2/+32
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-24gbuild: drop empty use_packages callsDavid Tardon2-6/+0