summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini16-42/+82
2017-11-10loplugin:finalclasses in accessibilityNoel Grandin18-70/+40
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski43-57/+57
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt4-6/+6
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-27/+66
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt3-6/+6
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 Versini20-57/+58
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 Mohrhard8-22/+21
2017-08-05accessibility: remove useless calls to getAccessibleActionCount.Arnaud Versini8-21/+22
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara8-78/+14
2017-08-01move resmgr to unotoolsCaolán McNamara2-6/+3
2017-07-30Accessibility: simplify VCLXAccessibleEdit::setText.Arnaud Versini1-8/+10
2017-07-28loplugin:constparams handle constructorsNoel Grandin4-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara23-179/+75
2017-07-20loplugin:constparams in accessibilityNoel Grandin6-12/+12
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini2-38/+0
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-07-13Remove possible race condition in VCLXAccessibleEdit.Arnaud Versini1-1/+1
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin3-3/+3
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini8-8/+8
2017-07-08accessbility: Don't double lock mutexes in VCLXAccessibleEdit.Arnaud Versini2-36/+6
2017-07-02loplugin:casttovoid: accessibilityStephan Bergmann3-9/+4