summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/custsdlg.cxx
AgeCommit message (Expand)Author
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
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-26Fixup whitespace changes, remove commented code.Thorsten Behrens
2014-02-26Remove visual noise from sdAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-16String->OUStringIvan Timofeev
2013-05-03remove unused resources and add some mnemonic widgetsCaolán McNamara
2013-05-02Converted define custom slide show dialog to .uiKatarina Behrens
2013-04-27remove now unused src Dialog resourcesCaolán McNamara
2013-04-26Fixed crash on deleting custom slide showKatarina Behrens
2013-04-26Converted custom slide shows dialog to .uiKatarina Behrens
2013-04-20Remove pass-through header files sd/inc/eetext.hxx and sd/inc/app.hxxMichael Dunphy
2013-03-22No (more?) reason for SD_DLLIMPLEMENTATION in Library_sduiStephan Bergmann
2013-03-07sd/source/ui/dlg/custsdlg.cxx comment translation and cleanupUrs Fässler
2013-01-10fix Search->indexOf conversionIvan Timofeev
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2012-12-24Some cppcheck cleaning in sdJulien Nabet
2012-11-28re-base on ALv2 code. Includes:Michael Meeks