summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2014-07-09Resolves: #i119287# corrected default style for draw objects...Armin Le Grand1-1/+17
2014-07-06error: could not convert from 'void' to 'bool'Miklos Vajna1-49/+47
2014-07-06coverity#735324: Unchecked return valueNorbert Thiebaud1-9/+8
2014-07-06coverity#982181: Unchecked return valueNorbert Thiebaud1-4/+6
2014-07-06coverity#982182: Unchecked return valueNorbert Thiebaud1-12/+19
2014-07-06coverity#1202762: Unchecked return valueNorbert Thiebaud1-12/+17
2014-07-06coverity#1202763: Unchecked return valueNorbert Thiebaud1-1/+1
2014-07-06coverity#1209589: Dereference after null checkNorbert Thiebaud1-18/+21
2014-07-04make the validation working correctlyMarkus Mohrhard1-2/+2
2014-07-04remove unused header fileMarkus Mohrhard1-2/+0
2014-07-04enable ODP export validation in sd export testMarkus Mohrhard1-0/+8
2014-07-04split sd's import and export testsMarkus Mohrhard4-361/+547
2014-07-04extract a bit more codeMarkus Mohrhard1-45/+25
2014-07-04extract some shared codeMarkus Mohrhard1-44/+34
2014-07-04fix wrong operator<< for ColorMarkus Mohrhard1-1/+1
2014-07-04coverity#704008 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-04coverity#704007 Uncheck return valueNorbert Thiebaud1-1/+1
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann4-4/+4
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-01coverity#704299 Dead codeNorbert Thiebaud1-1/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-30Background color in defaults for named presentation layoutmatteocam1-0/+4
2014-06-30Called C++ object pointer is nullCaolán McNamara2-3/+3
2014-06-30More -WaE: nested template problems.Andrzej Hunt1-3/+3
2014-06-30-WaE: nested template problems.Andrzej Hunt1-1/+1
2014-06-30-WaE: variable bNewEntryInserted set but not used.Andrzej Hunt1-4/+0
2014-06-30Impress Remote Dialog: avoid flickering when device selected.Andrzej Hunt2-51/+61
2014-06-30Allow removal of remotes even if Server not running.Andrzej Hunt1-10/+8
2014-06-30fdo#63378 Enable Impress Remote Dialog menu item for all view shells.Andrzej Hunt2-0/+24
2014-06-30Remote Dialog: give focus to pin entry when item selected.Andrzej Hunt1-0/+8
2014-06-30Remote Dialog: make sure pin box is empty.Andrzej Hunt1-1/+3
2014-06-30Make sure pin box and deauth button hidden when no items selected.Andrzej Hunt1-8/+8
2014-06-30Kill some unused/commented code.Andrzej Hunt2-53/+0
2014-06-30Impress Remote: allow removal of authorised remotes.Andrzej Hunt7-27/+158
2014-06-30Move ClientInfo to shared_ptrs.Andrzej Hunt5-18/+24
2014-06-29Typo: beeing->beingJulien Nabet5-7/+7
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud9-21/+21
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-1/+0
2014-06-26clang: Dead initializationCaolán McNamara1-1/+2
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-3/+3
2014-06-25loplugin:unreffunMatúš Kukan1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard623-11530/+2
2014-06-25fix build after rebaseMarkus Mohrhard5-77/+17
2014-06-25slidesorter - cleanup redundant caches and notifications.Michael Meeks3-38/+41
2014-06-25slide-sorter: re-factor to improve bbox calcuationMichael Meeks7-140/+95
2014-06-24bnc#882631: Do not hide top of the first row when editing text in table cells.Matúš Kukan1-2/+2
2014-06-24Resolves: #i124816# use correct layer for new object when convertingArmin Le Grand1-0/+3
2014-06-24Resolves: #i125090# The values of upper and lower spacing...Steve Yin1-7/+7
2014-06-24new compilerplugin returnbyrefNoel Grandin17-134/+120