summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/mailconfigpage.cxx
AgeCommit message (Expand)Author
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
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in swNoel Grandin
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-06-11Change SfxTabPage::Reset param from ref to pointerStephan Bergmann
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-15Misspelled property in SwAuthenticationSettingsDialog (seperate => separate)Chris Laplante
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2013-09-19actually finish mail settings conversion to .uiCaolán McNamara
2013-09-08SwMailConfigDlg can now be converted to SfxSingleTabDialogCaolán McNamara
2013-07-10missing dialog title and some minor tweaksCaolán McNamara
2013-07-10modern .ui widgetlayout for mailconfigpageCsikós Tamás
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, cleanup some usage of getProcessServiceFactory()Noel Grandin
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith