summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)AuthorFilesLines
2017-08-02remove unnecessary use of 'this->'Noel Grandin8-17/+17
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-2/+1
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara5-7/+7
2017-07-27loplugin:constparams in slideshowNoel Grandin4-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin4-16/+16
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin2-22/+10
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke3-7/+3
2017-07-02loplugin:casttovoid: slideshowStephan Bergmann6-8/+0
2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin1-12/+12
2017-06-26Fix typosAndrea Gelmini1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-4/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-3/+0
2017-06-13make opengl transitions under X flicker free on enter/leaveCaolán McNamara1-0/+20
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-11logging the simple message is sufficientCaolán McNamara1-5/+2
2017-06-10logging the simple message is sufficientCaolán McNamara1-9/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-7/+7
2017-05-28remove unnecessary use of OString::getStrNoel Grandin16-73/+21
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke10-19/+1
2017-05-18Revert "Fix typos"Stephan Bergmann2-3/+3
2017-05-18Fix typosAndrea Gelmini2-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock19-58/+58
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock19-58/+58
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-7/+1
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky4-4/+0
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-16logging the simple message is sufficientCaolán McNamara7-14/+14
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-8/+3
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: slideshowStephan Bergmann1-4/+4
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-8/+8
2017-03-26Fix typosAndrea Gelmini6-7/+7
2017-03-23convert UpdateFlags to scoped enumNoel Grandin4-39/+44
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara7-38/+15
2017-03-08show the last gif frame when the animation endsCaolán McNamara1-3/+6
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-2/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-28new loplugin unoanyNoel Grandin2-7/+7
2017-02-21loplugin:subtlezeroinit: slideshowStephan Bergmann1-1/+1
2017-02-15convert AttributeType to scoped enumNoel Grandin3-200/+181
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin7-51/+31
2017-02-15drop CycleMode enumNoel Grandin7-67/+14