Age | Commit message (Expand) | Author |
2017-05-12 | remove unused uno::Reference vars | Noel Grandin |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-04-28 | tdf#39486: Translate some randomly found German comments | Jens Carl |
2017-04-28 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2017-04-25 | errinf.hxx moved out of tools and into vcl module | Chris Sherlock |
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-07 | Fix typos | Andrea Gelmini |
2017-04-03 | these are file urls, so don't need ucb | Caolán McNamara |
2017-03-21 | tdf#96505 Get rid of cargo cult long integer literals | dilekuzulmez |
2017-03-21 | fix indent | Caolán McNamara |
2017-03-14 | check full chain upwards | Caolán McNamara |
2017-03-03 | Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLY | Stephan Bergmann |
2017-02-28 | new loplugin unoany | Noel Grandin |
2017-02-27 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: sot | Stephan Bergmann |
2017-02-15 | convert RepresentModes to scoped enum | Noel Grandin |
2017-02-10 | convert InsertOperation to scoped enum | Noel Grandin |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-02-03 | new loplugin:unusedenumconstants | Noel Grandin |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-02-01 | inline macros | Jochen Nitschke |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-25 | loplugin: unnecessary destructor sfx2..store | Noel Grandin |
2017-01-22 | cppcheck: useInitializationList | Jochen Nitschke |
2017-01-21 | coverity#1399018 Logically dead code | Caolán McNamara |
2017-01-20 | this field should be std::unique_ptr to sal_uInt8[], not sal_uInt8 | Noel Grandin |
2017-01-19 | New loplugin:dynexcspec: Add @throws documentation, sot | Stephan Bergmann |
2017-01-19 | new loplugin: useuniqueptr: sot..tools | Noel Grandin |
2017-01-17 | manage SvRefBase subclass with tools::SvRef | Noel Grandin |
2017-01-09 | defaults are good enough | Caolán McNamara |
2017-01-09 | tdf#101828 handle rtf/richtext correctly | Oliver Specht |
2016-12-05 | convert DecodeMechanism to scoped enum | Noel Grandin |
2016-12-05 | convert INetURLObject::EncodeMechanism to scoped enum | Noel Grandin |
2016-11-21 | loplugin:countusersofdefaultparams in include/sot..svl | Noel Grandin |
2016-11-18 | includes should be at the top of the file | Noel Grandin |
2016-11-15 | loplugin:constantparam | Noel Grandin |
2016-11-13 | sot: fix loplugin:cppunitassertequals warnings | Miklos Vajna |
2016-10-27 | loplugin:expandablemethods in sot..starmath | Noel Grandin |
2016-10-15 | clang-cl loplugin: sot | Stephan Bergmann |
2016-10-14 | loplugin:countusersofdefaultparams in sot..svtools | Noel Grandin |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-09-30 | loplugin:constantparam | Noel Grandin |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-09-14 | loplugin:constantparam | Noel Grandin |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |