Age | Commit message (Expand) | Author |
2017-08-31 | inline some use-once typedefs | Noel Grandin |
2017-08-16 | tdf#39468 Translate German comments/terms | Jens Carl |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-08-02 | remove unnecessary use of 'this->' | Noel Grandin |
2017-07-31 | loplugin:constparams in extensions,scripting,sdext | Noel Grandin |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-14 | use more OUString::operator== in scaddins..sdext | Noel Grandin |
2017-07-13 | loplugin:oncevar: empty strings: scripting | Stephan Bergmann |
2017-07-11 | simplify some OUString::concat usage | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-07-06 | use more begin()/end() for Sequence | Noel Grandin |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin |
2017-07-04 | loplugin:casttovoid | Stephan Bergmann |
2017-07-02 | loplugin:casttovoid: scripting | Stephan Bergmann |
2017-06-26 | loplugin:oncevar in scaddins..sot | Noel Grandin |
2017-06-21 | s/ERRCODE_SBX_OK/ERRCODE_NONE | Noel Grandin |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-12 | clang-tidy readability-delete-null-pointer | Noel Grandin |
2017-05-20 | cleanup unused css/resource/ includes | Jochen Nitschke |
2017-05-20 | cleanup unused css/uri/ includes | Jochen Nitschke |
2017-05-20 | cleanup unused css/script/ includes | Jochen Nitschke |
2017-05-16 | loplugin:checkunusedparams various | Noel Grandin |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157: convert scripting module away from OSL_ASSERT to assert | Chris Sherlock |
2017-04-28 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-21 | remove unnecessary explicit linefeeds from end of SAL and OSL log calls | Noel Grandin |
2017-04-12 | tdf#92007 python scripts with tuple-assignments fails on access from GUI | Werner Tietz |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-19 | Fix typos + some German translations | Andrea Gelmini |
2017-03-02 | Fix typos | Andrea Gelmini |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-23 | In Java, css.uno.RuntimeException doesn't derive from css.uno.Exception | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: scripting | Stephan Bergmann |
2017-02-15 | Some simplifications, using UNO_QUERY_THROW | Stephan Bergmann |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-02-02 | unnecessary use of OUStringBuffer in throwing exceptions | Noel Grandin |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-28 | loplugin:stringconstant check for unnecessary OUString constructor.. | Noel Grandin |
2017-01-27 | Remove dead code | Stephan Bergmann |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, scripting | Stephan Bergmann |