summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: slideshowStephan Bergmann
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-28Resolves: tdf#42873 videos in presenter console misplacedCaolán McNamara
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin
2017-09-04Resolves: tdf#111073 incorrect gif background colorCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-11logging the simple message is sufficientCaolán McNamara
2017-06-10logging the simple message is sufficientCaolán McNamara
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: slideshowStephan Bergmann
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-26Fix typosAndrea Gelmini
2017-03-23convert UpdateFlags to scoped enumNoel Grandin
2017-03-08show the last gif frame when the animation endsCaolán McNamara
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15convert DocTreeNode::NodeType to scoped enumNoel Grandin
2017-02-15drop CycleMode enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in slideshowStephan Bergmann
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-05-30Remove CycleMode enumNoel Grandin
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-01Fix typosAndrea Gelmini