summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin2-40/+16
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-1/+1
2017-07-11use more range-for on uno::SequenceNoel Grandin2-14/+10
2017-07-10sd: fix unitialized "pItem" pointer in SlideBackground::SlideBackgroundMarkus Mohrhard1-4/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin10-17/+17
2017-07-09Added margin feature to the Draw's SideBarpv2k6-1/+447
2017-07-09Slightly different approach to tdf#106679Katarina Behrens3-44/+19
2017-07-07tdf#108925: Too small bullet size confuses the userTamás Zolnai2-0/+19
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin8-27/+30
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+0
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin3-16/+16
2017-07-06GSoC: Recent Charaters Toolbar Dropdown ControlAkshay Deep3-0/+12
2017-07-06remove unused text property of spinbuttons for animation delayStanislav Horacek2-2/+0
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara1-1/+1
2017-07-06rework as a shared_ptrCaolán McNamara1-1/+1
2017-07-05coverity#1414486 Unchecked dynamic_castCaolán McNamara1-6/+9
2017-07-05new loplugin unnecessaryparenNoel Grandin10-28/+21
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier2-0/+4
2017-07-04support for saving a modified image instead of original versionMarco Cecchetti1-1/+21
2017-07-04loplugin:unusedfields in sdNoel Grandin12-79/+4
2017-07-03tdf#108609 rtl mode set on ruler when it should be ltrNoel Grandin1-1/+1
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-7/+0
2017-07-03loplugin:unusedfields bIsMarked in SvTreeListEntryNoel Grandin3-160/+6
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke4-6/+6
2017-07-03Translate German comments and debug strings (leftovers in dirs scaddins to sd)Johnny_M13-24/+24
2017-07-03loplugin:unusedfields in svxNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: sdStephan Bergmann45-258/+111
2017-07-02DocumentRenderer::Implementation::GetProperties rOptions is unusedStephan Bergmann1-5/+2
2017-07-02SlideSorterViewShell::Create parameter bIsCenterPane is unusedStephan Bergmann4-14/+6
2017-07-02ViewShellManager::Implementation ctor parameter rManager is unusedStephan Bergmann1-6/+2
2017-07-02ClientBox::CalcActiveHeight parameter nPos is unusedStephan Bergmann2-4/+3
2017-07-02ViewShellManager::Implementation::DestroySubShell rParentShell is unusedStephan Bergmann1-6/+2
2017-07-02SelectionFunction::ModeHandler::StartDrag parameter eMode is unusedStephan Bergmann1-10/+3
2017-07-02Layouter::Implementation::GetTargetSize rPreviewModelSize is unusedStephan Bergmann1-22/+11
2017-07-02PresenterCanvas::UpdateSpriteClip rSize parameter is unusedStephan Bergmann2-18/+8
2017-06-30fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorterBernhard Widl4-40/+40
2017-06-30tdf#108833 sd: don't unconditionally enable Undo after importMichael Stahl1-1/+2
2017-06-30tdf#108863 sd: disable Undo earlier if no Undo StepsMichael Stahl1-0/+10
2017-06-29fdo#43157 convert OSL_ASSERT to assert in sd/source/ui/slidesorter/cacheBernhard Widl5-11/+11
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-3/+2
2017-06-28sd lok: disable undo state if conflict with other viewsHenry Castro2-32/+91
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-6/+6
2017-06-28sd: Kill forward declaration of non-existent RequestDataTakeshi Abe5-7/+1
2017-06-28sd lok: fix Undo/Redo Document RepairHenry Castro5-80/+57
2017-06-27Fix typosAndrea Gelmini1-1/+1
2017-06-26loplugin:oncevar in sdNoel Grandin48-208/+133
2017-06-26s/catched/caughtNoel Grandin2-2/+2
2017-06-26Fix PageShape export to pptxPaul Trojahn1-1/+1
2017-06-25tdf#107584: Load/save page background transparencyKatarina Behrens2-0/+27
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-1/+1