summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-29tdf#127857: fix assertion when enabling/disabling design in formsJulien Nabet1-9/+9
2019-09-03loplugin:constmethod in svxNoel Grandin1-1/+1
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin1-1/+1
2019-07-20loplugin:referencecasting in svxNoel Grandin1-4/+3
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen1-0/+1
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2018-11-22coverity#1441483 try and silence bogus Using invalid iteratorCaolán McNamara1-4/+4
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov1-95/+78
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-5/+5
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-3/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-1/+1
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-5/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+1
2016-10-31loplugin:oncevar in svl..svxNoel Grandin1-6/+2
2016-10-30cppcheck unreadVariable: nRemoveSelectJochen Nitschke1-2/+0
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin1-18/+3
2016-06-28loplugin:singlevalfields in svxNoel Grandin1-5/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18reorg to silence coverity#1358586 Using invalid iteratorCaolán McNamara1-4/+3
2016-04-12Use const_iterator when possible (svx/accessibility)Julien Nabet1-33/+31
2016-03-07loplugin:write only fieldsNoel Grandin1-4/+3
2016-02-09Remove excess newlinesChris Sherlock1-51/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-7/+4
2015-10-31com::sun::star->css in svxNoel Grandin1-13/+11
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann1-11/+8
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-11/+11
2015-03-26survive 'enable jre' dialog interrupting CreateAccessibilityObjectsCaolán McNamara1-5/+15
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-29/+7
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-3/+3
2014-02-26Remove visual noise from svxAlexander Wilms1-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21coverity#1132721 fix exception specsCaolán McNamara1-1/+2
2014-01-29coverity#1132706 Dereference before null checkCaolán McNamara1-4/+5
2013-12-17ChildrenManagerImpl::AddShape: do not use member after releasing mutexMichael Stahl1-1/+1