summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.cxx
AgeCommit message (Expand)Author
2019-12-06cleanup "tdf#117274 XLSX export: fix VML comment shape type id"László Németh
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen
2019-09-13tdf#117274 XLSX export: fix VML comment shape type idLászló Németh
2019-09-01Fix '..'Andrea Gelmini
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov
2019-05-30Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2018-10-29loplugin:oncevarNoel Grandin
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl
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