summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+2
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-5/+1
2015-03-11framework: reindent that tooMichael Stahl1-29/+29
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl4-17/+12
2015-03-09V801: Decreased performanceCaolán McNamara4-15/+15
2015-03-04V813: Decreased performanceCaolán McNamara2-3/+3
2015-03-03TyposJulien Nabet1-1/+1
2015-03-03TyposJulien Nabet3-3/+3
2015-03-02TyposJulien Nabet2-2/+2
2015-03-01Typo: embeded->embeddedJulien Nabet3-10/+10
2015-02-27Remove nonsenseStephan Bergmann1-1/+1
2015-02-26TyposJulien Nabet3-8/+8
2015-02-24Less castingStephan Bergmann1-6/+4
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