summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
AgeCommit message (Expand)Author
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-12-18convert HyperLinkPageType to scoped enumNoel Grandin
2017-11-29Use SfxModalDialog class as Hyperlink dialog's basePranav Kant
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-05-16cleanup code in IconChoiceDialog::ActivatePageImplNoel Grandin
2017-03-17cleanup itempool includesJochen Nitschke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-11-10loplugin:expandablemethods in cuiNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-27loplugin:singlevalfields in cuiNoel Grandin
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin
2016-03-18loplugin:constantparam in cuiNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-04duplicate definesCaolán McNamara
2016-03-04loplugin:unuseddefaultparam in cuiNoel Grandin
2016-03-02loplugin:unuseddefaultparam in cuiNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20DeactivatePage's pSet param cannot be defaulted anywayStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-31convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-17loplugin:unusedmethods cuiNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23loplugin:constantfunction: cuiNoel Grandin
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold
2014-06-24-Werror,-Wunused-function -Werror,-Wunused-private-fieldStephan Bergmann