summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
AgeCommit message (Expand)Author
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-24use comphelper::WeakComponentImplHelper in ChildrenManagerImplNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-17Resolves: tdf#139220 with ~1000 selected shapes a11y UpdateSelection crawlsCaolán McNamara
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-09-22tdf#121323 avoid fatal exception with a11y enabledCaolán McNamara
2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-09-29tdf#127857: fix assertion when enabling/disabling design in formsJulien Nabet
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin
2019-07-20loplugin:referencecasting in svxNoel Grandin
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2018-11-22coverity#1441483 try and silence bogus Using invalid iteratorCaolán McNamara
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-31loplugin:oncevar in svl..svxNoel Grandin
2016-10-30cppcheck unreadVariable: nRemoveSelectJochen Nitschke
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
2016-06-28loplugin:singlevalfields in svxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18reorg to silence coverity#1358586 Using invalid iteratorCaolán McNamara
2016-04-12Use const_iterator when possible (svx/accessibility)Julien Nabet
2016-03-07loplugin:write only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe