summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-2/+2
* do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl2015-03-111-5/+1
* framework: reindent that tooMichael Stahl2015-03-111-29/+29
* utl::ConfigItem::Commit() should call ClearModified()Michael Stahl2015-03-114-17/+12
* V801: Decreased performanceCaolán McNamara2015-03-094-15/+15
* V813: Decreased performanceCaolán McNamara2015-03-042-3/+3
* TyposJulien Nabet2015-03-031-1/+1
* TyposJulien Nabet2015-03-033-3/+3
* TyposJulien Nabet2015-03-022-2/+2
* Typo: embeded->embeddedJulien Nabet2015-03-013-10/+10
* Remove nonsenseStephan Bergmann2015-02-271-1/+1
* TyposJulien Nabet2015-02-263-8/+8
* Less castingStephan Bergmann2015-02-241-6/+4
* Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenuStephan Bergmann2015-02-232-37/+11
* TyposJulien Nabet2015-02-212-3/+3
* TyposJulien Nabet2015-02-182-8/+8
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-30/+30
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-142-2/+0
* Fix of a few typosAndrea Gelmini2015-02-092-3/+3
* Typo: we has->we haveJulien Nabet2015-02-083-3/+3
* Typo: relaese->releaseJulien Nabet2015-02-082-2/+2
* loplugin:deletedspecialStephan Bergmann2015-02-077-46/+31
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-064-13/+16
* Updated all precompiled headers.Ashod Nakashian2015-02-052-6/+7
* rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara2015-02-047-26/+26
* fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2015-02-046-28/+44
* Clean up some weird loggingTor Lillqvist2015-02-032-3/+2
* coverity#1267648 Logically dead codeCaolán McNamara2015-02-021-1/+1
* coverity#1267688 Uncaught exceptionCaolán McNamara2015-02-012-4/+4
* coverity#1267687 Uncaught exceptionCaolán McNamara2015-02-012-4/+5
* coverity#1267685 Uncaught exceptionCaolán McNamara2015-02-012-4/+4
* 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