summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-22Fix typoAndrea Gelmini1-1/+1
2018-11-21weld SwCondCollPageCaolán McNamara22-171/+572
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-4/+1
2018-11-10tdf#120703 PVS: make selection type detection more readableMike Kaganski1-133/+124
2018-11-07move SvTreeListBox to vclCaolán McNamara4-17/+23
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin1-6/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin3-11/+11
2018-10-18Attempt to fix tdf#118193Arnaud Versini1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-17loplugin:singlevalfieldsNoel Grandin1-10/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+2
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-1/+0
2018-08-17tdf#116542 a11y: Make R/O accessibleedit use STATIC roleSamuel Thibault1-1/+1
2018-07-20Remove dead code from textwindowaccessibility.cxxMuhammet Kara1-105/+0
2018-07-15accessibility : move ensureIsAlive outside of implGetText and implGetLocaleArnaud Versini1-2/+14
2018-07-09Add missing sal/log.hxx headersGabor Kelemen5-1/+5
2018-07-09tdf#100726: Improve readability of OUString/OString concatenationsUlkem Kasapoglu1-2/+1
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke22-22/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+5
2018-04-29accessibility : remove useless guards and optimisze a litleArnaud Versini1-8/+20
2018-04-27convert WB_PASSWORD to a bool field on EditNoel Grandin1-1/+1
2018-04-23accessibility : remove useless guards and simplify.Arnaud Versini8-77/+98
2018-04-22accessibility: reuse GetWindow result in VCLXAccessibleTextComponent.Arnaud Versini1-10/+14
2018-04-16Fix typosAndrea Gelmini1-1/+1
2018-04-08fix wrong mismatch of type modifiersMarkus Mohrhard1-1/+1
2018-04-05fix bug in AccessibleListBoxEntry::implGetParentAccessible()Noel Grandin1-1/+1
2018-04-04tdf#42949 Remove unnecessary localization headers from accessibilityGabor Kelemen7-14/+0
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini1-6/+8
2018-03-30loplugin:virtualdown in variousNoel Grandin1-10/+0
2018-03-13accessibility: simplify getSelection when possibleArnaud Versini5-15/+15
2018-03-07use more Color in UnoControls..canvasNoel Grandin9-38/+38
2018-02-28use less COLORDATA_RGBNoel Grandin2-3/+2
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-2/+2
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma1-1/+1
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke4-4/+0
2018-02-26ColorData->Color in variousNoel Grandin1-2/+2
2018-02-25accessibility: cleanup constructors and destructorsArnaud Versini23-114/+2
2018-02-25accessibility : remove useless Impl patternArnaud Versini2-112/+71