summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
...
* Remove all allocation of VCLExternalSolarLock.Arnaud Versini2017-06-056-6/+0
* loplugin:unusedfieldsNoel Grandin2017-05-241-3/+0
* accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini2017-05-2110-37/+21
* loplugin:stringcopy: accessibilityStephan Bergmann2017-05-192-3/+3
* loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin2017-05-194-5/+5
* loplugin:comparisonwithconstant in accessibilityNoel Grandin2017-05-167-10/+10
* accessibility: Remove useless locks.Arnaud Versini2017-05-144-32/+0
* accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini2017-05-132-14/+2
* loplugin:constantparamNoel Grandin2017-05-121-2/+2
* remove unused uno::Reference varsNoel Grandin2017-05-123-4/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert accessibility module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* untranslated strings are just stringsCaolán McNamara2017-04-309-57/+39
* loplugin:checkunusedparams in accessibility and avmediaNoel Grandin2017-04-282-13/+3
* tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky2017-04-271-3/+9
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+0
* clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin2017-04-191-4/+1
* returning -1 is generally threadsafeCaolán McNamara2017-04-181-2/+0
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-061-2/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-3143-167/+167
* loplugin:unusedenumconstantsNoel Grandin2017-03-301-3/+6
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-233-9/+9
* remove unused RID constantsNoel Grandin2017-03-142-17/+0
* Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann2017-03-133-46/+59
* Fix typosAndrea Gelmini2017-03-111-1/+1
* remove some unnecessary use of OUString constructorNoel Grandin2017-03-061-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0313-32/+30
* new loplugin unoanyNoel Grandin2017-02-282-9/+9
* loplugin:unusedmethodsNoel Grandin2017-02-212-23/+0
* loplugin:subtlezeroinit: accessibilityStephan Bergmann2017-02-217-7/+7
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-1512-22/+22
* drop unused LIST from SvTreeAccRoleType enumNoel Grandin2017-02-142-6/+2
* Convert WindowType to scoped enumNoel Grandin2017-02-146-15/+15
* loplugin:unusedenumconstants read-only constants in vclNoel Grandin2017-02-084-18/+0
* Add missing #includesStephan Bergmann2017-02-0630-2/+32
* makeAny->Any in accessibility..avmediaNoel Grandin2017-02-018-47/+47
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-282-12/+6
* Remove dynamic exception specificationsStephan Bergmann2017-01-26117-2329/+1653
* New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann2017-01-1913-4/+32
* use rtl::Reference in AccessibleGridControlAccessNoel Grandin2017-01-172-83/+59
* use rtl::Reference in AccessibleBrowseBoxAccessNoel Grandin2017-01-172-50/+36
* new loplugin: useuniqueptr: accessibilityNoel Grandin2017-01-162-7/+5
* a11y crash on accessing disposed TabControl during close of impressCaolán McNamara2017-01-121-3/+8
* accessibility: prevent possible deadlockArnaud Versini2017-01-101-2/+2
* accessibility: simplify lockingArnaud Versini2017-01-0911-144/+135
* accessibility: simplify CharacterAttributesHelper.Arnaud Versini2017-01-072-30/+7
* Localize return value of EditBrowseBoxTableCell::getAccessibleNameMuhammet Kara2017-01-063-12/+28