summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.cxx
AgeCommit message (Expand)Author
2015-04-11Show duplicate attributeJulien Nabet
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2014-10-25coverity#1249458 Explicit null dereferencedCaolán McNamara
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara
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 -1 for unknown string lengthMatúš 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-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-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-10Revert "This was OString already; use it that way"Stephan Bergmann
2014-10-10This was OString already; use it that wayMatúš Kukan
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin
2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin
2013-06-05sax: FastSaxSerializer: add well-formedness assertionsMichael Stahl
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
2013-01-14sax: add methods to duplicate current top marker and reapply it laterPierre-Eric Pelloux-Prayer
2012-11-11sax: FastSaxSerializer: cannot do anything without a streamMichael Stahl
2012-09-20unusedcode: FastSaxSerializer is not used through UNOMatúš Kukan
2012-09-08sax: com.sun.star.xml.sax.FastSerializer seems to be unusedMatúš Kukan
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-01Targeted string re-work in padmin and saxThorsten Behrens
2012-04-12escape \n and \r too in escapeXml()Luboš Luňák
2012-04-02reorganize trickier staticsCaolán McNamara
2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot
2012-01-05callcatcher: drop some unused methodsCaolán McNamara
2011-05-28Replace cstdio with iostream in fastserializer.cxxNigel Hawkins
2011-05-27Fix build breakage with debug enabled.Nigel Hawkins
2011-04-11small bug, "%d" instead of "%ld" in a printfJulien Nabet
2011-03-01avoid implicit castCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 15Gert Faller