summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-25coverity#1249458 Explicit null dereferencedCaolán McNamara
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara
2014-10-25coverity#982640 Missing break in switchCaolán McNamara
2014-10-23WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist
2014-10-23FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan
2014-10-23FastSerializer: Simplify OUString write a bit moreMatúš Kukan
2014-10-23FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan
2014-10-23FastSerializer: Use fixed sized Sequence directly as cacheMatúš Kukan
2014-10-23FastSerializer: Use -1 for unknown string lengthMatúš Kukan
2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan
2014-10-23FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan
2014-10-23FastSerializer: Simplify a bitMatúš Kukan
2014-10-23Unused includes / using-declarationsMatúš Kukan
2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan
2014-10-23FastSerializer: Simplify cache to be fixed sized bufferMatúš Kukan
2014-10-23This was OString already; use it that wayMatúš Kukan
2014-10-23FastSerializer: Have own fast cache buffer implementation for XOutputStreamMatúš Kukan
2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan
2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan
2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks
2014-10-23FastSerializer: Remove throw specs; this is not UNO implementationMatúš Kukan
2014-10-23FastSerializer: Avoid sequences where possibleMatúš Kukan
2014-10-23FastSerializer: Remove escapeXml() creating OUString(Buffer)Matúš Kukan
2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan
2014-10-23FastSerializer: check for valid output stream in one place is enoughMatúš Kukan
2014-10-23FastSerializer: Do not keep whole sequence in memory; write in chunksMatúš Kukan
2014-10-23FastSerializer: We already know the attribute valueMatúš Kukan
2014-10-23FastSerializer: Buffer output and write it only at the endMatúš Kukan
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-10Revert "This was OString already; use it that way"Stephan Bergmann
2014-10-10This was OString already; use it that wayMatúš Kukan
2014-10-02coverity#1158274 Uncaught exceptionCaolán McNamara
2014-10-02fix indentCaolán McNamara
2014-10-02consistent capitalization in both exceptionsCaolán McNamara
2014-10-02coverity#1242946 Unused valueCaolán McNamara
2014-09-24Unused FastSaxSerializer::maSavedMarkStack memberMatúš Kukan
2014-09-22sax: Tabify makefiles to be more consistentMatúš Kukan
2014-09-19Remove unused XFastTokenHandler functionsMatúš Kukan
2014-09-19Use FastSaxParser directlyMatúš Kukan
2014-09-18fastparser: Use dummy token handler in unit test instead of an oox one.Matúš Kukan
2014-09-18Better to throw than crash, if token handler is not set.Matúš Kukan
2014-08-30Use plain bool parameter hereMatúš Kukan
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks
2014-07-03FastSaxSerializer: update documentationMiklos Vajna