summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin2017-09-144-7/+6
* loplugin:constantparamNoel Grandin2017-09-081-5/+4
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-046-7/+7
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-0416-81/+81
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* Translate one German variable nameJohnny_M2017-09-041-4/+4
* support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara2017-09-022-10/+6
* Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist2017-08-311-1/+1
* nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara2017-08-301-1/+1
* Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2017-08-252-2/+2
* convert message box style bits to scoped enumNoel Grandin2017-08-231-28/+33
* Fix typosAndrea Gelmini2017-08-181-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-181-2/+2
* Fix typosAndrea Gelmini2017-08-171-2/+2
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-4/+4
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-2/+2
* tdf#39468: Translate some german commentsChristian Barth2017-08-101-3/+3
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:constparams handle constructorsNoel Grandin2017-07-282-2/+2
* loplugin:unusedfields in basctl..connectivityNoel Grandin2017-07-221-1/+1
* remove some "optimisation" insanity in ScriptEventContainerNoel Grandin2017-07-201-38/+18
* loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin2017-07-188-18/+17
* use more range-for on uno::SequenceNoel Grandin2017-07-112-10/+6
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* fix compile error due to missing include<functional>Dennis Francis2017-07-071-0/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-073-5/+3
* use more begin()/end() for SequenceNoel Grandin2017-07-066-29/+19
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-2/+2
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-033-10/+8
* loplugin:casttovoid: toolkitStephan Bergmann2017-07-026-33/+7
* loplugin:unusedfields in toolkit..xmloffNoel Grandin2017-06-302-10/+0
* loplugin:oncevar in test..toolsNoel Grandin2017-06-285-22/+8
* 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