Age | Commit message (Expand) | Author |
2022-12-16 | check SfxObjectShell::Current() | Caolán McNamara |
2022-09-12 | sw: prefix members of SwFieldEditDlg, SwFieldInputDlg, ... | Miklos Vajna |
2022-07-26 | convert CRSR_SKIP_* to typed enum | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in sw | Stephan Bergmann |
2022-01-29 | used TypedWhichId in the constructor of various svx *Item classes | Noel Grandin |
2021-10-10 | use SfxItemSetFixed in sw | Noel Grandin |
2021-09-24 | make it possible to build required database stuff for fuzzing | Caolán McNamara |
2021-07-19 | Move svl::Items to include/svl/whichranges.hxx, and unify its usage | Mike Kaganski |
2021-04-09 | remove need for an intermediate vcl::Window | Caolán McNamara |
2020-10-16 | tdf#137210 fix field selection regression | Jim Raykowski |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-01-23 | tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxx | Gabor Kelemen |
2019-09-26 | now drop TabPageParent intermediate | Caolán McNamara |
2019-09-26 | disinherit OWizardPage and SfxTabPage from vcl TabPage | Caolán McNamara |
2019-09-20 | convert SwFieldTypesEnum to scoped enum | Noel Grandin |
2019-08-27 | loplugin:referencecasting find more redundant static_cast | Noel Grandin |
2019-05-16 | tdf#42949 Fix IWYU warnings in include/svx/[e-g]* | Gabor Kelemen |
2019-04-08 | tdf#123968 sw: use inline editing for input fields for variables | Michael Stahl |
2019-03-29 | tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]* | Gabor Kelemen |
2019-03-20 | weld SwFieldEditDlg | Caolán McNamara |
2019-03-12 | weld SwAddrDlg | Caolán McNamara |
2018-12-18 | sw_redlinehide_4b: adapt FindAttrImpl() | Michael Stahl |
2018-11-22 | improve function-local statics in sw | Noel Grandin |
2018-11-03 | Start of work in progress on making dialogs work in the iOS app | Tor Lillqvist |
2018-10-24 | tdf#119561: fix assert when double click field in a table | Julien Nabet |
2018-06-09 | remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"( | Noel Grandin |
2018-03-20 | drop unnecessary includes | Caolán McNamara |
2018-03-01 | tdf#116029 Layout of field edit dialog according to the book | heiko tietze |
2018-02-01 | tdf#42949 Remove unneeded helpids.h headers (3/3) | Gabor Kelemen |
2017-10-23 | loplugin:includeform: sw | Stephan Bergmann |
2017-08-07 | loplugin:constparams in sw part9 | Noel Grandin |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-06-16 | Make SfxItemSet ranges correct by construction | Stephan Bergmann |
2016-11-29 | Rewrite some (trivial) assignments inside if/while conditions: sw | Stephan Bergmann |
2016-10-28 | ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivatives | Caolán McNamara |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-03-22 | loplugin:constantparam in sw | Noel Grandin |
2016-03-09 | loplugin:constantparam in sw | Noel Grandin |
2015-11-25 | bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-point | Robinson Tryon |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-09-17 | boost->std | Caolán McNamara |
2015-08-26 | Convert vcl Button Link<> click handler to typed Link<Button*,void> | Noel Grandin |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-04-29 | convert _EDIT constants to scoped enum | Noel Grandin |
2015-04-17 | Fix SfxTabPage creation to use VclPtr. | Michael Meeks |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in sw | Noel Grandin |
2015-01-28 | Resolves: fdo#50640 make sure we don't move away from the current field | Caolán McNamara |