summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/envfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-08Convert FieldUnit to scoped enumMike Kaganski1-10/+10
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-09-18weld SwParaDlgCaolán McNamara1-4/+3
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara1-2/+2
2018-09-14weld SwCharDlgCaolán McNamara1-2/+1
2018-08-30Resolves: tdf#119572 addressee/sender formatting swappedCaolán McNamara1-2/+2
2018-07-30loplugin:useuniqueptr in SwEnvDlgNoel Grandin1-6/+6
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-1/+0
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara1-2/+2
2018-05-03coverity#1435272 Uninitialized pointer fieldCaolán McNamara1-0/+1
2018-04-28weld SwEnvDlgCaolán McNamara1-4/+6
2018-04-27weld pages of the insert envelope dialogCaolán McNamara1-153/+107
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-26tdf#116020: use actual whichIds in dialogs for character propertiesMike Kaganski1-2/+2
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-14/+14
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-2/+1
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin1-2/+2
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-2/+2
2017-11-27sw: prefix members of SwEnvItemMiklos Vajna1-16/+16
2017-10-31loplugin:constantparam in editengNoel Grandin1-2/+2
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-08-07loplugin:constparams in sw part9Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-1/+1
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-31tdf#84938 convert DLG_CHAR_ constants to scoped enumNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-15convert Link<> to typedNoel Grandin1-5/+4
2015-10-12convert Link<> to typedNoel Grandin1-3/+2
2015-09-24convert Link<> to typedNoel Grandin1-6/+11
2015-09-17boost->stdCaolán McNamara1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-50/+50
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann1-5/+4
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+24
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-1/+1
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1