summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini3-19/+19
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini1-1/+0
2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini1-3/+1
2017-05-19loplugin:stringcopy: accessibilityStephan Bergmann1-2/+2
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin2-2/+2
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin5-7/+7
2017-05-14accessibility: Remove useless locks.Arnaud Versini2-22/+0
2017-05-12remove unused uno::Reference varsNoel Grandin2-2/+0
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-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-2/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna17-89/+89
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-3/+6
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-7/+7
2017-02-21loplugin:subtlezeroinit: accessibilityStephan Bergmann3-3/+3
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-10/+10
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin2-6/+2
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann10-0/+12
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin4-25/+25
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-12/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann27-581/+306
2017-01-19New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann4-0/+4
2017-01-17use rtl::Reference in AccessibleGridControlAccessNoel Grandin1-73/+54
2017-01-17use rtl::Reference in AccessibleBrowseBoxAccessNoel Grandin1-43/+32
2017-01-10accessibility: prevent possible deadlockArnaud Versini1-2/+2
2017-01-09accessibility: simplify lockingArnaud Versini10-140/+133
2017-01-06Localize return value of EditBrowseBoxTableCell::getAccessibleNameMuhammet Kara1-2/+5
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-12-19tdf#104767: Fix calculus of child index in commitTableEvent (accessibility)Julien Nabet1-1/+1
2016-12-13accessibility: cleanup AccessibleBrowseBoxBase implementationArnaud Versini10-90/+90
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-27/+28
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin8-49/+52
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-12/+12
2016-11-08loplugin:oncevarNoel Grandin1-4/+2
2016-11-01loplugin:expandablemethods in accessibilityNoel Grandin10-112/+27
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-5/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann4-4/+4
2016-09-14loplugin:constantparam in accessibility to basicNoel Grandin2-6/+5
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke4-20/+12
2016-09-05tdf#43157 - Clean up OSL_ASSERT, DBG_ASSERT, etc.Gökhan Gurbetoğlu1-19/+13
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke1-1/+1
2016-08-11loplugin:constantparamNoel Grandin2-5/+4
2016-08-04loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin1-1/+1
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen2-2/+2
2016-06-29tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorArnold Dumas4-8/+4
2016-06-11Resolves: tdf#100272 row ally index is ROW_INVALIDCaolán McNamara1-1/+8