summaryrefslogtreecommitdiff
path: root/accessibility/source/standard/vclxaccessiblelist.cxx
AgeCommit message (Expand)Author
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-04-23accessibility : remove useless guards and simplify.Arnaud Versini
2018-02-25accessibility: cleanup constructors and destructorsArnaud Versini
2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-20loplugin:constparams in accessibilityNoel Grandin
2017-05-13accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini
2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann
2017-01-16new loplugin: useuniqueptr: accessibilityNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-11Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdownCaolán McNamara
2016-08-04loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-17com::sun::star->css in accessibilityNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-03Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara
2015-04-03Related: tdf#82998 rearrange, no logic changeCaolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-18coverity#1132662 Dereference after null checkCaolán McNamara
2014-07-04Notify screen readers when selection changes in listboxesNiklas Johansson
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-15accessibility: sal_Bool->boolNoel Grandin
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-10the return of callcatcherCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin
2014-01-19coverity#1158122 : Explicit null dereferencedNorbert Thiebaud