summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
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 Versini4-16/+0
2018-02-25accessibility : remove useless Impl patternArnaud Versini2-112/+71
2018-02-24Modernize a bit accessibility and basctlJulien Nabet2-6/+4
2018-02-19accessibility: Small optimisation in AccessibleTabListBoxArnaud Versini1-2/+2
2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini7-32/+0
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara1-1/+1
2018-01-15More loplugin:cstylecast: accessibilityStephan Bergmann2-2/+2
2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann11-37/+37
2017-11-27accessibility : AccessibleBrowseBoxBase::isAlive is not thread safeArnaud Versini6-0/+13
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe2-2/+2
2017-11-13Fix typosAndrea Gelmini3-3/+3
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini5-10/+10
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini5-12/+11
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski18-32/+32
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-18headString in SvTreeListBox is unusedNoel Grandin1-2/+2
2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini2-6/+3
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke1-1/+0
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+2
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara2-4/+4
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-2/+2
2017-07-20loplugin:constparams in accessibilityNoel Grandin1-4/+4
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini2-38/+0
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini5-5/+5
2017-07-02loplugin:casttovoid: accessibilityStephan Bergmann3-9/+4
2017-06-30accessibility: fix horrible memory leak in AccessibleTabBarBaseMichael Stahl1-1/+1
2017-06-27Document::retrieveDefaultAttributesImpl did nothingStephan Bergmann1-39/+4
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin1-1/+0
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-17/+1
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