summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* std::unordered_map can erase an element by given key, if anyTakeshi Abe2017-06-241-2/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-182-3/+0
* Profiling API: add ProfileZonesLászló Németh2017-06-161-0/+2
* comphelper: add a profiling APILászló Németh2017-06-151-0/+23
* use more SAL_N_ELEMENTS part 1Noel Grandin2017-06-143-4/+4
* Remove VCLExternalSolarLock and IMutex.Arnaud Versini2017-06-124-41/+0
* cppcheck: knownConditionTrueFalseJochen Nitschke2017-06-061-10/+6
* Remove all allocation of VCLExternalSolarLock.Arnaud Versini2017-06-052-12/+2
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-8/+0
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-311-1/+0
* remove duplicate 'using namespace'Jochen Nitschke2017-05-301-2/+0
* teach redundantcast plugin about functional castsNoel Grandin2017-05-301-6/+6
* remove unnecessary use of OString::getStrNoel Grandin2017-05-282-22/+12
* remove VCLExternalSolarLock* members from ..Jochen Nitschke2017-05-231-4/+1
* cppcheck: unusedStructMemberJochen Nitschke2017-05-211-5/+0
* cleanup unused css/resource/ includesJochen Nitschke2017-05-202-2/+0
* loplugin:stringcopy: toolkitStephan Bergmann2017-05-192-5/+5
* remove unused uno::Reference varsNoel Grandin2017-05-121-3/+0
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-111-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-092-2/+0
* loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin2017-05-051-3/+3
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-255-0/+5
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-2/+2
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-8/+8
* teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin2017-04-051-28/+22
* tdf#39468 Translate German commentsJens Carl2017-04-034-9/+9
* use actual UNO enums in test..vbahelperNoel Grandin2017-04-033-6/+5
* coverity#1403662 Mixing enum typesCaolán McNamara2017-04-022-173/+11
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-317-22/+22
* Fix typosAndrea Gelmini2017-03-255-5/+5
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-234-17/+17
* Typo: boder->borderJulien Nabet2017-03-231-3/+3
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-18/+18
* Fix typosAndrea Gelmini2017-03-021-1/+1
* new loplugin unoanyNoel Grandin2017-02-282-4/+3
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* loplugin:subtlezeroinit: toolkitStephan Bergmann2017-02-213-8/+8
* remove unused enumerators from WindowTypeNoel Grandin2017-02-213-12/+0
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-152-38/+11
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-144-0/+12
* Convert WindowType to scoped enumNoel Grandin2017-02-147-344/+339
* Revert "Resolves: tdf#79250 add typed list to form control listbox"Eike Rathke2017-02-114-12/+0
* Resolves: tdf#79250 add typed list to form control listboxEike Rathke2017-02-104-0/+12
* tdf#105672 framework managed menu buttonMaxim Monastirsky2017-02-091-0/+7
* Add missing #includesStephan Bergmann2017-02-0615-0/+18
* sal_uIntPtr to sal_uInt16Matteo Casalin2017-02-051-1/+1
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-021-10/+4
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-4/+4