summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-19enhance unusedfields plugin to find readonly fieldsNoel Grandin1-2/+0
2017-07-15improve variable scopeCaolán McNamara1-98/+97
2017-07-15coverity#1415091 Dereference before null checkCaolán McNamara1-12/+11
2017-07-15coverity#1415090 Unchecked dynamic_castCaolán McNamara1-6/+10
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand3-6/+6
2017-07-14tdf#109107: Sidebar's fontheight field is not updated...Tamás Zolnai3-0/+34
2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin27-60/+60
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski3-4/+0
2017-07-13loplugin:oncevar: empty strings: sdStephan Bergmann5-22/+11
2017-07-13sd: Use std::unique_ptr<> as SdUndoGroup owns SdUndoActionsTakeshi Abe2-13/+6
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall1-1/+1
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 SideBarpv2k4-1/+272
2017-07-09Slightly different approach to tdf#106679Katarina Behrens2-42/+17
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 Deep1-0/+2
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-05new loplugin unnecessaryparenNoel Grandin10-28/+21
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 Bergmann44-249/+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 Castro1-32/+36
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann4-6/+6
2017-06-28sd: Kill forward declaration of non-existent RequestDataTakeshi Abe4-6/+1