summaryrefslogtreecommitdiff
path: root/toolkit/source/controls
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-12make ControlModelContainerBase::Clone return by rtl::ReferenceNoel Grandin10-20/+16
2018-04-11toolkit: Recover missing service names for ControlModelContainerBaseTakeshi Abe1-29/+27
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin10-24/+24
2018-04-01remove unused processfactory.hxx includesJochen Nitschke4-4/+0
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke3-3/+0
2018-03-16drop support for GraphicObject URLs in toolkitTomaž Vajngerl2-20/+3
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-2/+1
2018-03-06use more Color in toolkitNoel Grandin1-8/+8
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke4-4/+0
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin3-6/+6
2018-02-21New loplugin:nestedunnamedStephan Bergmann2-78/+55
2018-02-08Different approach for tdf#115227Maxim Monastirsky1-39/+16
2018-01-27Fix typosAndrea Gelmini1-4/+4
2018-01-25tdf#115227 svtools: suppress UNO notifications for color selectorsMiklos Vajna1-16/+39
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: toolkitStephan Bergmann1-6/+6
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann14-99/+99
2018-01-04loplugin:unusedfieldsNoel Grandin1-16/+3
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-16clang-tidy modernize-use-equals-default in toolkitJochen Nitschke5-29/+0
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin2-6/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin21-72/+72
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-21Fix typosAndrea Gelmini1-1/+1
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin3-447/+453
2017-10-26vcl: make MapMode constructor explicitMichael Stahl2-2/+2
2017-10-23loplugin:includeform: toolkitStephan Bergmann15-29/+29
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-2/+2
2017-10-09Replace lists by vectors in controlmodelcontainerbase (toolkit)Julien Nabet1-12/+12
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin3-54/+53
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin3-6/+5
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin6-27/+28
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-08-18Fix typosAndrea Gelmini1-1/+1
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-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
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 Grandin4-5/+5
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 Nitschke2-3/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin5-25/+17