summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-4/+14
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-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-18accessibility: fix leak of AccessibleListBoxEntryMichael Stahl4-62/+74
2019-09-16accessibility : namespace cleanupArnaud Versini3-6/+6
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 Grandin17-23/+23
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin6-14/+14
2019-08-12Fix typosAndrea Gelmini6-9/+9
2019-08-11cid#1448422 Division or modulo by zeroCaolán McNamara1-1/+7
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-12regenerate PCH headersLuboš Luňák1-3/+4
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-91/+31
2019-05-03clang-tidy modernize-avoid-c-arrays in accessibilityArkadiy Illarionov2-2/+6
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl1-1/+1
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
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-4/+4
2019-03-04Removed STR_SVT_ACC_LISTENTRY_SELCTED_STATEAndrea Gelmini1-1/+0
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin2-2/+2
2019-02-25loplugin:unusedfields in variousNoel Grandin2-3/+0
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-4/+4
2019-02-11TDF#114441 - Convert use of sal_uLong to sal_uInt32Omer Fatih Celik2-20/+20
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin13-45/+45
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen18-9/+17
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen2-0/+2
2019-01-08add operator* to uno::ReferenceNoel Grandin2-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen11-0/+14
2018-12-31cppcheck: 'nSelectedEntryCount' is assigned a value that is never used.Tóth Attila1-2/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen14-0/+14
2018-12-08Use switch with init-statementStephan Bergmann1-2/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-3/+3