Age | Commit message (Expand) | Author |
2016-07-07 | loplugin:passstuffbyref also for {css::uno,rtl}::Reference | Stephan Bergmann |
2016-06-24 | loplugin:singlevalfields in editeng | Noel Grandin |
2016-06-10 | Convert SvxPraVertAlignItem::Align to scoped enum | Noel Grandin |
2016-05-30 | editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance() | Michael Stahl |
2016-05-30 | Convert FontRelief to scoped enum | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-09 | convert FONT_EMPHASIS_MARK to scoped enum | Noel Grandin |
2016-04-06 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-18 | loplugin:constantfunction in editeng | Noel Grandin |
2016-03-07 | loplugin:write only fields | Noel Grandin |
2016-03-03 | editeng: fix -Werror=unused-but-set-variable | Miklos Vajna |
2016-03-03 | loplugin:unuseddefaultparams in editeng | Noel Grandin |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2016-01-31 | tools: rename FontUnderline to FontLineStyle | Chris Sherlock |
2016-01-21 | vcl: rename Font::GetFamily to Font::GetFamilyType | Chris Sherlock |
2016-01-18 | vcl: change Font::SetName() to Font::SetFamilyName() | Chris Sherlock |
2016-01-17 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-16 | revert vcl patch series that brok Mac and Windows | Norbert Thiebaud |
2016-01-16 | vcl: change Font::SetName() to Font::SetFamilyName() | Chris Sherlock |
2016-01-16 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-07 | svx: fix windows build, rename SvxEscapementItem::GetProp() | Michael Stahl |
2015-11-24 | loplugin:unusedfields in include/comphelper,include/editeng | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-07 | loplugin:mergeclasses | Noel Grandin |
2015-10-07 | loplugin:mergeclasses | Noel Grandin |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-10-06 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-23 | CppCheck : reduce variables scope | Michaël Lefèvre |
2015-09-09 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-08-31 | Fix tdf#93438 Impress generate abnormal style when copy-pasting | Mark Hung |
2015-08-21 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-07-20 | editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>> | Michael Stahl |
2015-07-20 | editeng: replace boost::ptr_map with std::map<std::unique_ptr>> | Michael Stahl |
2015-07-20 | editeng: replace boost::ptr_map with std::map<std::unique_ptr>> | Michael Stahl |
2015-06-30 | remove some unnecessary typedefs to pointer | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier |
2015-04-28 | SvxRTFParser::ReadBorder/BackgroundAttr bTableDef param wants to be bool | Stephan Bergmann |
2015-04-01 | convert BOX_LINE and BOXINFO_LINE to enum class | Noel Grandin |
2015-03-19 | loplugin:constantfunction: editeng | Noel Grandin |
2015-03-15 | editeng: nAnz -> nCount | Miklos Vajna |
2015-01-20 | Some more loplugin:cstylecast: editeng | Stephan Bergmann |
2015-01-07 | fdo#39440 reduce scope of local variables | Łukasz Hryniuk |