summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/stdtabcontroller.cxx
AgeCommit message (Expand)Author
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2021-10-31Prepare for removal of non-const operator[] from Sequence in toolkitMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-06-02Fix typoAndrea Gelmini
2020-06-01Revert "tdf#125609 toolkit: don't use XTabController::getControls"Noel Grandin
2020-03-03inline some use-once constantsNoel Grandin
2020-02-05move some toolkit/ headers inside the moduleNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-18tdf#42949 Fix IWYU warnings in toolkit/Gabor Kelemen
2019-08-15loplugin:sequenceloop in test..toolkitNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): toolkitStephan Bergmann
2019-07-21loplugin:referencecasting in test..toolkitNoel Grandin
2019-07-19tdf#125609 toolkit: don't use XTabController::getControlsJustin Luth
2019-06-30Simplify Sequence iterations in toolkitArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-04-26Convert DBG_ASSERT to exceptionSamuel Mehrbrodt
2019-04-26Convert DBG_ASSERT to assertSamuel Mehrbrodt
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-09-18loplugin:useuniqueptr in StdTabController::autoTabOrderNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-02-22loplugin:changetoolsgen in tools..toolkitNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel 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-04-03tdf#39468 Translate German commentsJens Carl
2017-02-26loplugin:loopvartoosmallStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-01loplugin:staticfunctionNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
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