summaryrefslogtreecommitdiffstats
path: root/accessibility/source/standard/vclxaccessiblelist.cxx
Commit message (Expand)AuthorAgeFilesLines
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-1/+0
* accessibility : remove useless guards and simplify.Arnaud Versini2018-04-231-0/+4
* accessibility: cleanup constructors and destructorsArnaud Versini2018-02-251-5/+0
* More loplugin:cstylecast: accessibilityStephan Bergmann2018-01-121-4/+4
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-251-2/+2
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-3/+3
* loplugin:constparams in accessibilityNoel Grandin2017-07-201-1/+1
* accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini2017-05-131-9/+2
* loplugin:checkunusedparams in accessibility and avmediaNoel Grandin2017-04-281-7/+2
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-5/+5
* loplugin:unusedmethodsNoel Grandin2017-02-211-22/+0
* loplugin:unusedenumconstants read-only constants in vclNoel Grandin2017-02-081-5/+0
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-18/+9
* New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann2017-01-191-0/+1
* new loplugin: useuniqueptr: accessibilityNoel Grandin2017-01-161-5/+3
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-18/+18
* Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdownCaolán McNamara2016-10-111-2/+2
* loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin2016-08-041-1/+1
* tdf#84635 - Slow layout of large tablesNoel Grandin2016-07-131-4/+8
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-3/+3
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-3/+3
* convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2015-10-301-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-13/+13
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-23/+18
* loplugin: defaultparamsNoel Grandin2015-08-111-2/+2
* com::sun::star->css in accessibilityNoel Grandin2015-07-171-4/+4
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-3/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-11/+11
|\
| * accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-101-11/+11
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-8/+8
|/
* Resolves: tdf#82998 no object:active descendant changed emittedCaolán McNamara2015-04-031-40/+16
* Related: tdf#82998 rearrange, no logic changeCaolán McNamara2015-04-031-34/+41
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-24/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-34/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* coverity#1132662 Dereference after null checkCaolán McNamara2014-07-181-1/+1
* Notify screen readers when selection changes in listboxesNiklas Johansson2014-07-041-1/+6
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* accessibility: sal_Bool->boolNoel Grandin2014-04-151-27/+27
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-2/+2
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-051-11/+13
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-16/+16
* Remove unneccessary commentsAlexander Wilms2014-02-231-39/+39
* the return of callcatcherCaolán McNamara2014-02-101-14/+0
* bool improvementsStephan Bergmann2014-01-281-3/+3
* Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2014-01-281-0/+1
* coverity#1158122 : Explicit null dereferencedNorbert Thiebaud2014-01-191-2/+4