summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara1-2/+1
2015-10-17coverity#1327455 Uninitialized pointer fieldCaolán McNamara1-1/+2
2015-10-17coverity#1327456 Uninitialized pointer fieldCaolán McNamara1-1/+2
2015-10-17coverity#1327457 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-10-17coverity#1327458 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-10-17tdf#95096 avoid invalid cursor position exceptionJustin Luth1-2/+5
2015-10-17Revert "sfx2: -Werror=unused-parameter"Christian Lohmaier1-2/+0
2015-10-17ignore "current document" values at module level, tdf#92256 follow-upEike Rathke1-1/+13
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens9-21/+108
2015-10-16tdf#39468 translated german comments in tabvwsh9.cxxAlbert Thuswaldner1-1/+1
2015-10-16tdf#39468 translated german comments in tabvwsh3.cxxAlbert Thuswaldner1-39/+39
2015-10-16tdf#39468 translated german comments in tabvwsh8.cxxAlbert Thuswaldner1-7/+7
2015-10-16tdf#94965: crash in report wizard fixedOliver Specht1-3/+3
2015-10-16afl-eventtesting: add a realistic impress workoutCaolán McNamara4-4/+16
2015-10-16afl-eventtesting: tweak key event injectionCaolán McNamara2-17/+35
2015-10-16use rtl::toAsciiUpperCase() instead of home baked lcl_toupper()Eike Rathke1-13/+4
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara6-58/+14
2015-10-16Missing dependenciesStephan Bergmann1-2/+6
2015-10-16don not use libc toupper() because it might yield unexpected resultsEike Rathke1-4/+13
2015-10-16lok svg export: Default to exporting all slides, use the interactive SVG.Jan Holesovsky2-18/+17
2015-10-16svg export: Some whitespace cleanup, fix typos.Jan Holesovsky1-31/+28
2015-10-16-fsanitize=shift-exponentStephan Bergmann1-1/+11
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen34-1460/+8
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-16cid#1327106 UrF: Unread fieldNoel Grandin1-4/+0
2015-10-16cid#1327105 UrF: Unread fieldNoel Grandin1-2/+0
2015-10-16cid#1327103 UrF: Unread fieldNoel Grandin1-3/+0
2015-10-16cid#1327102 UrF: Unread fieldNoel Grandin1-2/+1
2015-10-16convert Link<> to typedNoel Grandin2-11/+14
2015-10-16remove unused Link<> fieldNoel Grandin2-17/+0
2015-10-16convert Link<> to typedNoel Grandin4-7/+6
2015-10-16convert Link<> to typedNoel Grandin4-6/+5
2015-10-16remove unimplemented and private methodNoel Grandin1-3/+0
2015-10-16Allow injection of keyboard and mouse events through UNOMatthew J. Francis5-0/+164
2015-10-16cid#1326341 Unguarded readNoel Grandin1-6/+3
2015-10-16convert Link<> to typedNoel Grandin4-8/+6
2015-10-16convert Link<> to typedNoel Grandin2-6/+5
2015-10-16Fix type of nPixelStephan Bergmann1-1/+1
2015-10-16cid#1326334 Unguarded readNoel Grandin1-17/+11
2015-10-16spellingNoel Grandin2-2/+2
2015-10-16cid#1326952 RV: Bad use of return valueNoel Grandin1-6/+8
2015-10-16cid#1326721 to cid#1326726 Dm: Dubious method usedNoel Grandin1-7/+7
2015-10-16cid#1327207 UwF: Unwritten fieldNoel Grandin1-5/+0
2015-10-16cid#1327206 UwF: Unwritten fieldNoel Grandin1-2/+1
2015-10-16cid#1327204 UwF: Unwritten fieldNoel Grandin3-6/+2
2015-10-16convert Link<> to typedNoel Grandin13-49/+35
2015-10-16Use CPPUNIT_ASSERT_EQUAL for better failure reportsStephan Bergmann1-84/+114
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky74-348/+278
2015-10-16sfx items: Introduce a templatized version of SfxItemSet::GetItem().Jan Holesovsky2-2/+11