summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
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-27loplugin:unusedmethodsNoel Grandin1-1/+0
2018-04-27convert WB_PASSWORD to a bool field on EditNoel Grandin1-1/+1
2018-04-23accessibility : remove useless guards and simplify.Arnaud Versini14-78/+112
2018-04-22accessibility: reuse GetWindow result in VCLXAccessibleTextComponent.Arnaud Versini1-10/+14
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
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 Versini2-8/+12
2018-03-31loplugin:unnecessaryvirtual improve result outputNoel Grandin1-2/+2
2018-03-30loplugin:virtualdown in variousNoel Grandin3-14/+2
2018-03-19coverity#1430077 add assert for 'Division or modulo by zero'Caolán McNamara1-1/+3
2018-03-13accessibility: simplify getSelection when possibleArnaud Versini9-25/+25
2018-03-07use more Color in UnoControls..canvasNoel Grandin9-38/+38
2018-03-02delete colordata.hxxNoel Grandin1-1/+0
2018-03-01drop old tools/gen methods in accessibility..formulaNoel Grandin1-2/+2
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 Versini44-147/+29
2018-02-25accessibility : remove useless Impl patternArnaud Versini4-118/+98
2018-02-24Modernize a bit accessibility and basctlJulien Nabet2-6/+4
2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann1-1/+1
2018-02-21tdf#86661 a11y: give ROLE_LABEL to read-only editSamuel Thibault1-0/+2
2018-02-19accessibility: Small optimisation in AccessibleTabListBoxArnaud Versini1-2/+2
2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini45-147/+23
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara1-1/+1
2018-01-19new loplugin:emptyifNoel Grandin1-4/+0
2018-01-15More loplugin:cstylecast: accessibilityStephan Bergmann2-2/+2
2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann25-131/+131
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-11tdf#63154 removed some solar.h referencesekuiitr1-1/+0
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-27accessibility : AccessibleBrowseBoxBase::isAlive is not thread safeArnaud Versini6-0/+13
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe3-3/+3
2017-11-13Fix typosAndrea Gelmini10-10/+10
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini14-20/+67