summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
AgeCommit message (Expand)Author
2017-10-19Fix typosAndrea Gelmini
2017-10-09remove cppcanvas Color classNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-07-27loplugin:constparams in slideshowNoel Grandin
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-03-26Fix typosAndrea Gelmini
2017-02-15convert AttributeType to scoped enumNoel Grandin
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin
2017-02-15drop CycleMode enumNoel Grandin
2017-02-15convert ReverseMethod to scoped enumNoel Grandin
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin
2017-01-17remove SunStudio hacksMichael Stahl
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-11-17loplugin:unusedfieldsNoel Grandin
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin
2016-05-11slideshow: tweak ListenerOperations<std::weak_ptr<ListenerTargetT>>Michael Stahl
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-14loplugin:passstuffbyref in slideshowNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-09loplugin:constantparam in slideshowNoel Grandin
2016-03-02tdf#98175 fix Impress crashNoel Grandin
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-05Fix typosAndrea Gelmini
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-10-29com::sun::star->css in slideshowNoel Grandin
2015-10-19slideshow: remove unecessary boost/bind includesDaniel Robertson
2015-10-15tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-11Replace simple while loops with range-based forDaniel Robertson
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-21boost->stdCaolán McNamara