summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-02-23Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenuStephan Bergmann2-37/+11
2015-02-21TyposJulien Nabet2-3/+3
2015-02-18TyposJulien Nabet2-8/+8
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-30/+30
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-2/+0
2015-02-09Fix of a few typosAndrea Gelmini2-3/+3
2015-02-08Typo: we has->we haveJulien Nabet3-3/+3
2015-02-08Typo: relaese->releaseJulien Nabet2-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann7-46/+31
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage4-13/+16
2015-02-05Updated all precompiled headers.Ashod Nakashian2-6/+7
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara7-26/+26
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara6-28/+44
2015-02-03Clean up some weird loggingTor Lillqvist2-3/+2
2015-02-02coverity#1267648 Logically dead codeCaolán McNamara1-1/+1
2015-02-01coverity#1267688 Uncaught exceptionCaolán McNamara2-4/+4
2015-02-01coverity#1267687 Uncaught exceptionCaolán McNamara2-4/+5
2015-02-01coverity#1267685 Uncaught exceptionCaolán McNamara2-4/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-27/+0
2015-01-28remove unused typedefsNoel Grandin3-14/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin16-78/+57
2015-01-24Typo: syncro->synchroJulien Nabet1-1/+1
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist3-3/+3
2015-01-21Resolves: fdo#87636 New button not clickable when Templates preselectedCaolán McNamara3-13/+10
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