summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-28acc. check: check document contains a document title (metadata)Tomaž Vajngerl1-0/+32
2019-12-27acc. check: check document default language and style languageTomaž Vajngerl1-3/+73
2019-12-27acc. check: check hyperlink text doesn't contain the linkTomaž Vajngerl1-0/+60
2019-12-26acc. check: detect fake numberingTomaž Vajngerl1-0/+42
2019-12-26acc. check: shorten var. name for acc. issue collectionTomaž Vajngerl1-13/+11
2019-12-26acc. check: Introduce NodeCheck for accessibility checks on nodesTomaž Vajngerl1-56/+110
2019-12-26AccessibilityCheck iface, namespacesTomaž Vajngerl1-0/+6
2019-12-26acc. check: add check for TablesTomaž Vajngerl1-0/+55
2019-12-26Extract accessibility checks to it's own functionTomaž Vajngerl1-26/+44
2019-12-26Accessibility check dialogTomaž Vajngerl1-2/+2
2019-12-26Accessibility check base functionalityTomaž Vajngerl1-0/+75