summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini13-44/+27
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini6-6/+0
2017-05-24loplugin:unusedfieldsNoel Grandin1-3/+0
2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini10-37/+21
2017-05-19loplugin:stringcopy: accessibilityStephan Bergmann2-3/+3
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin4-5/+5
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin7-10/+10
2017-05-14accessibility: Remove useless locks.Arnaud Versini4-32/+0
2017-05-13accessibility: simplify and inline VCLXAccessibleList::clearItemsArnaud Versini2-14/+2
2017-05-12loplugin:constantparamNoel Grandin1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin3-4/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert accessibility module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-30untranslated strings are just stringsCaolán McNamara9-57/+39
2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin2-13/+3
2017-04-27tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky1-3/+9
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+0
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin1-4/+1
2017-04-18returning -1 is generally threadsafeCaolán McNamara1-2/+0
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-2/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna43-167/+167
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-3/+6
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin3-9/+9
2017-03-14remove unused RID constantsNoel Grandin2-17/+0
2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann3-46/+59
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann13-32/+30
2017-02-28new loplugin unoanyNoel Grandin2-9/+9
2017-02-21loplugin:unusedmethodsNoel Grandin2-23/+0
2017-02-21loplugin:subtlezeroinit: accessibilityStephan Bergmann7-7/+7
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist12-22/+22
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin2-6/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin6-15/+15
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin4-18/+0
2017-02-06Add missing #includesStephan Bergmann30-2/+32
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin8-47/+47
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-12/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann117-2329/+1653
2017-01-19New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann13-4/+32
2017-01-17use rtl::Reference in AccessibleGridControlAccessNoel Grandin2-83/+59
2017-01-17use rtl::Reference in AccessibleBrowseBoxAccessNoel Grandin2-50/+36
2017-01-16new loplugin: useuniqueptr: accessibilityNoel Grandin2-7/+5
2017-01-12a11y crash on accessing disposed TabControl during close of impressCaolán McNamara1-3/+8
2017-01-10accessibility: prevent possible deadlockArnaud Versini1-2/+2
2017-01-09accessibility: simplify lockingArnaud Versini11-144/+135