Age | Commit message (Expand) | Author |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-05-30 | Reintroduce mbXescape that got overaggressively removed | Eike Rathke |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2018-10-12 | loplugin:constfields in reportdesign,sal,sax | Noel Grandin |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-10-25 | loplugin:constmethod in tools,sax,UnoControls | Noel Grandin |
2017-10-23 | loplugin:includeform: sax | Stephan Bergmann |
2017-07-17 | loplugin:constparams in basegfx,sax,shell | Noel Grandin |
2017-03-03 | escape invalid XML characters with _xHHHH_ when writing escaped | Eike Rathke |
2017-01-25 | loplugin: unnecessary destructor oox..sax | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-08-05 | loplugin:countusersofdefaultparams in oox..sd | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-30 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-10-28 | com::sun::star->css in sal,sax | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
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 | sax: FastSaxSerializer well-formed element test in presence of ... | Michael Stahl |
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: Avoid some cycles when dealing with doubles | Matúš Kukan |
2014-10-23 | FastSerializer: Simplify a bit | Matúš Kukan |
2014-10-23 | FastSerializer: Use faster TokenValue struct when possible | 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 |
2014-10-23 | FastSerializer: Use FastAttributeList directly to write faster. | Matúš Kukan |
2014-10-23 | FastSerializer: Remove throw specs; this is not UNO implementation | Matúš Kukan |
2014-10-23 | FastSerializer: Avoid sequences where possible | Matúš Kukan |
2014-10-23 | FastSerializer: Remove escapeXml() creating OUString(Buffer) | Matúš Kukan |
2014-10-23 | FastSerializer: Have OString version of write() too. | Matúš Kukan |
2014-10-23 | FastSerializer: Do not keep whole sequence in memory; write in chunks | Matúš Kukan |
2014-10-23 | FastSerializer: Buffer output and write it only at the end | Matúš Kukan |
2014-09-24 | Unused FastSaxSerializer::maSavedMarkStack member | Matúš Kukan |
2014-07-03 | FastSaxSerializer: update documentation | Miklos Vajna |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-05-14 | Find places where uno::Sequence is passed by value. | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop() | Noel Grandin |
2014-02-25 | remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush() | Noel Grandin |
2013-06-05 | sax: FastSaxSerializer: add well-formedness assertions | Michael Stahl |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-18 | Wundef, fix various more or less broken debug code | Luboš Luňák |
2013-01-14 | sax: add methods to duplicate current top marker and reapply it later | Pierre-Eric Pelloux-Prayer |
2012-09-20 | unusedcode: FastSaxSerializer is not used through UNO | Matúš Kukan |
2012-09-08 | sax: com.sun.star.xml.sax.FastSerializer seems to be unused | Matúš Kukan |
2012-08-24 | sax: avoid pointless linking expwrap against sax | Matúš Kukan |