summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2018-01-042-76/+23
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* clang-tidy modernize-use-equals-default in toolkitJochen Nitschke2017-12-165-29/+0
* tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl2017-12-131-1/+1
* DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2017-12-132-6/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-1127-83/+83
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-1/+2
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-302-2/+2
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* Fix typosAndrea Gelmini2017-11-211-1/+1
* Fix typosAndrea Gelmini2017-11-211-1/+1
* loplugin:flatten in toolkit..writerfilterNoel Grandin2017-11-184-465/+472
* Fix typosAndrea Gelmini2017-11-131-8/+8
* vcl: make MapMode constructor explicitMichael Stahl2017-10-262-2/+2
* loplugin:includeform: toolkit (macOS)Stephan Bergmann2017-10-244-8/+8
* loplugin:includeform: toolkitStephan Bergmann2017-10-2329-54/+54
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-2/+2
* loplugin:finalclasses in toolkit,toolsNoel Grandin2017-10-201-3/+1
* Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet2017-10-091-12/+12
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-6/+6
* loplugin:flatten in toolkit..vbahelperNoel Grandin2017-09-273-54/+53
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-4/+4
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-3/+3
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-211-4/+4
* 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