Age | Commit message (Expand) | Author |
2019-09-25 | tdf#42949 Fix IWYU warnings in sax/ | Gabor Kelemen |
2019-09-13 | tdf#117274 XLSX export: fix VML comment shape type id | László Németh |
2019-09-01 | Fix '..' | Andrea Gelmini |
2019-08-17 | Simplify Sequence iterations in postprocess..sax | Arkadiy Illarionov |
2019-05-30 | Resolves: tdf#125279 do not double _x005F_ escapement | Eike Rathke |
2019-05-30 | Reintroduce mbXescape that got overaggressively removed | Eike Rathke |
2019-05-12 | Use hasElements to check Sequence emptiness in sax..sdext | Arkadiy Illarionov |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov |
2018-10-29 | loplugin:oncevar | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-03-01 | tdf#115429 sax: assert if exporting an invalid XML attribute/element | Michael Stahl |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin |
2017-07-17 | loplugin:constparams in basegfx,sax,shell | Noel Grandin |
2017-07-02 | loplugin:casttovoid: sax | Stephan Bergmann |
2017-06-16 | Literal tab character is bad XML, write '	' instead | Eike Rathke |
2017-03-03 | escape invalid XML characters with _xHHHH_ when writing escaped | Eike Rathke |
2017-02-28 | FastSaxSerializer: SAL_WARN() when writing invalid XML characters | Eike Rathke |
2016-10-28 | tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para. | Tamás Zolnai |
2016-05-05 | clang-tidy modernize-loop-convert in oox to sax | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-01-17 | crashtesting: plain-text import allows liberal with the UTF-8 input | Caolán McNamara |
2016-01-12 | Fix FastSaxSerializer::write() for non-BMP unicode characters. | Mark Hung |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-28 | com::sun::star->css in sal,sax | Noel Grandin |
2015-09-17 | boost->std | Caolán McNamara |
2015-07-18 | sax: convert MergeMarksEnum to enum class | Michael Stahl |
2015-07-18 | sax, sw: try to make that maMarkStack easier to understand | Michael Stahl |
2015-07-04 | WaE do not us #if for DB_UTIL but #ifdef | Norbert Thiebaud |
2015-07-04 | sax: FastSaxSerializer well-formed element test in presence of ... | Michael Stahl |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-11 | Show duplicate attribute | Julien Nabet |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |
2014-10-25 | coverity#1249458 Explicit null dereferenced | Caolán McNamara |
2014-10-25 | coverity#1249457 writeFastAttributeList never takes NULL | Caolán McNamara |
2014-10-23 | FastSerializer: Also use cache for writing to ForMerge if we are inside mark() | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify OUString write a bit more | Matúš Kukan |
2014-10-23 | FastSerializer: Avoid some cycles when dealing with doubles | Matúš Kukan |
2014-10-23 | FastSerializer: Use -1 for unknown string length | Matúš Kukan |
2014-10-23 | FastSerializer: Faster write(OUString): add ascii check | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify a bit | Matúš Kukan |
2014-10-23 | Unused includes / using-declarations | Matúš Kukan |
2014-10-23 | FastSerializer: Use faster TokenValue struct when possible | Matúš Kukan |
2014-10-23 | This was OString already; use it that way | Matúš Kukan |
2014-10-23 | FastSerializer: Have own fast cache buffer implementation for XOutputStream | Matúš Kukan |
2014-10-23 | FastSerializer: avoid some more OStrings | Matúš Kukan |