summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
2020-05-20move ComboBox to toolkit-only headersCaolán McNamara3-3/+3
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling12-0/+57
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann2-0/+2
2020-04-25controllayout.hxx can be a toolkit-only headerCaolán McNamara3-3/+3
2020-04-21tdf#42982: Improve UNO API error reportingIan Barkley-Yeung1-1/+4
2020-04-18loplugin:flatten in accessibilityNoel Grandin22-974/+974
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin1-1/+1
2020-04-02loplugin:virtualdeadNoel Grandin1-12/+2
2020-02-19move svtabbx.hxx to vcl/toolkitCaolán McNamara2-6/+2
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann3-8/+10
2020-01-26Use properly typed variable for iterationStephan Bergmann1-2/+3
2020-01-26rename some local variablesNoel Grandin2-2/+2
2020-01-25Avoid explicit cast to smaller sal_uInt16 from larger sal_Int32Stephan Bergmann1-1/+2
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2019-12-20tdf#124176:Use pragma once instead of include guardsAyhan Yalçınsoy1-4/+1
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin2-172/+108
2019-12-03remove some useless comment linesNoel Grandin17-17/+0
2019-11-21loplugin:unusedfieldsNoel Grandin1-4/+0
2019-11-20loplugin:unusedmethodsNoel Grandin1-9/+0
2019-11-16loplugin:singlevalfieldsNoel Grandin1-54/+2
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-2/+2
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen44-129/+42
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth1-2/+2
2019-09-26loplugin:virtualdead in vclNoel Grandin1-2/+2
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl2-53/+62
2019-09-05Simplify Sequence iterations in accessibilityArkadiy Illarionov11-140/+78
2019-09-03tdf#39593 Drop OToolBoxWindowItem::isWindowItemArkadiy Illarionov1-35/+13
2019-08-21loplugin:constmethod in accessibilityNoel Grandin8-11/+11
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin6-14/+14
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann48-56/+56
2019-07-23cid#1448398 Dereference before null checkCaolán McNamara1-3/+3
2019-07-08tdf#121793 speedup VCLXAccessibleStatusBarItem::GetItemTextNoel Grandin1-6/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-24move SvtIconChoiceCtrl to vclCaolán McNamara2-2/+2
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-2/+1
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin1-4/+3
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2-2/+2
2019-06-08loplugin:singlevalfieldsNoel Grandin2-11/+0
2019-05-03clang-tidy modernize-avoid-c-arrays in accessibilityArkadiy Illarionov2-2/+6
2019-04-21Exit from search loop when condition is satisfiedArkadiy Illarionov1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin2-8/+2
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2-3/+3
2019-04-03Fix typoAndrea Gelmini1-1/+1
2019-04-01Fix typoAndrea Gelmini1-1/+1
2019-03-16Simplify containers iterations in accessibility, avmediaArkadiy Illarionov4-34/+22