summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-07-04tdf#108833 sd: don't unconditionally enable Undo after importMichael Stahl1-1/+2
2017-07-04tdf#108863 sd: disable Undo earlier if no Undo StepsMichael Stahl1-0/+10
2017-07-04tdf#108609 rtl mode set on ruler when it should be ltrNoel Grandin1-1/+1
2017-06-25Resolves: tdf#108475 swipe only if some reasonable movement was involvedCaolán McNamara1-1/+3
2017-06-21tdf#89064 Fix import of pages with comments and notesPaul Trojahn2-0/+13
2017-06-19tdf#84909 Add separator before clone formatting in toolbarYousuf Philips2-0/+2
2017-06-07Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-06-02Resolves: 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-29Capitalization of menu itemsAdolfo Jayme Barrientos1-4/+4
2017-05-23mysterious and missing 4077 resource used in sdCaolán McNamara3-19/+13
2017-05-22Resolves: tdf#107959 SdrGrafObj leak triggers later crashCaolán McNamara1-10/+7
2017-05-21make string translation loading more uniformCaolán McNamara125-635/+597
2017-05-16loplugin:checkunusedparams variousNoel Grandin3-4/+4
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin2-20/+0
2017-05-14tdf#96681: Add flag so we can actually work with SID_ATTR_BRUSH_CHARKatarina Behrens1-0/+5
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-12Revert "coverity#1399034 Unrecoverable parse warning"Caolán McNamara1-4/+0
2017-05-12remove unused uno::Reference varsNoel Grandin6-13/+0
2017-05-12convert SdrLayerId to strong_intNoel Grandin36-140/+140
2017-05-11coverity#1399034 Unrecoverable parse warningCaolán McNamara1-0/+4
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose3-4/+4
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin3-3/+3
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-09Clean up uses of SAL_U/SAL_W: sdStephan Bergmann1-2/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin4-10/+2
2017-05-09drop unused FadeEffectLBCaolán McNamara5-94/+0
2017-05-09sd: Kill empty FadeEffectLBImplTakeshi Abe2-28/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin3-8/+5
2017-05-09loplugin:constantparamNoel Grandin1-2/+2
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin7-18/+11
2017-05-08cppcheck nitpicks variableScope and redundantAssignmentJochen Nitschke1-2/+1
2017-05-07split clear and set graphicCaolán McNamara3-6/+6
2017-05-07coverity#1399034 Unrecoverable parse warningCaolán McNamara2-8/+11
2017-05-07break circular includeJochen Nitschke2-0/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock74-241/+241
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock74-241/+241
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-05Defining SID_UNICODE_NOTATION_TOGGLE once is enoughMaxim Monastirsky1-16/+0
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin3-10/+10
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin4-10/+9
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin21-55/+55
2017-05-04sd: oops, skipped one entry on every erase by incrementingMichael Stahl1-6/+7
2017-05-04sd: fix atexit crash in CanvasUpdateRequester::maRequesterMapMichael Stahl4-30/+53
2017-05-04loplugin:checkunusedparams in svx(part1)Noel Grandin1-1/+1
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin2-3/+3
2017-05-04tdf#105703: Make sure we actually have a motion path hereKatarina Behrens2-2/+6
2017-05-04Replace all OUString("") with OUString()Arnaud Versini3-3/+3
2017-05-04include cleanupJochen Nitschke3-15/+3
2017-05-03svx: SdrObjEditView::SdrEndTextEdit() must be called after SdrBeginTextEdit()Michael Stahl1-0/+2