Age | Commit message (Expand) | Author |
2019-04-08 | tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]* | Gabor Kelemen |
2019-03-25 | tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]* | Gabor Kelemen |
2019-02-21 | tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]* | Gabor Kelemen |
2019-02-14 | weld ScDPNumGroupDlg | Caolán McNamara |
2019-02-13 | Resolves tdf#122998 - Position of all/none checkboxes in Autofilter | heiko tietze |
2019-02-09 | loplugin:indentation in sc | Noel Grandin |
2019-02-05 | fix typo in comments | Stephan Bergmann |
2019-01-24 | tdf#122904: missing images in the format->paragraph->border valuesets | Caolán McNamara |
2019-01-18 | use Image(OUString) instead of Image(Bitmap(OUString)) | Noel Grandin |
2019-01-17 | Simplify containers iterations in sc/source/ui/[A-Sa-d]* | Arkadiy Illarionov |
2019-01-15 | Use proper iterator in loop body | Arkadiy Illarionov |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-12-08 | use Image(OUString) instead of Image(Bitmap(OUString)) | Noel Grandin |
2018-11-14 | move fmtfield | Caolán McNamara |
2018-11-07 | move SvTreeListBox to vcl | Caolán McNamara |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-24 | clang-tidy performance-unnecessary-copy-init in sc | Noel Grandin |
2018-10-19 | index validity check looks dubious | Caolán McNamara |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-15 | loplugin:constfields in sc | Noel Grandin |
2018-10-07 | use more std::unique_ptr in ScCheckListMenuWindow | Noel Grandin |
2018-09-10 | loplugin:simplifyconstruct in sc | Noel Grandin |
2018-08-01 | loplugin:stringloop in sc | Noel Grandin |
2018-07-03 | move SvTreeList::*Sibling to SvTreeListEntry | Noel Grandin |
2018-06-28 | loplugin:useuniqueptr in ScZoomSliderWnd | Noel Grandin |
2018-06-28 | loplugin:useuniqueptr in ScCheckListBox | Noel Grandin |
2018-05-21 | loplugin:unusedfields in sc | Noel Grandin |
2018-05-12 | Replace ScGlobal::GetRscString with simple ScResId calls | Gabor Kelemen |
2018-04-25 | tdf#42949 Remove unnecessary localization headers of svx | Gabor Kelemen |
2018-04-07 | Revert "long->sal_Int32 in tools/gen.hxx" | Stephan Bergmann |
2018-04-03 | long->sal_Int32 in tools/gen.hxx | Noel Grandin |
2018-03-07 | sc lok: Let the tiled rendering draw the List Validation dropdowns. | Jan Holesovsky |
2018-03-07 | use more Color in sc | Noel Grandin |
2018-02-27 | replace Color(COL_*) with COL_* | Noel Grandin |
2018-02-27 | drop old tools/gen.hxx methods in sc | Noel Grandin |
2018-02-17 | Revert "loplugin:changetoolsgen in sc" and reapply plugin | Noel Grandin |
2018-02-14 | loplugin:changetoolsgen in sc | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: sc | Stephan Bergmann |
2017-12-08 | loplugin:salcall vcl builder methods | Noel Grandin |
2017-11-29 | loplugin:unusedmethods | Noel Grandin |
2017-11-23 | TypedWhichId for sc constants | Noel Grandin |
2017-11-22 | Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all | Stephan Bergmann |
2017-10-27 | Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671 | Eike Rathke |
2017-10-26 | vcl: make MapMode constructor explicit | Michael Stahl |
2017-10-23 | loplugin:includeform: sc | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-09-21 | Rename GetSelectEntryPos -> GetSelectedEntryPos | Samuel Mehrbrodt |
2017-09-12 | clang-tidy modernize-use-emplace in sc | Noel Grandin |
2017-09-08 | Inspecting children is only necessary if parent is selected | Eike Rathke |
2017-09-08 | If children then insert only if a child is selected, tdf#112258 follow-up | Eike Rathke |