summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman1-4/+1
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen1-8/+0
2019-07-24loplugin:unusedenumconstantsNoel Grandin1-1/+0
2019-07-17loplugin:unusedmethodsNoel Grandin1-2/+0
2019-06-25weld HyperLink DialogCaolán McNamara1-17/+16
2019-06-24move SvtIconChoiceCtrl to vclCaolán McNamara1-1/+1
2019-06-24merge IconChoiceDialog and SvxHpLinkDlgCaolán McNamara1-83/+2
2018-08-15loplugin:useuniqueptr in IconChoiceDialogNoel Grandin1-1/+1
2018-06-20loplugin:useuniqueptr in IconChoiceDialogNoel Grandin1-1/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-1/+1
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-01-04loplugin:unusedfieldsNoel Grandin1-2/+0
2017-12-18convert HyperLinkPageType to scoped enumNoel Grandin1-11/+12
2017-11-29Use SfxModalDialog class as Hyperlink dialog's basePranav Kant1-1/+2
2017-07-31loplugin:constparams in cuiNoel Grandin1-2/+2
2017-06-23loplugin:unusedfields in cuiNoel Grandin1-2/+0
2017-05-19loplugin:unusedfieldsNoel Grandin1-2/+0
2017-05-16cleanup code in IconChoiceDialog::ActivatePageImplNoel Grandin1-3/+2
2017-03-17cleanup itempool includesJochen Nitschke1-2/+2
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-1/+1
2016-11-10loplugin:expandablemethods in cuiNoel Grandin1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin1-1/+1
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin1-6/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-3/+3
2016-06-27loplugin:singlevalfields in cuiNoel Grandin1-5/+0
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin1-10/+2
2016-05-30loplugin:unusedmethodsNoel Grandin1-2/+0
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in cuiNoel Grandin1-2/+2
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-1/+1
2016-03-04duplicate definesCaolán McNamara1-3/+0
2016-03-04loplugin:unuseddefaultparam in cuiNoel Grandin1-2/+1
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin1-3/+3
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-4/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-20DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-08-31convert Link<> to typedNoel Grandin1-5/+5
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-4/+4
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-6/+6
2015-07-17loplugin:unusedmethods cuiNoel Grandin1-15/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-12/+14
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1