summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin7-9/+9
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks2-18/+18
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin30-33/+33
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks3-3/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin30-140/+503
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin7-22/+21
2015-04-09vcl: VclPtr conversion in sdNoel Grandin15-166/+255
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann5-7/+7
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-7/+7
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-14/+14
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann4-6/+6
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-2/+2
2015-03-24tdf#90090 reduce the size of the right page/slide paneYousuf Philips1-1/+1
2015-03-24convert SfxChildAlignment to enum classNoel Grandin2-3/+3
2015-03-23loplugin:constantfunction: sdNoel Grandin1-8/+1
2015-03-23remove SFX_SLOTMAP macroNoel Grandin1-2/+2
2015-03-20coverity#1288897 Resource leakZolnai Tamás1-5/+5
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-10/+10
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás1-3/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-6/+3
2015-03-06Idle: Changed to new enum nameTobias Madl3-5/+5
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl3-5/+5
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-4/+6
2015-03-05V801: Decreased performanceCaolán McNamara1-3/+3
2015-03-04V813: Decreased performanceCaolán McNamara2-12/+12
2015-03-03tdf#64573: Add captions to Photo AlbumRishabh Kumar2-6/+36
2015-03-02V813: Decreased performanceCaolán McNamara2-2/+2
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-2/+2
2015-02-23Typo: initialy->initiallyJulien Nabet1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin13-55/+55
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2-5/+5
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-24coverity#1265802 Dereference null return valueCaolán McNamara1-3/+2
2015-01-24coverity#1265803 Dereference null return valueCaolán McNamara1-3/+3
2015-01-24coverity#1265806 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265810 Dereference null return valueCaolán McNamara1-2/+5
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann6-12/+12
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin3-4/+4
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin3-4/+4
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin5-8/+8