summaryrefslogtreecommitdiffstats
path: root/accessibility/source
Commit message (Expand)AuthorAgeFilesLines
* add operator* to uno::ReferenceNoel Grandin2019-01-082-2/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-0711-0/+14
* cppcheck: 'nSelectedEntryCount' is assigned a value that is never used.Tóth Attila2018-12-311-2/+1
* tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen2018-12-1014-0/+14
* Use switch with init-statementStephan Bergmann2018-12-081-2/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-052-3/+3
* Fix typoAndrea Gelmini2018-11-221-1/+1
* weld SwCondCollPageCaolán McNamara2018-11-2122-171/+572
* tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2018-11-191-0/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-4/+1
* tdf#120703 PVS: make selection type detection more readableMike Kaganski2018-11-101-133/+124
* move SvTreeListBox to vclCaolán McNamara2018-11-074-17/+23
* loplugin:collapseif in accessibility..cuiNoel Grandin2018-11-061-6/+3
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-193-11/+11
* Attempt to fix tdf#118193Arnaud Versini2018-10-181-0/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-2/+2
* loplugin:singlevalfieldsNoel Grandin2018-10-171-10/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-1/+0
* tdf#116542 a11y: Make R/O accessibleedit use STATIC roleSamuel Thibault2018-08-171-1/+1
* Remove dead code from textwindowaccessibility.cxxMuhammet Kara2018-07-201-105/+0
* accessibility : move ensureIsAlive outside of implGetText and implGetLocaleArnaud Versini2018-07-151-2/+14
* Add missing sal/log.hxx headersGabor Kelemen2018-07-095-1/+5
* tdf#100726: Improve readability of OUString/OString concatenationsUlkem Kasapoglu2018-07-091-2/+1
* move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin2018-07-031-1/+1
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-0522-22/+0
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-251-2/+5
* accessibility : remove useless guards and optimisze a litleArnaud Versini2018-04-291-8/+20
* convert WB_PASSWORD to a bool field on EditNoel Grandin2018-04-271-1/+1
* accessibility : remove useless guards and simplify.Arnaud Versini2018-04-238-77/+98
* accessibility: reuse GetWindow result in VCLXAccessibleTextComponent.Arnaud Versini2018-04-221-10/+14
* Fix typosAndrea Gelmini2018-04-161-1/+1
* fix wrong mismatch of type modifiersMarkus Mohrhard2018-04-081-1/+1
* fix bug in AccessibleListBoxEntry::implGetParentAccessible()Noel Grandin2018-04-051-1/+1
* tdf#42949 Remove unnecessary localization headers from accessibilityGabor Kelemen2018-04-047-14/+0
* accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini2018-04-031-6/+8
* loplugin:virtualdown in variousNoel Grandin2018-03-301-10/+0
* accessibility: simplify getSelection when possibleArnaud Versini2018-03-135-15/+15
* use more Color in UnoControls..canvasNoel Grandin2018-03-079-38/+38
* use less COLORDATA_RGBNoel Grandin2018-02-282-3/+2
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-2/+2
* tdf#114441 sal_uLong to better integer typesShubham Verma2018-02-271-1/+1
* remove unused vclunohelper.hxx includesJochen Nitschke2018-02-274-4/+0
* ColorData->Color in variousNoel Grandin2018-02-261-2/+2
* accessibility: cleanup constructors and destructorsArnaud Versini2018-02-2523-114/+2
* accessibility : remove useless Impl patternArnaud Versini2018-02-252-112/+71