Age | Commit message (Expand) | Author |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-12-06 | cleanup "tdf#117274 XLSX export: fix VML comment shape type id" | László Németh |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-26 | xmloff,sw: fix handling of invalid attribute with multiple ':' | Michael Stahl |
2019-11-24 | cppcheck: performing init in init list (oox, package, sal, sax) | Julien Nabet |
2019-11-19 | improve exception message | Noel Grandin |
2019-11-17 | Extend loplugin:external to warn about enums | Stephan Bergmann |
2019-11-16 | Also consider saved exceptions when terminating parse | Mike Kaganski |
2019-11-13 | Fix useless assert(true) (which would never fire) | Stephan Bergmann |
2019-10-31 | tdf#125688, special-case empty return | Noel Grandin |
2019-10-31 | tdf#125688 speed up load of change-tracking ODS | Noel Grandin |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-16 | loplugin:stringadd look through a couple more known-good methods | Noel Grandin |
2019-10-12 | No need to create functions for just returning "true" or "false" | Julien Nabet |
2019-10-11 | simplify "a = a +" to "a +=" | Noel Grandin |
2019-10-04 | Deduplicate some serializer writing code, and simplify writing OString | Mike Kaganski |
2019-10-04 | add gbuild function for a common PCH and use it in sc/ and sax/ | Luboš Luňák |
2019-10-04 | support reusing PCH if linktarget has additional reasonable defines | Luboš Luňák |
2019-10-01 | loplugin:stringadd in package..sax | Noel Grandin |
2019-09-25 | tdf#42949 Fix IWYU warnings in sax/ | Gabor Kelemen |
2019-09-14 | shave 10% off load time of large docx file | Noel Grandin |
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-24 | loplugin:returnconstval in sal..sc | Noel Grandin |
2019-08-23 | loplugin:returnconstval in sax | Noel Grandin |
2019-08-22 | loplugin:constmethod in sax | Noel Grandin |
2019-08-20 | loplugin:constvars in package..sc | Noel Grandin |
2019-08-20 | Fix typos | Andrea Gelmini |
2019-08-17 | Simplify Sequence iterations in postprocess..sax | Arkadiy Illarionov |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sax | Stephan Bergmann |
2019-07-26 | cid#1448394 try silence unsafe_xml_parse_config | Caolán McNamara |
2019-07-24 | cid#1448394 can't change xml_parse_config setting | Caolán McNamara |
2019-07-23 | close some more holes in structures | Noel Grandin |
2019-06-25 | improve loplugin:simplifyconstruct | Noel Grandin |
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-05-10 | an uno -> a uno | Caolán McNamara |
2019-04-19 | Further cleanup of FastSerializerHelper's startElement/singleElement[NS] | Mike Kaganski |
2019-04-17 | loplugin:sequentialassign in sc | Noel Grandin |
2019-04-14 | tdf#120703 PVS: V581 ifs with identical conditions | Mike Kaganski |
2019-04-07 | Don't use resettable/clearable guard where plain guard is enough | Mike Kaganski |
2019-03-07 | log nice exception messages whereever possible | Noel Grandin |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-02-23 | loplugin:unusedfields in l10ntools..sax | Noel Grandin |
2019-02-12 | Simplify containers iterations in reportdesign, sal, sax | Arkadiy Illarionov |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-01-28 | o3tl::make_unique -> std::make_unique in sax...svtools (except sc) | Gabor Kelemen |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |