summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Related: tdf#100421 crash in a11y on load of source odtCaolán McNamara1-6/+8
2016-05-23loplugin:unusedmethods in swNoel Grandin1-6/+0
2016-05-13sw: document the MoveInvalidXAccToEnd() oddityMichael Stahl1-3/+5
2016-05-13tdf#99722 sw: avoid buffering a11y events for not-visible framesMichael Stahl2-5/+13
2016-05-12tdf#99722 sw: silly performance issue when firing a11y eventsMichael Stahl1-9/+4
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin2-15/+5
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin4-29/+28
2016-04-22Avoid reserved identifiersStephan Bergmann15-50/+50
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann6-32/+32
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-05sequence->vector in swNoel Grandin2-24/+16
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin2-13/+12
2016-03-22loplugin:constantparam in swNoel Grandin2-18/+13
2016-03-15loplugin:constantparamNoel Grandin1-4/+3
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-26sw: related: tdf#58624 convert to assert() in ~SwAccessibleMap()Michael Stahl1-5/+5
2016-02-26sw: restore some Dispose calls in a11y codeMichael Stahl1-1/+22
2016-02-25sw: some missing locks in SwAccessibleParagraphMichael Stahl1-0/+18
2016-02-25sw: avoid creating SwAccessibles for 0-sized layout framesMichael Stahl2-4/+6
2016-02-25sw: new sw.a11y log areaMichael Stahl5-10/+10
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+0
2016-02-17Pass map by pointer (just like all the other SwAccessible... ctors do)Stephan Bergmann3-4/+4
2016-01-31unnecessary use of OUString constructorNoel Grandin1-6/+6
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+3
2016-01-11loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann1-2/+2
2015-12-14Move var decl to where it gets actually usedStephan Bergmann1-18/+20
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon40-1359/+1359
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-6/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-12/+1
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-2/+2
2015-11-10NVDA does not read . when stepping word by wordNiklas Johansson1-3/+3
2015-11-10tdf#93139 Orca Screen Reader does not read bullet part 2Niklas Johansson2-31/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann22-215/+215
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-0/+2
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin34-672/+656
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-11-04Don't dereference null pointerStephan Bergmann1-1/+4
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin2-6/+3
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna1-7/+7
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-2/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann19-338/+338