summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessiblelistbox.cxx
AgeCommit message (Expand)Author
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl
2019-08-21loplugin:constmethod in accessibilityNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann
2019-06-08loplugin:singlevalfieldsNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-02-24Modernize a bit accessibility and basctlJulien Nabet
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert accessibility module away from OSL_ASSERT to assertChris Sherlock
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-01loplugin:expandablemethods in accessibilityNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-03-18convert SvButtonState to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-28Get rid of some redundant base class typedefsStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-29chmod -xTor Lillqvist
2015-07-17com::sun::star->css in accessibilityNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin
2015-04-22convert TREEFLAG_ constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-09loplugin:staticmethodsNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann
2014-04-15accessibility: sal_Bool->boolNoel Grandin
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from accessibilityAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-11accessibility: add some missing locks in new codeMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2014-01-19coverity#1132668 : missing break in switchNorbert Thiebaud