summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrolcontainer.cxx
AgeCommit message (Expand)Author
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov
2019-03-31tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-09-27loplugin:constfields in toolkitNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-01-12More loplugin:cstylecast: toolkitStephan Bergmann
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-06-28loplugin:oncevar in test..toolsNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-26loplugin: unnecessary destructor test..unotoolsNoel Grandin
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-18loplugin: unused return valuesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-09-08toolkit: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-24tk: Ctor feature for UnoControlContainer(Model).Matúš Kukan
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold