summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-23coverity#1399034 rework to avoid 'Unrecoverable parse warning'Caolán McNamara1-5/+5
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-7/+2
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin1-1/+0
2017-06-22Resolves: tdf#108475 swipe only if some reasonable movement was involvedCaolán McNamara1-1/+3
2017-06-22loplugin:unusedfields in sd part3Noel Grandin25-102/+8
2017-06-22loplugin:unusedfields in sd part2Noel Grandin16-64/+18
2017-06-22loplugin:unusedfields in sd part1Noel Grandin13-59/+3
2017-06-22sd: Kill empty sdattr.cxxTakeshi Abe2-21/+0
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin2-4/+4
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin1-3/+0
2017-06-21loplugin:unusedfields in svx part2Noel Grandin3-4/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin2-3/+0
2017-06-21convert ErrCode to strong typedefNoel Grandin14-124/+95
2017-06-20tdf#89064 Fix import of pages with comments and notesPaul Trojahn2-0/+13
2017-06-20sd: Do not copy SdStyleSheetTakeshi Abe2-10/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann3-30/+26
2017-06-19add more debug names for scheduled eventsLászló Németh3-0/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke40-45/+0
2017-06-17create o3tl::array_viewNoel Grandin3-10/+8
2017-06-17TransferableObjectDescriptor::mnOle2Misc field is unusedNoel Grandin1-4/+0
2017-06-16Avoid bad downcast to DrawViewShellStephan Bergmann1-3/+3
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann39-105/+95
2017-06-16Profiling API: add ProfileZonesLászló Németh4-0/+10