summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Fix typo in codeAndrea Gelmini1-21/+21
2020-08-28tdf#136144: Initialize background colors to COL_AUTOIvan Stefanenko1-3/+3
2020-08-23Fix typo in codeAndrea Gelmini1-5/+5
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-1/+1
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-2/+2
2020-08-02tdf#135098 assert/crash on checking IsSelected on cell being disposedCaolán McNamara1-0/+3
2020-08-01loplugin:flatten in sw/core/accessNoel Grandin7-720/+712
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-5/+2
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-2/+1
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara2-79/+1
2020-05-24remove some unused typedefsNoel Grandin1-1/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in swNoel Grandin3-6/+6
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling4-0/+72
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-8/+4
2020-04-17loplugin:buriedassign in sw(1)Noel Grandin1-7/+9
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen2-2/+0
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin6-12/+12
2020-02-29tdf#124176: Use pragma once instead of include guardsBugra5-20/+5
2020-02-26fix assert in fdo66141-1.odtNoel Grandin1-13/+12
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-9/+18
2020-02-17sw: prefix members of HeaderCheck, NumberingCheck, SwPagePreviewPrtData ...Miklos Vajna1-11/+11
2020-02-04rename GetCursorOfst -> GetModelPositionForViewPointNoel Grandin1-2/+2
2020-02-04rename GetOfst -> GetOffsetNoel Grandin3-6/+6
2020-02-04std::set<T*> -> o3tl::sorted_vector in sw/Noel Grandin1-1/+1
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-30tdf#45589 sw: create and paint text portions for bookmarksMichael Stahl1-0/+3
2020-01-29CID 1458016 - fix uninitialised members in AccessibilityIssueTomaž Vajngerl1-0/+3
2020-01-28New loplugin:unsignedcompareStephan Bergmann2-4/+6
2020-01-26move "remove duplicates" for a vector to o3tl/vector_utils.hxxTomaž Vajngerl1-9/+2
2020-01-26acc. check: implement goto for a range of text range in a para.Tomaž Vajngerl2-4/+35
2020-01-26acc. check: check if text format conveys additional meaningTomaž Vajngerl1-0/+110
2020-01-26remove some unused local varsNoel Grandin1-4/+1
2020-01-23no need for repetitive GetShell()->GetWin() callsCaolán McNamara1-9/+8
2020-01-22flush out unused MapModesCaolán McNamara1-1/+0
2020-01-09tdf#45636: test for no-alt and table split/merge access. checkTomaž Vajngerl1-4/+7
2020-01-09acc. check: move AccessibilityIssue from svx to sfx2Tomaž Vajngerl2-21/+21
2020-01-06acc. check: move accessibility check strings to own fileTomaž Vajngerl1-27/+17
2020-01-06acc. check: table split/merge - check for row span, simplifyTomaž Vajngerl1-15/+23
2020-01-06acc. check: add a UI goto for issues with tablesTomaž Vajngerl2-4/+18
2020-01-06acc. check: check headings are in incremental orderTomaž Vajngerl1-0/+33
2020-01-03cid#1456612 Dereference null return valueCaolán McNamara1-1/+1
2019-12-29acc. check: implement goto for OLE/Graphic objectsTomaž Vajngerl2-3/+77
2019-12-29acc. check: add writer specific accessibility issueTomaž Vajngerl1-53/+47
2019-12-28Fix typoAndrea Gelmini1-2/+2
2019-12-28acc. check: check for endnotes and footnotesTomaž Vajngerl1-0/+34
2019-12-28acc. check: check for blinking textTomaž Vajngerl1-0/+52
2019-12-28acc. check: text vs. background contrast checkTomaž Vajngerl1-0/+134
2019-12-28acc. check: introduce AccessibilityCheckTest + document testTomaž Vajngerl1-3/+3