summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)AuthorFilesLines
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski25-39/+39
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2-3/+3
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-3/+3
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 Versini13-40/+42
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 Mohrhard7-21/+20
2017-08-05accessibility: remove useless calls to getAccessibleActionCount.Arnaud Versini7-20/+21
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara7-43/+13
2017-08-01move resmgr to unotoolsCaolán McNamara1-5/+2
2017-07-30Accessibility: simplify VCLXAccessibleEdit::setText.Arnaud Versini1-8/+10
2017-07-28loplugin:constparams handle constructorsNoel Grandin2-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara15-99/+19
2017-07-20loplugin:constparams in accessibilityNoel Grandin3-6/+6
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini2-38/+0
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 Versini1-33/+4
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 Grandin2-2/+0
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin2-19/+2
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini7-27/+22
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini6-6/+0
2017-05-21accessibility: avoid useless allocation of a VCLExternalLockArnaud Versini5-23/+5
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 Versini1-9/+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 McNamara7-48/+16
2017-04-28loplugin:checkunusedparams in accessibility and avmediaNoel Grandin1-7/+2
2017-04-27tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky1-3/+9
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
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 Vajna27-116/+116
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 Grandin1-14/+0