summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-58/+43
2019-09-20drop newly unused SfxTabPage ctorCaolán McNamara1-8/+0
2019-09-02Resolves: tdf#127198 assert on dialog from db wizardCaolán McNamara1-7/+10
2019-08-27loplugin:constmethod in sfx2Noel Grandin1-1/+1
2019-06-22Related: tdf#126036 missing "reset" buttonCaolán McNamara1-1/+0
2019-06-08loplugin:unusedfieldsNoel Grandin1-3/+1
2019-06-05Fix typoAndrea Gelmini1-1/+1
2019-05-31remove newly unused SfxTabDialogCaolán McNamara1-950/+2
2019-05-21route delete-event through cancel handler if availableCaolán McNamara1-2/+2
2019-05-21tdf#125384 allow setting initial tabpage before dialog is runningCaolán McNamara1-2/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-6/+0
2019-04-12loplugin:unusedmethodsNoel Grandin1-63/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+2
2019-03-26loplugin:unusedmethodsNoel Grandin1-18/+0
2019-03-22weld SwFieldDlgCaolán McNamara1-2/+27
2019-03-12insert an intermediate class to inherit fromCaolán McNamara1-15/+10
2019-03-12get correct frame window for SfxTabPage inside a SingleTabControllerCaolán McNamara1-6/+12
2019-02-22loplugin:unusedfields in sfx2Noel Grandin1-3/+0
2019-02-07loplugin:flatten in sfx2Noel Grandin1-134/+134
2019-01-08loplugin:constantparamNoel Grandin1-10/+2
2018-12-13loplugin:constantparamNoel Grandin1-7/+4
2018-11-28loplugin:unusedmethodsNoel Grandin1-53/+0
2018-11-27loplugin:unnecessaryvirtualNoel Grandin1-15/+0
2018-11-15Resolves: tdf#121415 font tab page has no nameCaolán McNamara1-0/+4
2018-11-08loplugin:constantparamNoel Grandin1-3/+2
2018-10-31replace StartExecuteModal with StartExecuteAsyncCaolán McNamara1-9/+0
2018-10-27loplugin:unusedmethodsNoel Grandin1-6/+0
2018-10-25loplugin:unusedmethodsNoel Grandin1-5/+0
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-2/+2
2018-10-20weld SchAttribTabDlgCaolán McNamara1-12/+29
2018-10-09loplugin:constfields in sfx2Noel Grandin1-2/+2
2018-10-03Resolves: tdf#117784 inherit SfxTabDialogController from SfxDialogControllerCaolán McNamara1-1/+1
2018-09-22unwind ItemWrapperHelperCaolán McNamara1-12/+3
2018-09-18weld ScCharDlgCaolán McNamara1-0/+12
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara1-0/+9
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-2/+0
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-2/+41
2018-08-30add SfxStyleDialogControllerCaolán McNamara1-6/+82
2018-08-29loplugin:constantparam (2)Noel Grandin1-3/+2
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin1-3/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-15coverity#1437960 Resource leak in objectCaolán McNamara1-13/+10
2018-07-02loplugin:constantparamNoel Grandin1-5/+0
2018-06-15fix setPreviewsToSamePlaceCaolán McNamara1-1/+1
2018-06-14do setPreviewsToSamePlace at SfxTabDialogController display timeCaolán McNamara1-0/+31
2018-06-12loplugin:constantparamNoel Grandin1-3/+2
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-6/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-29weld SvxTransformTabDialogCaolán McNamara1-0/+7
2018-05-29we need to be able to query the ranges before creating the pagesCaolán McNamara1-15/+25