summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
AgeCommit message (Expand)Author
2015-04-28nOK var wants to be of type boolStephan Bergmann
2015-04-28Dialog::EndDialog nResult param is of type long/VclResponseTypeStephan Bergmann
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin
2015-04-22convert SVLBOX_ constants to scoped enumNoel Grandin
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26convert NUM_ constants to enum clasNoel Grandin
2015-03-24tdf#90090 reduce the size of the right page/slide paneYousuf Philips
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-23loplugin:constantfunction: sdNoel Grandin
2015-03-23remove SFX_SLOTMAP macroNoel Grandin
2015-03-20coverity#1288897 Resource leakZolnai Tamás
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-03-05V801: Decreased performanceCaolán McNamara
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-03tdf#64573: Add captions to Photo AlbumRishabh Kumar
2015-03-02V813: Decreased performanceCaolán McNamara
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-23Typo: initialy->initiallyJulien Nabet
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-24coverity#1265802 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265803 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265806 Dereference null return valueCaolán McNamara
2015-01-24coverity#1265810 Dereference null return valueCaolán McNamara
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin