summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Different approach for tdf#115227Maxim Monastirsky2-52/+49
2018-01-27Fix typosAndrea Gelmini1-2/+2
2018-01-27Fix typosAndrea Gelmini1-1/+1
2018-01-27Fix typosAndrea Gelmini1-4/+4
2018-01-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna1-16/+39
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-17loplugin:useuniqueptr in VCLXWindowNoel Grandin1-2/+2
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin1-5/+4
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann7-31/+31
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann28-182/+181
2018-01-08toolkit: disable the UnitConversion test only on WNTMichael Stahl1-3/+6
2018-01-07disable toolkit unit conversion test for nowMarkus Mohrhard1-3/+3
2018-01-05toolkit: disable UnitConversion test for non-default resolution on WNTMichael Stahl1-0/+22
2018-01-05toolkit: convert UnitConversion test to C++Michael Stahl5-214/+247
2018-01-04loplugin:unusedfieldsNoel Grandin2-76/+23
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke5-29/+0
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl1-1/+1
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2-6/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin27-83/+83
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2-1/+2
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2-2/+2
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin4-465/+472
2017-11-13Fix typosAndrea Gelmini1-8/+8
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-2/+2
2017-10-24loplugin:includeform: toolkit (macOS)Stephan Bergmann4-8/+8
2017-10-23loplugin:includeform: toolkitStephan Bergmann29-54/+54
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin1-3/+1
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet1-12/+12
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-6/+6
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin3-54/+53
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-4/+4
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-4/+4
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin4-7/+6
2017-09-08loplugin:constantparamNoel Grandin1-5/+4
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