summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.cxx
AgeCommit message (Expand)Author
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-07-02loplugin:casttovoid: saxStephan Bergmann
2017-06-16Literal tab character is bad XML, write '	' insteadEike Rathke
2017-03-03escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke
2017-02-28FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in sal,saxNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
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