summaryrefslogtreecommitdiffstats
path: root/slideshow/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#121830 TogglePause should reset to original state on deactivate_st ?Caolán McNamara2018-12-052-0/+20
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-0510-23/+23
* tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen2018-11-291-0/+1
* Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov2018-11-299-134/+82
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-293-5/+6
* remove unnecessary "if (!empty()" checks before loopsNoel Grandin2018-11-291-8/+5
* slideshow: get unit tests to work againThorsten Behrens2018-11-282-0/+19
* remove unused DocTreeNode::NodeType::InvalidNoel Grandin2018-11-242-4/+0
* loplugin singlevalfields improvementNoel Grandin2018-11-132-13/+1
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-111-1/+1
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-105-14/+14
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-4/+2
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-1/+1
* loplugin:returnconstantNoel Grandin2018-10-302-6/+2
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-4/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+1
* coverity#1440239 Uncaught exceptionCaolán McNamara2018-10-122-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-4/+4
* loplugin:constfields in slideshowNoel Grandin2018-10-0936-86/+86
* loplugin:unusedmethodsNoel Grandin2018-09-282-30/+0
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-272-12/+0
* New loplugin:externalStephan Bergmann2018-09-175-10/+10
* tdf#119146: fix populating maCurrentSubsetsMike Kaganski2018-09-031-2/+21
* Related: tdf#122166 require opengl >= 3.0 for slide transitionsCaolán McNamara2018-08-192-3/+1
* Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann2018-08-173-3/+8
* Add missing sal/log.hxx headersGabor Kelemen2018-08-061-0/+1
* Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski2018-08-042-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3137-0/+38
* tdf#76436 initialize maStartInterpolationValue.Mark Hung2018-07-271-0/+1
* -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-041-0/+6
* tdf#102195: don't exclude everything between first and last subsetMike Kaganski2018-06-283-59/+52
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-055-4/+2
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-4/+3
* loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2018-05-171-4/+9
* loplugin:countusersofdefaultparamsNoel Grandin2018-04-281-1/+1
* Fix typosAndrea Gelmini2018-04-171-2/+2
* remove some unused comphelper includesJochen Nitschke2018-04-159-9/+0
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+2
* loplugin:useuniqueptr in PluginSlideChangeNoel Grandin2018-03-231-14/+3
* remove unused ucbstreamhelper includesJochen Nitschke2018-03-191-1/+0
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-1/+1
* slideshow: convert use of GraphicURL to Graphic propertyTomaž Vajngerl2018-03-101-64/+7
* tdf#115142 Revert "slideshow: clip shapes in secondary screen window"Michael Stahl2018-03-071-19/+4
* use more Color in sfx2..svtoolsNoel Grandin2018-03-071-1/+1
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-1/+1
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-1/+1
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-2/+1
* New loplugin:nestedunnamedStephan Bergmann2018-02-212-323/+313
* Fix typosAndrea Gelmini2018-01-291-1/+1