summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M6-7/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin16-81/+81
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-09-04Translate one German variable nameJohnny_M1-4/+4
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara2-10/+6
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist1-1/+1
2017-08-30nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara1-1/+1
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-2/+2
2017-08-23convert message box style bits to scoped enumNoel Grandin1-28/+33
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-08-17Fix typosAndrea Gelmini1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-4/+4
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-2/+2
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin1-1/+1
2017-07-20remove some "optimisation" insanity in ScriptEventContainerNoel Grandin1-38/+18
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin8-18/+17
2017-07-11use more range-for on uno::SequenceNoel Grandin2-10/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07fix compile error due to missing include<functional>Dennis Francis1-0/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke3-5/+3
2017-07-06use more begin()/end() for SequenceNoel Grandin6-29/+19
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke3-10/+8
2017-07-02loplugin:casttovoid: toolkitStephan Bergmann6-33/+7
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin2-10/+0
2017-06-28loplugin:oncevar in test..toolsNoel Grandin5-22/+8
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-3/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+2
2017-06-15comphelper: add a profiling APILászló Németh1-0/+23
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin3-4/+4
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini4-41/+0
2017-06-06cppcheck: knownConditionTrueFalseJochen Nitschke1-10/+6
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini2-12/+2
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-8/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-6/+6
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-22/+12
2017-05-23remove VCLExternalSolarLock* members from ..Jochen Nitschke1-4/+1
2017-05-21cppcheck: unusedStructMemberJochen Nitschke1-5/+0
2017-05-20cleanup unused css/resource/ includesJochen Nitschke2-2/+0
2017-05-19loplugin:stringcopy: toolkitStephan Bergmann2-5/+5
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1