summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-10-19loplugin:defaultparamsStephan Bergmann28-62/+62
2015-10-19afl-eventtesting: deref of null GetSdrPageViewCaolán McNamara1-2/+5
2015-10-19afl-eventtesting: deref of null MarkedSdrObjCaolán McNamara1-1/+3
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin4-5/+5
2015-10-19cleanup some local var declarationsNoel Grandin2-2/+2
2015-10-18reorganise code, no behaviour change intendedLionel Elie Mamane1-7/+4
2015-10-18tdf#72205 when saving changes, mark we did a prepareCloseLionel Elie Mamane1-0/+2
2015-10-18janitorial: indentLionel Elie Mamane1-2/+2
2015-10-17afl-eventtesting: first discovered impress crash via event fuzzingCaolán McNamara3-20/+41
2015-10-17coverity#1327445 Unchecked dynamic_castCaolán McNamara2-4/+4
2015-10-16typo in commentLionel Elie Mamane1-1/+1
2015-10-16tdf#93618 teach DbCellControl about "Date"/"Time" as known value propertyLionel Elie Mamane1-0/+4
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky2-2/+2
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky1-5/+5
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky1-5/+5
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky2-2/+2
2015-10-16convert Link<> to typedNoel Grandin38-231/+169
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-9/+15
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin8-27/+14
2015-10-15convert Link<> to typedNoel Grandin1-4/+13
2015-10-15convert Link<> to typedNoel Grandin1-1/+6
2015-10-14coverity#735879 Dereference after null checkCaolán McNamara1-2/+1
2015-10-14coverity#735880 Dereference after null checkCaolán McNamara1-2/+1
2015-10-14coverity#736826 Dereference before null checkCaolán McNamara1-6/+4
2015-10-14coverity#735862 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-14coverity#735864 Unchecked dynamic_castCaolán McNamara1-4/+5
2015-10-14coverity#735865 Dereference after null checkCaolán McNamara1-4/+4
2015-10-14coverity#735877 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14coverity#735878 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14coverity#735879 Dereference after null checkCaolán McNamara1-1/+0
2015-10-14coverity#735880 Dereference after null checkCaolán McNamara1-1/+0
2015-10-14coverity#1326208 Unchecked dynamic_castCaolán McNamara1-20/+15
2015-10-14convert Link<> to typedNoel Grandin2-8/+6
2015-10-13coverity#735874 Dereference after null checkCaolán McNamara1-3/+1
2015-10-13coverity#1326210 Unchecked dynamic_castCaolán McNamara1-5/+3
2015-10-13coverity#1326499 Resource leakCaolán McNamara1-3/+4
2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna1-3/+2
2015-10-13remove some useless commentsNoel Grandin1-15/+0
2015-10-13cppcheck:variableScopeNoel Grandin1-3/+2
2015-10-12disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard1-3/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann228-2431/+2431
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-27/+27
2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna1-2/+3
2015-10-12convert Link<> to typedNoel Grandin27-365/+321
2015-10-12valgrind: fix leakCaolán McNamara1-0/+1
2015-10-08tdf#89543: Solid line in place of 'none' start|end arrow entryKatarina Behrens1-6/+29
2015-10-07SvxStyleBox_Impl::CalcOptimalExtraUserWidth() is a (very) expensive operation.Jan Holesovsky1-6/+13
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+6