summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-68/+68
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-29com::sun::star->css in sdNoel Grandin8-86/+84
2015-10-26cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-1/+1
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-96/+96
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-10-02loplugin:unusedmethodsNoel Grandin1-6/+0
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara4-12/+12
2015-09-21convert Link<> to typedNoel Grandin2-7/+5
2015-09-20convert Link<> to typedNoel Grandin2-4/+3
2015-09-20convert Link<> to typedNoel Grandin2-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara4-12/+12
2015-09-17boost->stdCaolán McNamara4-12/+12
2015-09-07convert Link<> to typedNoel Grandin2-3/+3
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-7/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin5-12/+8
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-20loplugin:defaultparamsNoel Grandin3-8/+8
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-9/+8
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-09SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna2-3/+3
2015-07-04coverity#1309059 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308556 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308525 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308524 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-29convert PRESENTATION constants to scoped enumNoel Grandin1-2/+2
2015-05-19basic: used typed LINKsNoel Grandin2-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin1-11/+11
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann4-16/+11
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-05-05cppcheck: unreadVariableCaolán McNamara1-11/+0
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-29coverity#1078827 Dereference before null checkCaolán McNamara1-13/+10
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-2/+2
2015-04-28sd: fix GCC-4.7 buildMiklos Vajna1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks5-28/+33
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20sd: convert new to ::Create.Noel Grandin2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin9-14/+14
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-13loplugin:staticmethodsNoel Grandin1-2/+2