summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
AgeCommit message (Expand)AuthorFilesLines
2018-06-29tdf#102195: don't exclude everything between first and last subsetMike Kaganski1-0/+1
2017-10-23loplugin:includeform: slideshowStephan Bergmann2-4/+4
2017-10-19Move slideshow include files to common include directoryStephan Bergmann2-0/+311
2017-10-19Fix typosAndrea Gelmini1-2/+2
2017-10-09remove cppcanvas Color classNoel Grandin2-4/+4
2017-08-17Fix typosAndrea Gelmini1-2/+2
2017-07-27loplugin:constparams in slideshowNoel Grandin1-1/+1
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-8/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-4/+2
2017-03-26Fix typosAndrea Gelmini1-2/+2
2017-02-15convert AttributeType to scoped enumNoel Grandin1-25/+24
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin1-16/+7
2017-02-15drop CycleMode enumNoel Grandin1-11/+0
2017-02-15convert ReverseMethod to scoped enumNoel Grandin1-18/+8
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin3-5/+0
2017-01-17remove SunStudio hacksMichael Stahl1-14/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-12/+4
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2016-11-17loplugin:unusedfieldsNoel Grandin1-22/+0
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin1-15/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann3-3/+3
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-1/+1
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin2-6/+6
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page3-18/+16
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-13/+0
2016-05-11slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>Michael Stahl1-1/+1
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl1-2/+2
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-2/+2
2016-04-14loplugin:passstuffbyref in slideshowNoel Grandin5-5/+5
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke14-40/+46
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-1/+1
2016-03-09loplugin:constantparam in slideshowNoel Grandin1-5/+1
2016-03-02tdf#98175 fix Impress crashNoel Grandin1-0/+2
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin48-137/+143
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2-5/+5
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin8-88/+28
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann1-1/+1
2016-01-05Fix typosAndrea Gelmini3-3/+3
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-28/+0
2015-10-29com::sun::star->css in slideshowNoel Grandin23-176/+113
2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson1-1/+0
2015-10-15tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-14/+14
2015-10-11Replace simple while loops with range-based forDaniel Robertson1-25/+9