summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/iconcdlg.cxx
AgeCommit message (Expand)Author
2015-08-31convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
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-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-02coverity#1242776 Unused valueCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-24-Werror,-Wunused-function -Werror,-Wunused-private-fieldStephan Bergmann
2014-06-24hide old page on showing new pageCaolán McNamara
2014-06-24rename and rework SetCtrlPos to SetCtrlStyleCaolán McNamara
2014-06-24unnecessary check before deleteCaolán McNamara
2014-06-24drop ResizeCaolán McNamara
2014-06-24drop SetPosSizePagesCaolán McNamara
2014-06-24strip SetPosSizeCtrls down to min requiredCaolán McNamara
2014-06-24meChoicePos is always PosLeft, simplifyCaolán McNamara
2014-06-24RID_SVXDLG_NEWHYPERLINK conversion to .uiSzymon Kłos
2014-06-10Change SfxTabPage::FillItemSet param from ref to pointerStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-08-Werror,-Wunused-private-fieldStephan Bergmann
2014-05-08coverity#735403 Logically dead codeCaolán McNamara
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-27sfx2: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from cuiAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-11-26Integrate branch of IAccessible2Steve Yin