summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
AgeCommit message (Expand)Author
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26add GtkLongPressGesture support and implement long-press in slideshowCaolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26add GtkSwipeGesture support and implement swipe left/right to change slidesCaolán McNamara
2015-03-23loplugin:constantfunction: sdNoel Grandin
2015-03-03TyposJulien Nabet
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-18sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-07Unused forward declStephan Bergmann
2014-12-05Remove unused functionStephan Bergmann
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-10loplugin: cstylecastNoel Grandin
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15sd: sal_Bool -> boolStephan Bergmann
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-17rtl::Reference fits just fine hereStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04coverity#705867 Dereference before null checkCaolán McNamara
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-10coverity#738826 Uninitialized scalar fieldCaolán McNamara
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky
2014-05-09fdo#78267: Fix advancing slides by mouse clicks.Jan Holesovsky
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-28Resolves: rhbz#1091117 SdGlobalResourceContainer used after deleteCaolán McNamara
2014-04-27ANIMATIONMODE_VIEW can be removedJulien Nabet
2014-04-25Related: rhbz#1032774 slide restarter should disable auto-exitCaolán McNamara
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-21remove comments why a file gets includedThomas Arnhold