summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/rehearsetimingsactivity.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-13loplugin:ostr in slideshowNoel Grandin1-2/+2
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 11)Julien Nabet1-4/+3
2023-03-30loplugin:stringadd in variousNoel Grandin1-4/+2
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-2/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-1/+1
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+1
2020-01-25loplugin:makeshared in slideshowNoel Grandin1-5/+5
2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen1-4/+0
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+3
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin1-2/+3
2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen1-0/+1
2019-02-05loplugin:flatten in slideshowNoel Grandin1-11/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-10-09loplugin:constfields in slideshowNoel Grandin1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: slideshowStephan Bergmann1-6/+6
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-13clang-tidy modernize-use-emplace in slideshowNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: slideshowStephan Bergmann1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert slideshow module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-16logging the simple message is sufficientCaolán McNamara1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-09some OSL_FAIL to SAL_WARNCaolán McNamara1-5/+2
2016-10-05InfoFont/Color is not used by vcl nowCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin1-1/+1
2016-03-02tdf#98175 fix Impress crashNoel Grandin1-1/+1
2016-02-24loplugin:cstylecastStephan Bergmann1-1/+1
2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin1-4/+4
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-29com::sun::star->css in slideshowNoel Grandin1-1/+1
2015-10-13tdf#93243 slideshow: boost::bind -> C++11 lambdasDaniel Robertson1-15/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-14boost->stdCaolán McNamara1-1/+1
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-17slideshow: replace for_each with range-based forDaniel Robertson1-5/+2
2015-08-11slideshow: prefer value_type over manual type generationThorsten Behrens1-2/+2
2015-08-08tdf#92459 replace deprecated o3tl featuresDaniel Robertson1-13/+8