summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow/showwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-17split OutputDevice from WindowNoel Grandin1-17/+17
2021-02-19ignore "fake" keypress in slideshowCaolán McNamara1-2/+5
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sdStephan Bergmann1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-3/+1
2019-08-26tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxxGabor Kelemen1-1/+0
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-23loplugin:unusedfields in sdNoel Grandin1-5/+0
2019-02-15loplugin:flatten in sd/source/ui/slideshowNoel Grandin1-12/+12
2019-02-09loplugin:indentation in sdNoel Grandin1-1/+1
2019-01-16tdf#42949 Fix IWYU warnings in sd/source/ui/[s-u]*/*hxxGabor Kelemen1-0/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-6/+6
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-4/+4
2017-10-23loplugin:includeform: sdStephan Bergmann1-5/+5
2017-08-03loplugin:constparams in sdNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-2/+2
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-12OSL_TRACE->SAL in sd..sdextNoel Grandin1-1/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin1-11/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-03-10loplugin:constantparam in sdNoel Grandin1-3/+3
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-29com::sun::star->css in sdNoel Grandin1-3/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-20convert Link<> to typedNoel Grandin1-3/+2
2015-08-20loplugin:defaultparamsNoel Grandin1-2/+2
2015-07-09SdrPaintView::AddWindowToPaintView: take a vcl::Window, tooMiklos Vajna1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+14
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-8/+8
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sdNoel Grandin1-0/+6
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-3/+3