summaryrefslogtreecommitdiff
path: root/sax/source/tools/fastserializer.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: saxStephan Bergmann1-9/+9
2020-04-02loplugin:flatten in saxNoel Grandin1-15/+15
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-3/+3
2019-12-06cleanup "tdf#117274 XLSX export: fix VML comment shape type id"László Németh1-4/+7
2019-09-25tdf#42949 Fix IWYU warnings in sax/Gabor Kelemen1-1/+1
2019-09-13tdf#117274 XLSX export: fix VML comment shape type idLászló Németh1-1/+3
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-17Simplify Sequence iterations in postprocess..saxArkadiy Illarionov1-2/+2
2019-05-30Resolves: tdf#125279 do not double _x005F_ escapementEike Rathke1-10/+33
2019-05-30Reintroduce mbXescape that got overaggressively removedEike Rathke1-0/+16
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-3/+3
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-2/+2
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov1-6/+4
2018-10-29loplugin:oncevarNoel Grandin1-2/+0
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-14/+0
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-03-01tdf#115429 sax: assert if exporting an invalid XML attribute/elementMichael Stahl1-4/+11
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-1/+1
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-1/+1
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: saxStephan Bergmann1-1/+0
2017-06-16Literal tab character is bad XML, write '	' insteadEike Rathke1-4/+2
2017-03-03escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke1-15/+112
2017-02-28FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke1-1/+54
2016-10-28tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai1-5/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara1-1/+1
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung1-23/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-28com::sun::star->css in sal,saxNoel Grandin1-1/+1
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl1-10/+10
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl1-5/+9
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud1-3/+3
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl1-4/+151
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-11Show duplicate attributeJulien Nabet1-0/+1
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-3/+3
2014-10-25coverity#1249458 Explicit null dereferencedCaolán McNamara1-1/+1
2014-10-25coverity#1249457 writeFastAttributeList never takes NULLCaolán McNamara1-5/+5
2014-10-23FastSerializer: Also use cache for writing to ForMerge if we are inside mark()Matúš Kukan1-20/+33
2014-10-23FastSerializer: Simplify OUString write a bit moreMatúš Kukan1-20/+11
2014-10-23FastSerializer: Avoid some cycles when dealing with doublesMatúš Kukan1-2/+22
2014-10-23FastSerializer: Use -1 for unknown string lengthMatúš Kukan1-2/+2
2014-10-23FastSerializer: Faster write(OUString): add ascii checkMatúš Kukan1-1/+32
2014-10-23FastSerializer: Simplify a bitMatúš Kukan1-12/+7