summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in slideshowNoel Grandin2015-10-2923-176/+113
* slideshow: remove unecessary boost/bind includesDaniel Robertson2015-10-191-1/+0
* tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson2015-10-151-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-14/+14
* Replace simple while loops with range-based forDaniel Robertson2015-10-111-25/+9
* loplugin:unusedmethodsNoel Grandin2015-10-022-1/+2
* Fix typosAndrea Gelmini2015-09-303-3/+3
* boost->stdCaolán McNamara2015-09-212-4/+4
* boost->stdCaolán McNamara2015-09-148-21/+21
* stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud2015-08-111-1/+1
* slideshow: replace boost::function with std::functionMichael Stahl2015-08-031-4/+5
* loplugin:unusedmethods slideshowNoel Grandin2015-07-178-65/+0
* do not include boost/utility.hppMichael Stahl2015-07-104-4/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-2/+2
* slideshow: simplify code by replacing std::find_if by std::any_of/std::none_ofTakeshi Abe2015-05-131-5/+3
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-154-6/+6
* callcatcher: update unusedcodeCaolán McNamara2015-04-041-8/+0
* loplugin:constantfunction: variousNoel Grandin2015-03-241-4/+0
* Turn all-static TransitionFactory class into namespaceStephan Bergmann2015-02-121-26/+4
* loplugin:deletedspecialStephan Bergmann2015-02-074-49/+26
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-1/+1
* Bin unused include files, thanks to Andrea GelminiTor Lillqvist2014-11-061-65/+0
* disambiguate uniform_int_distributionCaolán McNamara2014-10-071-1/+1
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-3/+2
* remove unnecessary "const &" qualifier from T* parametersNoel Grandin2014-07-181-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-6/+6
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-011-1/+1
* slideshow: sal_Bool->boolNoel Grandin2014-04-302-4/+4
* fixincludeguards.sh: slideshowThomas Arnhold2014-04-1970-208/+208
* Adjust header guard to modified filename.Thorsten Behrens2014-04-161-3/+3
* Rename ExternalMediaShape to IExternalMediaShapeBaseZolnai Tamás2014-04-161-5/+6
* Revertion of changes related to ExternalShapeBaseZolnai Tamás2014-04-162-131/+85
* Slideshow: remove unneded function duplicatesZolnai Tamás2014-04-151-18/+10
* Slideshow: Remove unneded ExternalMediaShapeZolnai Tamás2014-04-152-85/+139
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-3/+0
* typo: implicitely -> implicitlyThomas Arnhold2014-04-142-2/+2
* typo: stoped -> stoppedThomas Arnhold2014-04-141-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-274-14/+14
* fdo#60698: Split out slideshow code from animationsMarcos Paulo de Souza2014-03-101-2/+52
* Remove visual noise from slideshowAlexander Wilms2014-02-259-24/+24
* Moved some hxx that were included once...Marcos Paulo de Souza2013-11-1410-548/+338
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* miscSiqi LIU2013-08-231-0/+3
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-073-11/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0713-37/+37
* fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright2013-02-092-2/+2
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-2/+0