summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)Author
2019-12-20tdf#124176:Use pragma once instead of include guardsAyhan Yalçınsoy
2019-12-03loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntryNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-21loplugin:unusedfieldsNoel Grandin
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-11-16loplugin:singlevalfieldsNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-09tdf#114441 changed some sal_uLong to better fitting typesChristian Barth
2019-09-26loplugin:virtualdead in vclNoel Grandin
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl
2019-09-05Simplify Sequence iterations in accessibilityArkadiy Illarionov
2019-09-03tdf#39593 Drop OToolBoxWindowItem::isWindowItemArkadiy Illarionov
2019-08-21loplugin:constmethod in accessibilityNoel Grandin
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann
2019-07-23cid#1448398 Dereference before null checkCaolán McNamara
2019-07-08tdf#121793 speedup VCLXAccessibleStatusBarItem::GetItemTextNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-24move SvtIconChoiceCtrl to vclCaolán McNamara
2019-06-21simplify some getSupportedServiceNamesNoel Grandin
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-06-08loplugin:singlevalfieldsNoel Grandin
2019-05-03clang-tidy modernize-avoid-c-arrays in accessibilityArkadiy Illarionov
2019-04-21Exit from search loop when condition is satisfiedArkadiy Illarionov
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-12loplugin:sequentialassign in accessiblity..canvasNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-03Fix typoAndrea Gelmini
2019-04-01Fix typoAndrea Gelmini
2019-03-16Simplify containers iterations in accessibility, avmediaArkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-25loplugin:unusedfields in variousNoel Grandin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-11TDF#114441 - Convert use of sal_uLong to sal_uInt32Omer Fatih Celik
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2019-01-08add operator* to uno::ReferenceNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-31cppcheck: 'nSelectedEntryCount' is assigned a value that is never used.Tóth Attila
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Use switch with init-statementStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-22Fix typoAndrea Gelmini
2018-11-21weld SwCondCollPageCaolán McNamara