summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* move svtabbx.hxx to vcl/toolkitCaolán McNamara2020-02-193-6/+6
* clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara2020-02-162-2/+1
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-1/+2
* New loplugin:unsignedcompareStephan Bergmann2020-01-283-8/+10
* Use properly typed variable for iterationStephan Bergmann2020-01-261-2/+3
* rename some local variablesNoel Grandin2020-01-262-2/+2
* Avoid explicit cast to smaller sal_uInt16 from larger sal_Int32Stephan Bergmann2020-01-251-1/+2
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-151-2/+1
* loplugin:finalclasses in accessibilityNoel Grandin2020-01-1413-27/+17
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci2020-01-131-2/+1
* tdf#124176: Use "pragma once" on accessibility/*Andrea Gelmini2019-12-2867-201/+67
* tdf#124176:Use pragma once instead of include guardsAyhan Yalçınsoy2019-12-201-4/+1
* remove some unnecessary includes and update pchesCaolán McNamara2019-12-041-17/+18
* loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin2019-12-035-259/+111
* remove some useless comment linesNoel Grandin2019-12-0346-46/+0
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-011-1/+1
* loplugin:unusedfieldsNoel Grandin2019-11-211-4/+0
* loplugin:unusedmethodsNoel Grandin2019-11-202-11/+0
* loplugin:singlevalfieldsNoel Grandin2019-11-161-54/+2
* loplugin:indentation find broken if statementsNoel Grandin2019-11-062-2/+2
* tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen2019-10-2873-207/+60
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-4/+14
* move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák2019-10-151-1/+1
* simplify "a = a +" to "a +="Noel Grandin2019-10-111-1/+1
* tdf#114441 changed some sal_uLong to better fitting typesChristian Barth2019-10-091-2/+2
* loplugin:virtualdead in vclNoel Grandin2019-09-261-2/+2
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-231-1/+1
* accessibility: fix leak of AccessibleListBoxEntryMichael Stahl2019-09-184-62/+74
* accessibility : namespace cleanupArnaud Versini2019-09-163-6/+6
* Simplify Sequence iterations in accessibilityArkadiy Illarionov2019-09-0511-140/+78
* tdf#39593 Drop OToolBoxWindowItem::isWindowItemArkadiy Illarionov2019-09-031-35/+13
* loplugin:constmethod in accessibilityNoel Grandin2019-08-2117-23/+23
* loplugin:constvars in accessibility..basegfxNoel Grandin2019-08-196-14/+14
* Fix typosAndrea Gelmini2019-08-126-9/+9
* cid#1448422 Division or modulo by zeroCaolán McNamara2019-08-111-1/+7
* Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann2019-07-3148-56/+56
* cid#1448398 Dereference before null checkCaolán McNamara2019-07-231-3/+3
* tdf#121793 speedup VCLXAccessibleStatusBarItem::GetItemTextNoel Grandin2019-07-081-6/+1
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-1/+1
* move SvtIconChoiceCtrl to vclCaolán McNamara2019-06-242-2/+2
* simplify some getSupportedServiceNamesNoel Grandin2019-06-211-2/+1
* loplugin:logexceptionnicely in accessibility..basicNoel Grandin2019-06-141-4/+3
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-112-2/+2
* loplugin:singlevalfieldsNoel Grandin2019-06-082-11/+0
* regenerate PCH headersLuboš Luňák2019-05-121-3/+4
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-91/+31
* clang-tidy modernize-avoid-c-arrays in accessibilityArkadiy Illarionov2019-05-032-2/+6
* rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl2019-04-281-1/+1
* Exit from search loop when condition is satisfiedArkadiy Illarionov2019-04-211-1/+1
* improve loplugin simplifyconstructNoel Grandin2019-04-151-1/+1