summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert ND constants to o3tl::typed_flagsNoel Grandin3-7/+7
2017-12-18tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek11-15/+0
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin4-6/+6
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin2-12/+6
2017-07-12sw: fix use-after-free in SwAccessibleMap::FireEvents()Michael Stahl1-0/+5
2017-05-04sw: fix a11y crash on double DisposeMichael Stahl2-1/+5
2017-03-28tdf#58624 sw: fix ~SwAccessibleContext() use-after-free raceMichael Stahl29-68/+118
2017-01-09tdf#105009 sw: fix a11y crash when removing drawing objectMichael Stahl1-4/+8
2016-12-19tdf#104488 SwAccessibleMap: dispose sub-shapes of group shapesMichael Stahl1-27/+14
2016-11-09spelling mutext->mutexNoel Grandin1-1/+1
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-0/+1
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-1/+0
2016-11-04unify color selectorsCaolán McNamara1-0/+1
2016-10-31loplugin:oncevar in swNoel Grandin3-8/+4
2016-10-27loplugin:expandablemethods in swNoel Grandin2-7/+1
2016-10-19sw: Avoid inheritance from std::listTakeshi Abe1-4/+18
2016-10-18sw: Just iterating iteraters is boringTakeshi Abe1-19/+0
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-6/+6
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-10-03Fix typosAndrea Gelmini2-2/+2
2016-10-03tdf#100726 Improve readability of OUString concatinationChamal1-4/+1
2016-10-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorChamal1-4/+2
2016-09-30tdf#75757 Remove inheritance from std containerTakeshi Abe1-17/+0
2016-09-19sw: prefix members of SwAccessiblePortionDataMiklos Vajna2-151/+151
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann16-18/+18
2016-09-12sw: partially revert commit d0b09f41efe938e94a84e783c9ff5742edcbfba8Michael Stahl1-2/+2
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-09-01coverity#1372380 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin1-6/+2
2016-08-19coverity#1371117 Unchecked return valueCaolán McNamara1-3/+3
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin7-7/+7
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann1-4/+4
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann2-6/+6
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-3/+3
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara13-33/+36
2016-06-30everything is called Dispose, hard to find anythingCaolán McNamara1-5/+5
2016-06-29dynamic_cast followed by static_castCaolán McNamara1-3/+2
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-6/+1
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-2/+2
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-06-17Related: tdf#100421 crash in a11y on load of source odtCaolán McNamara1-4/+6
2016-06-16Remove the :: prefix in ::std for swMark Page11-50/+50