summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Some more loplugin:cstylecast: frameworkStephan Bergmann3-4/+4
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-1/+1
2015-01-13java: remove some dead propertiesNoel Grandin1-2/+0
2015-01-13java: inline the CheckAPI propertiesNoel Grandin2-54/+13
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2-5/+5
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin3-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin3-8/+8
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin7-60/+23
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-3/+0
2015-01-09java: simplify array creationNoel Grandin2-6/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin5-98/+0
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage7-73/+67
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara2-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk1-3/+2
2015-01-06how about scopeEike Rathke1-3/+4
2015-01-06workaround a weird gcc optimization werror bugEike Rathke1-19/+25
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin3-7/+5
2015-01-05java: unnecessary importsNoel Grandin1-6/+0
2015-01-05java: remove more dead codeNoel Grandin3-6/+4
2015-01-05java: these fields can become local variablesNoel Grandin1-2/+1
2015-01-05java: remove dead codeNoel Grandin5-513/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara36-169/+153
2014-12-26Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl1-0/+1
2014-12-19java: static fields that should not be staticNoel Grandin6-12/+11
2014-12-19java: this does not need to be a ThreadNoel Grandin1-2/+1
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann59-265/+204
2014-12-16fdo#39440 reduce scope of local variablesMichael Weghorn9-22/+20
2014-12-12framework: Use appropriate OUString functions on string constantsStephan Bergmann12-74/+46
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-3/+3
2014-12-10java: remove comment noiseNoel Grandin2-2/+0
2014-12-10java: simplify the getMSF() methodsNoel Grandin12-30/+14
2014-12-09changed timers to idleJennifer Liebel4-22/+22
2014-12-09changed some timer to idleJennifer Liebel4-20/+20
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-12-09changed timers to idleJennifer Liebel4-22/+22
2014-12-09changed timers to idleJennifer Liebel1-2/+2
2014-12-09changed some timer to idleJennifer Liebel4-20/+20
2014-12-09framework: avoid double-free in ToolBarManager()Michael Stahl1-0/+6
2014-12-09changed timers to idleJennifer Liebel4-22/+22
2014-12-09fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller1-2/+2
2014-12-09changed some timer to idleJennifer Liebel4-27/+21
2014-12-08Resolves: fdo#86820 executing toolbar menu entry can destroy menuCaolán McNamara1-5/+12
2014-12-04Avoid automatic toolbars in the non-desktop caseTor Lillqvist1-0/+6
2014-12-04Ignore exceptions when getting the background color configurationTor Lillqvist1-3/+14
2014-12-03Further clean-upStephan Bergmann2-9/+0
2014-12-03Code clean-up/consolidation task.Vishv Brahmbhatt2-47/+6
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl3-5/+5
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1