summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2018-01-27Fix typosAndrea Gelmini
2018-01-27Fix typosAndrea Gelmini
2018-01-27Fix typosAndrea Gelmini
2018-01-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna
2018-01-25Fix typosAndrea Gelmini
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-17loplugin:useuniqueptr in VCLXWindowNoel Grandin
2018-01-17loplugin:useuniqueptr in VCLXGraphicsNoel Grandin
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2018-01-08toolkit: disable the UnitConversion test only on WNTMichael Stahl
2018-01-07disable toolkit unit conversion test for nowMarkus Mohrhard
2018-01-05toolkit: disable UnitConversion test for non-default resolution on WNTMichael Stahl
2018-01-05toolkit: convert UnitConversion test to C++Michael Stahl
2018-01-04loplugin:unusedfieldsNoel Grandin
2017-12-19inline use-once typedefsNoel Grandin
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-21Fix typosAndrea Gelmini
2017-11-21Fix typosAndrea Gelmini
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-11-13Fix typosAndrea Gelmini
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-24loplugin:includeform: toolkit (macOS)Stephan Bergmann
2017-10-23loplugin:includeform: toolkitStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-20loplugin:finalclasses in toolkit,toolsNoel Grandin
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-08loplugin:constantparamNoel Grandin
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-04new loplugin:redundantpointeropsNoel Grandin
2017-09-04Translate one German variable nameJohnny_M
2017-09-02support XSystemDependentWindowPeer for all toplevel windowsCaolán McNamara
2017-08-31Bin fairly pointless default for parameter that was defaulted just once anywayTor Lillqvist