Age | Commit message (Expand) | Author |
2020-06-04 | loplugin:simplifypointertobool improve (2) | Noel Grandin |
2020-05-29 | loplugin:simplifybool in oox..sd | Noel Grandin |
2020-05-19 | tdf#89475 xmloff: ODF import/export: continue fixing draw:angle | Michael Stahl |
2020-04-25 | make FastParser always take a FastTokenHandlerBase subclass | Noel Grandin |
2020-04-02 | loplugin:flatten in sax | Noel Grandin |
2020-03-12 | Revert "loplugin:constfields in reportdesign,sal,sax" | Noel Grandin |
2020-02-29 | tdf#130878 Report does not show label-fields | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-20 | use fast-parser APIs for embedded script parsing | Noel Grandin |
2020-01-26 | remove some unused local vars | Noel Grandin |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci |
2020-01-10 | use more std::make_shared | Noel Grandin |
2020-01-09 | Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int... | Stephan Bergmann |
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 |