summaryrefslogtreecommitdiff
path: root/sd/source/ui
AgeCommit message (Expand)AuthorFilesLines
2017-06-25Resolves: tdf#108475 swipe only if some reasonable movement was involvedCaolán McNamara1-1/+3
2017-06-14Resolves: tdf#108187 fatal exception on testing if ooxml is a odfCaolán McNamara1-14/+23
2017-06-02tdf#108024 Keep original selection during DrawViewShell::FuTemporary()Takeshi Abe1-1/+2
2017-05-12sd: fix atexit crash in CanvasUpdateRequester::maRequesterMapMichael Stahl4-30/+54
2017-05-09tdf#105703: Make sure we actually have a motion path hereKatarina Behrens2-2/+6
2017-05-03tdf#105703: Restore user-defined motion paths for animationsKatarina Behrens4-9/+112
2017-03-30tdf#106857: use SfxInt32Item for ATTR_SNAPLINEJulien Nabet1-2/+2
2017-03-28Resolves: tdf#106612 fix double click in draw/impress navigatorCaolán McNamara1-0/+3
2017-03-16Resolves: tdf#106557 don't crash on missing line spacing argumentCaolán McNamara1-177/+174
2017-02-23tdf#99908: Ensure non-empty unique gradient namesKatarina Behrens2-4/+17
2017-02-23fix crash in the sidebar codeMarkus Mohrhard1-1/+1
2017-02-22don't lock sidebar size due to long master slide namesCaolán McNamara1-0/+3
2017-02-09animation duration/scale etc don't fill horizontal spaceCaolán McNamara1-0/+4
2017-01-30tdf#105502 sd increase font size: handle table selectionMiklos Vajna1-0/+43
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht5-7/+16
2017-01-16tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl3-18/+29
2017-01-11tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()Michael Stahl1-1/+4
2017-01-11tdf#105199: Keep URL intactStephan Bergmann1-1/+1
2017-01-11Related tdf#100151: use disposeAndClear for mpShowWindow (sd)Julien Nabet1-1/+1
2016-12-21tdf#104046 - Slides in the slide pane don't update in realtimeNoel Grandin14-182/+55
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2-2/+2
2016-11-22remove some more global OUStringsNoel Grandin5-16/+4
2016-11-21convert inventorId to scoped enumNoel Grandin38-120/+122
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen1-25/+0
2016-11-21new loplugin datamembershadowNoel Grandin2-10/+1
2016-11-18sd: assert SfxPoolItem::operator==Michael Stahl1-15/+10
2016-11-18Avoid division by zeroStephan Bergmann1-2/+2
2016-11-18includes should be at the top of the fileNoel Grandin6-21/+16
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin2-1/+3
2016-11-17loplugin:unusedfieldsNoel Grandin2-3/+3
2016-11-17loplugin:datamembershadow in StyleSheetUndoActionNoel Grandin2-10/+2
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-15replace explicit delete and simplifyDavid Tardon1-9/+3
2016-11-15Replace some trivial Sfx*Item derivations with make* functionsStephan Bergmann2-38/+38
2016-11-14warning C4701: potentially uninitialized local variable 'pPV' usedNoel Grandin1-1/+1
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara9-37/+33
2016-11-13loplugin:unnecessaryoverrideCaolán McNamara2-13/+2
2016-11-13drop extra semicolonsDavid Tardon2-2/+2
2016-11-11tdf#98059 Don't replace existing objects when inserting mediaSamuel Mehrbrodt1-6/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin7-33/+34
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe2-6/+12
2016-11-09tdf#103756 - CTRL+Z not working to undo changes performed through NavigatorNoel Grandin2-2/+26
2016-11-08simplify mark points and gluepoints managementCaolán McNamara1-40/+27
2016-11-08no need to use endsWithAsciiL like this anymoreNoel Grandin1-11/+9
2016-11-08coverity#1394269 Uncaught exceptionCaolán McNamara2-6/+4
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara10-160/+43
2016-11-07loplugin:unnecessaryvirtual in sd..sdextNoel Grandin10-19/+18
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud10-43/+160
2016-11-04unify color selectorsCaolán McNamara10-160/+43
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu4-34/+4