summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
AgeCommit message (Expand)Author
2018-10-20weld SchAttribTabDlgCaolán McNamara
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-10-03Resolves: tdf#117784 inherit SfxTabDialogController from SfxDialogControllerCaolán McNamara
2018-09-22unwind ItemWrapperHelperCaolán McNamara
2018-09-18weld ScCharDlgCaolán McNamara
2018-09-13add GetDialogExampleSet rather than guess at itCaolán McNamara
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara
2018-08-30add SfxStyleDialogControllerCaolán McNamara
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-08-20return weld widgets by std::unique_ptr from builderNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-15coverity#1437960 Resource leak in objectCaolán McNamara
2018-07-02loplugin:constantparamNoel Grandin
2018-06-15fix setPreviewsToSamePlaceCaolán McNamara
2018-06-14do setPreviewsToSamePlace at SfxTabDialogController display timeCaolán McNamara
2018-06-12loplugin:constantparamNoel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-29weld SvxTransformTabDialogCaolán McNamara
2018-05-29we need to be able to query the ranges before creating the pagesCaolán McNamara
2018-05-21weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara
2018-05-14loplugin:useuniqueptr in SfxTabDialogNoel Grandin
2018-05-04weld SwOutlineTabDialogCaolán McNamara
2018-05-04coverity#1435273 Resource leak in objectCaolán McNamara
2018-05-03m_bStandardPushed is deadNoel Grandin
2018-04-29weld SwFootNoteOptionDlgCaolán McNamara
2018-04-28weld SwEnvDlgCaolán McNamara
2018-04-27weld SwLabDlgCaolán McNamara
2018-04-26weld SwLabPreviewCaolán McNamara
2018-04-26identify tab pages by name for save/storing active tabCaolán McNamara
2018-04-23set SfxTabPage parent dialog explicitlyCaolán McNamara
2018-04-23move GetConfigId from TabPage to SfxTabPageCaolán McNamara
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-23tdf#115938: Properly detect shadow size control's changed stateMike Kaganski
2018-02-22Simplify conditions a littleMike Kaganski
2018-02-22Remove useless special handling of single-value rangesMike Kaganski
2018-02-08Use for-range loops in sfx2 (part2)Julien Nabet
2018-01-18lok dialog: enable MessageDialog tunnelingHenry Castro
2018-01-15lokdialog: Allow closing the Format Cell dialogs in any order.Jan Holesovsky
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-21lokdialog: InitShow can happen multiple timesPranav Kant
2017-12-15lokdialog: If we already have the title, emit it during creationPranav Kant
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky
2017-11-29lokdialogs: Assign the LOK window id only when necessary.Jan Holesovsky
2017-11-29lokdialog: Move the Notifier down to vcl::Window.Jan Holesovsky