summaryrefslogtreecommitdiffstats
path: root/accessibility/source/standard/vclxaccessibletoolbox.cxx
Commit message (Expand)AuthorAgeFilesLines
* vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl2024-03-071-3/+8
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1
* Simplify containers iterations in accessibility, avmediaArkadiy Illarionov2019-03-161-9/+7
* loplugin:indentation in UnoControls..accessibilityNoel Grandin2019-02-081-5/+5
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+2
* accessibility : remove useless guards and optimisze a litleArnaud Versini2018-04-291-8/+20
* accessibility : remove useless guards and simplify.Arnaud Versini2018-04-231-46/+53
* More loplugin:cstylecast: accessibilityStephan Bergmann2018-01-121-2/+2
* accessibility: remove useless calls to virtual methods.Arnaud Versini2017-09-151-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:constparams in accessibilityNoel Grandin2017-07-201-1/+1
* use local statics for getUnoTunnelImplementationIdJochen Nitschke2017-06-131-11/+3
* loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin2017-05-191-1/+1
* loplugin:comparisonwithconstant in accessibilityNoel Grandin2017-05-161-2/+2
* tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky2017-04-271-3/+9
* Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2017-03-131-36/+48
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-2/+2
* Convert WindowType to scoped enumNoel Grandin2017-02-141-2/+2
* Add missing #includesStephan Bergmann2017-02-061-0/+1
* makeAny->Any in accessibility..avmediaNoel Grandin2017-02-011-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-16/+16
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-22/+22
* loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin2016-08-041-1/+1
* Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2016-05-271-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:constantparam in accessiblityNoel Grandin2016-03-231-42/+24
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-9/+9
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* com::sun::star->css in accessibilityNoel Grandin2015-07-171-10/+10
* Fix typosAndrea Gelmini2015-07-041-1/+1
* More misc. cleanup.Michael Meeks2015-04-101-1/+1
* accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-101-21/+21
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-2/+2
* Avoid unnecessary bad downcasts to ToolBoxStephan Bergmann2015-02-241-6/+6
* tdf#88702 ACCESSIBILITY Toggle buttons state not reliably updatedNiklas Johansson2015-01-271-4/+3
* fdo#86117 a11y: Exception when closing popup from ToolBox w/o separatorMaxim Monastirsky2014-11-301-1/+7
* loplugin: cstylecastNoel Grandin2014-10-021-7/+7
* fdo#82577: Handle WindowNoel Grandin2014-09-231-6/+6
* accessibility: sal_False/True -> false/trueStephan Bergmann2014-09-151-2/+2
* accessibility: sal_Bool->boolNoel Grandin2014-04-151-13/+13
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-16/+16
* Remove visual noise from accessibilityAlexander Wilms2014-02-251-4/+4
* Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2014-02-241-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-50/+32
* Integrate branch of IAccessible2Steve Yin2013-11-261-10/+35
* Fix crash & reduce nesting.Jan Holesovsky2013-07-171-14/+17