summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.cxx
AgeCommit message (Expand)Author
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-03-14tdf#42949 Fix IWYU warnings in sd/source/ui/d*/*cxxGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-13Simplify containers iterations in sd/source/ui/[a-r]*Arkadiy Illarionov
2018-12-02weld ScShareDocumentDlgCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-02loplugin:useuniqueptr in SdCustomShowListNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-10optimize adding a block of entries at one timeCaolán McNamara
2018-09-30weld SvxLineEndDefTabPageCaolán McNamara
2018-09-17add image support to weld::ComboBoxTextCaolán McNamara
2018-05-10weld SdCustomShowDlg and SdDefineCustomShowDlgCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-03loplugin:constparams in sdNoel Grandin
2017-05-19loplugin:stringcopy: sdStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel 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-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-21fdo#39440 sd: reduce scope of local variablesMichael Weghorn
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-04-30coverity#704742 Dereference after null checkCaolán McNamara