summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-292-27/+0
* remove unused typedefsNoel Grandin2015-01-283-14/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2616-78/+57
* Typo: syncro->synchroJulien Nabet2015-01-241-1/+1
* 'Ownership' is one word, as is 'relationship'Tor Lillqvist2015-01-233-3/+3
* Resolves: fdo#87636 New button not clickable when Templates preselectedCaolán McNamara2015-01-213-13/+10
* Some more loplugin:cstylecast: frameworkStephan Bergmann2015-01-203-4/+4
* do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara2015-01-141-1/+1
* java: remove some dead propertiesNoel Grandin2015-01-131-2/+0
* java: inline the CheckAPI propertiesNoel Grandin2015-01-132-54/+13
* java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2015-01-132-5/+5
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-123-3/+3
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-123-8/+8
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-127-60/+23
* java: no need to instantiate the AccessibilityTools objectNoel Grandin2015-01-121-3/+0
* java: simplify array creationNoel Grandin2015-01-092-6/+3
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* 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