summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-085-98/+0
* fdo#75757: Remove inheritance from std::vector.Matthew Pottage2015-01-077-73/+67
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-072-4/+4
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-2/+2
* fdo#39440 reduce scope of local variablesŁukasz Hryniuk2015-01-071-3/+2
* how about scopeEike Rathke2015-01-061-3/+4
* workaround a weird gcc optimization werror bugEike Rathke2015-01-061-19/+25
* fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2015-01-063-7/+5
* java: unnecessary importsNoel Grandin2015-01-051-6/+0
* java: remove more dead codeNoel Grandin2015-01-053-6/+4
* java: these fields can become local variablesNoel Grandin2015-01-051-2/+1
* java: remove dead codeNoel Grandin2015-01-055-513/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-0236-169/+153
* Adjust the statusbar item widths according to HiDPI scaling factorTomaž Vajngerl2014-12-261-0/+1
* java: static fields that should not be staticNoel Grandin2014-12-196-12/+11
* java: this does not need to be a ThreadNoel Grandin2014-12-191-2/+1
* framework: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1859-265/+204
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-169-22/+20
* framework: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1212-74/+46
* java: reduce visibility of fields and methodsNoel Grandin2014-12-112-3/+3
* java: remove comment noiseNoel Grandin2014-12-102-2/+0
* java: simplify the getMSF() methodsNoel Grandin2014-12-1012-30/+14
* changed timers to idleJennifer Liebel2014-12-094-22/+22
* changed some timer to idleJennifer Liebel2014-12-094-20/+20
* changed timers to idleJennifer Liebel2014-12-091-2/+2
* changed timers to idleJennifer Liebel2014-12-094-22/+22
* changed timers to idleJennifer Liebel2014-12-091-2/+2
* changed some timer to idleJennifer Liebel2014-12-094-20/+20
* framework: avoid double-free in ToolBarManager()Michael Stahl2014-12-091-0/+6
* changed timers to idleJennifer Liebel2014-12-094-22/+22
* fdo#39468 Translate German Comments - sc/source/core/data/documen2.cxxChristian M. Heller2014-12-091-2/+2
* changed some timer to idleJennifer Liebel2014-12-094-27/+21
* Resolves: fdo#86820 executing toolbar menu entry can destroy menuCaolán McNamara2014-12-081-5/+12
* Avoid automatic toolbars in the non-desktop caseTor Lillqvist2014-12-041-0/+6
* Ignore exceptions when getting the background color configurationTor Lillqvist2014-12-041-3/+14
* Further clean-upStephan Bergmann2014-12-032-9/+0
* Code clean-up/consolidation task.Vishv Brahmbhatt2014-12-032-47/+6
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-013-5/+5
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java,framework: remove unused vars and parametersNoel Grandin2014-11-257-28/+12
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-243-6/+6
* typo: unknownAndras Timar2014-11-241-2/+2
* Revert "coverity#1169848 Uncaught exception"Stephan Bergmann2014-11-201-48/+38
* Revert "cid#706553 Uncaught exception"Stephan Bergmann2014-11-192-3/+2
* Revert "cid#706552 Uncaught exception"Stephan Bergmann2014-11-192-2/+2
* Revert "cid#706551 Uncaught exception"Stephan Bergmann2014-11-192-2/+2
* comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann2014-11-191-0/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-1810-0/+10
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* java: make fields final where possibleNoel Grandin2014-11-1815-33/+33