summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-24Modernize a bit accessibility and basctlJulien Nabet2-6/+4
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 Versini22-114/+0
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-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 Gelmini3-3/+3
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini11-19/+61
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini11-36/+68
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski25-39/+39
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2-3/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-18headString in SvTreeListBox is unusedNoel Grandin1-2/+2
2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini13-40/+42
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke1-1/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin3-16/+16
2017-08-07Revert "accessibility: remove useless calls to getAccessibleActionCount."Markus Mohrhard7-21/+20
2017-08-05accessibility: remove useless calls to getAccessibleActionCount.Arnaud Versini7-20/+21
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara7-43/+13
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-30Accessibility: simplify VCLXAccessibleEdit::setText.Arnaud Versini1-8/+10
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2