summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-12-07tdf#89466 Fix minor localization bugsYousuf Philips3-6/+8
2017-12-07tdf#57950 replaced some O(U)StringBuffer::append() with operator+ekuiitr1-3/+1
2017-12-07loplugin:constparamsNoel Grandin2-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-0/+2
2017-12-06tdf#114207 create commands for slide number and slide fieldsYousuf Philips1-4/+4
2017-12-06tdf#101014 Keyboard between textboxes - part 2Marina Latini1-2/+2
2017-12-06coverity#1401328 Uncaught exceptionCaolán McNamara1-1/+2
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-2/+2
2017-12-05tdf#113856 Navigator: Bad behaviour of controllers when changing slidesmartinb2141-0/+1
2017-12-05Fix typoAndrea Gelmini1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin6-6/+6
2017-12-05loplugin:countusersofdefaultparams in editeng..packageNoel Grandin1-2/+2
2017-12-05remove some unused definesNoel Grandin2-6/+0
2017-12-04silence coverity#1405937 Uncaught exceptionCaolán McNamara1-2/+5
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-2/+2
2017-12-03fixed interface domain.Kiyotaka Nishibori2-2/+2
2017-12-01tdf#101014 Keyboard navigation between textboxesMarina Latini1-4/+4
2017-12-01Use for-range loops in ViewShellManager (sd)Julien Nabet1-23/+14
2017-11-30silence various coverity warningsCaolán McNamara2-3/+4
2017-11-30coverity#1424266 Uncaught exceptionCaolán McNamara1-1/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-30catch IllegalArgumentException tooCaolán McNamara1-0/+3
2017-11-30catch SAXException in pptx testingCaolán McNamara1-0/+3
2017-11-29tdf#76646 don't open link on Ctrl-click if not requiredSzymon Kłos1-0/+2
2017-11-29tdf#76646 Ctrl-click required for hyperlinks in draw/impressSzymon Kłos1-0/+6
2017-11-29add pptx support to fftesterCaolán McNamara1-0/+45
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-0/+9
2017-11-29loplugin:countusersofdefaultparams in sdNoel Grandin16-21/+21
2017-11-28coverity#1421075 Uncaught exceptionCaolán McNamara2-2/+2
2017-11-28coverity#1421124 Uncaught exceptionCaolán McNamara2-2/+2
2017-11-28loplugin:countusersofdefaultparams in svxNoel Grandin1-1/+1
2017-11-27undo "ofz#3577 force refresh"Caolán McNamara1-12/+7
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-5/+5
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin4-6/+6
2017-11-26coverity#1421087 Uncaught exceptionCaolán McNamara2-2/+2
2017-11-26coverity#1421097 Uncaught exceptionCaolán McNamara2-2/+2
2017-11-26ofz#4436 check if seek succeededCaolán McNamara1-1/+1
2017-11-26clang-tidy modernize-use-equals-default in sdJochen Nitschke10-105/+0
2017-11-23various coverity warningsCaolán McNamara1-3/+3
2017-11-23Resolves: tdf#113962 save detected filter outside file dialogCaolán McNamara1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann6-7/+7
2017-11-22fix duplicate strings in notebookbar uiChristian Lohmaier2-29/+29
2017-11-22ofz#4381 Divide-by-zeroCaolán McNamara1-3/+5
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin2-2/+2
2017-11-21tdf#112650 Disable 'background settings for all pages'heiko tietze2-84/+16
2017-11-21Ovservation->ObservationCaolán McNamara2-9/+9
2017-11-21Resolves: tdf#100950 only update page selection if pages changedCaolán McNamara2-3/+10