summaryrefslogtreecommitdiff
path: root/sd/source/ui/slideshow
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-2/+4
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2-3/+3
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann2-5/+5
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin5-13/+13
2014-09-18fdo#82577: Handle FontNoel Grandin1-4/+4
2014-09-15sd: sal_Bool -> boolStephan Bergmann2-2/+2
2014-08-27callcatcher: update unused codeCaolán McNamara1-1/+0
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt1-1/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-4/+2
2014-06-25remove whitespacesMarkus Mohrhard9-397/+0
2014-06-17rtl::Reference fits just fine hereStephan Bergmann4-9/+6
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-04coverity#705867 Dereference before null checkCaolán McNamara1-6/+3
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+4
2014-05-10coverity#738826 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-2/+2
2014-05-09fdo#78267: Fix advancing slides by mouse clicks.Jan Holesovsky1-1/+1
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet1-4/+4
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann3-13/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-5/+5
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni2-2/+2
2014-04-28Resolves: rhbz#1091117 SdGlobalResourceContainer used after deleteCaolán McNamara1-0/+9
2014-04-27ANIMATIONMODE_VIEW can be removedJulien Nabet1-1/+1
2014-04-25Related: rhbz#1032774 slide restarter should disable auto-exitCaolán McNamara2-5/+18
2014-04-24sd: sal_Bool->boolNoel Grandin3-67/+67
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin1-1/+1
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann2-1/+2
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin3-16/+16
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-96/+96
2014-03-19sfx2: sal_Bool->boolNoel Grandin2-7/+7
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin2-2/+2
2014-03-05coverity#704764 Dereference after null checkCaolán McNamara1-1/+1
2014-03-05coverity#704763 Dereference after null checkCaolán McNamara1-1/+2
2014-03-05coverity#704762 Dereference after null checkCaolán McNamara1-1/+2
2014-03-05coverity#704761 Dereference after null checkCaolán McNamara1-1/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann5-174/+174
2014-02-26Fixup whitespace changes, remove commented code.Thorsten Behrens1-2/+0
2014-02-26Remove visual noise from sdAlexander Wilms6-38/+20
2014-02-23coverity#707114 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23coverity#707113 Uncaught exceptionCaolán McNamara1-1/+2
2014-02-23Remove unneccessary commentsAlexander Wilms4-184/+184