summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22loplugin:flatten in svxNoel Grandin1-29/+29
2017-10-24loplugin:finalclasses in svxNoel Grandin1-4/+3
2017-10-23loplugin:includeform: svxStephan Bergmann13-41/+41
2017-10-18return early on failureCaolán McNamara1-46/+45
2017-10-18potential deref of empty xStateSetCaolán McNamara1-1/+1
2017-10-18Resolves: tdf#109282: a11y crash in use after disposeCaolán McNamara1-2/+4
2017-10-16Move svx include files to common include directoryStephan Bergmann1-1/+1
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-32/+14
2017-10-16Replace list by deque in AccessibleTextEventQueue (svx)Julien Nabet1-2/+2
2017-10-03new loplugin:blockblockNoel Grandin1-8/+4
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-1/+1
2017-09-23loplugin:flatten in svl..svxNoel Grandin3-42/+35
2017-09-22Put definition of _CRT_RAND_S into bin/update_pchMike Kaganski1-1/+1
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-5/+5
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-3/+3
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-2/+2
2017-07-31loplugin:oncevarNoel Grandin1-3/+1
2017-07-27loplugin:constparams in svxNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara10-251/+51
2017-07-21loplugin:unusedfields in svxNoel Grandin1-2/+2
2017-07-15Don't call ensureIsAlive after comphelper::OExternalLockGuard.Arnaud Versini1-22/+18
2017-07-07a11y: assert on switching hatch/bitmap area radio button tab thingsCaolán McNamara1-2/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-6/+5
2017-07-02loplugin:casttovoid: svxStephan Bergmann2-9/+2
2017-06-27loplugin:oncevar in svxNoel Grandin1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke4-4/+0
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini1-6/+3
2017-06-05Remove all allocation of VCLExternalSolarLock.Arnaud Versini1-7/+3
2017-05-19loplugin:stringcopy: svxStephan Bergmann2-5/+5
2017-05-19make string translation loading more uniformCaolán McNamara6-24/+24
2017-05-13tdf#101885: fix crash in AccFrameSelectorJulien Nabet1-0/+2
2017-05-12fix bug in ColorNameMap constructorNoel Grandin1-4/+5
2017-05-12remove unused uno::Reference varsNoel Grandin1-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin1-4/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-10new loplugin:inlinefieldsNoel Grandin2-10/+6
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svxStephan Bergmann1-3/+3
2017-03-31use actual UNO enums in svxNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna10-58/+58
2017-03-29loplugin:singlevalfieldsNoel Grandin1-50/+18
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas6-0/+14
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2017-03-14remove unused RID constantsNoel Grandin1-8/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:subtlezeroinit: svxStephan Bergmann1-3/+3