summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/mailconfigpage.cxx
AgeCommit message (Expand)Author
2020-01-23tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-26TODO rename to GetFrameWeldCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-04-02drop some unneeded includesCaolán McNamara
2019-03-20weld SwFieldEditDlgCaolán McNamara
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara
2019-01-23give email settings dialog a titleCaolán McNamara
2019-01-23Related: tdf#122889 weld SwMailConfigPageCaolán McNamara
2019-01-23Resolves: tdf#122889 Mail config dialog is emptyCaolán McNamara
2018-11-21weld SwCondCollPageCaolán McNamara
2018-10-03Related: tdf#120277 inherit from SfxDialogControllerCaolán McNamara
2018-09-30weld SwMailConfigDlgCaolán McNamara
2018-09-30weld SwTestAccountSettingsDialogCaolán McNamara
2018-07-30loplugin:useuniqueptr in SwMailConfigPageNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-17weld SwAuthenticationSettingsDialogCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-22tdf#112689 : Replace chained O(U)StringBuffer::append() with operator+Shubham Verma
2018-02-09mailconfig UI: prefilled username: only clear when disabled.Justin Luth
2018-02-05mailmerge UI: always write the SMTP port to configJustin Luth
2018-02-01tdf#42949 Remove unneeded helpids.h headers (3/3)Gabor Kelemen
2018-01-29mailconfig UI: SSL CB toggles secure port 587 and unsecure 25Justin Luth
2018-01-28mailconfig UI: default POP port 995 and toggle with IMAP portsJustin Luth
2018-01-28mailconfig UI: pre-fill username from mail addressJustin Luth
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-27remove sw bitmaps from .src filesCaolán McNamara
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-12-21remove newly unused SfxImageManagerCaolán McNamara
2016-12-20unwind ILIST ImageListCaolán McNamara
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09formatting improvements in sw/Noel Grandin
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann