summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdmod1.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-26boost->stdCaolán McNamara
2015-09-25sd/source/ui/app boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-21convert Link<> to typedNoel Grandin
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-24Ensure listener is removed during ~SdModuleStephan Bergmann
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2014-11-21coverity#1209008 Unchecked return valueCaolán McNamara
2014-11-13loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-08coverity#1237355 Dereference null return valueCaolán McNamara
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-06-30Called C++ object pointer is nullCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-07coverity#735832 Explicit null dereferencedCaolán McNamara
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-02-23coverity#704737 Dereference after null checkCaolán McNamara
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-14Drop unnecessary #includeTakeshi Abe
2014-01-28bool improvementsStephan Bergmann
2013-09-20Resolves: #i122470# Fixed programmatic triggered switching of sidebar decksAndre Fischer
2013-08-16String->OUStringIvan Timofeev
2013-08-08OUString conversion in sd in sdmod.hxxMÁTÉ Gergely
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann