summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-9/+9
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-10/+8
2021-03-26loplugin:flattenNoel1-15/+14
2021-03-11remove some unneeded vcl/window.hxx includesCaolán McNamara1-47/+0
2021-03-11use some forward declares to reduce includesCaolán McNamara1-0/+1
2021-03-07loplugin:staticdynamic now with extra saltNoel4-13/+5
2021-03-06loplugin:staticdynamic look for static after dynamicNoel1-4/+2
2021-02-20loplugin:refcounting in swNoel8-18/+13
2021-02-15loplugin:referencecasting in swNoel2-4/+4
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel4-11/+11
2021-01-11Related tdf#123632: fix crash in accdoc (sw)Julien Nabet1-1/+1
2021-01-09fix coverity parse errorsCaolán McNamara10-14/+14
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin1-1/+1
2021-01-08use more IsTransparentNoel Grandin1-1/+1
2021-01-02SwFrame: Modify no moreBjoern Michaelsen1-1/+1
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann10-14/+20
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen7-6/+3
2020-11-22tdf#124176: Use pragma once instead of include guardsGökhan Özeloğlu1-3/+1
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara1-1/+1
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer1-13/+9
2020-11-12New loplugin:stringviewparamStephan Bergmann1-6/+7
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko1-0/+13
2020-11-05tdf#137968 Added check for the headings orderIvan Stefanenko1-0/+43
2020-10-30convert some tools::Long->sal_Int32Noel1-3/+3
2020-10-26std::unique_ptr -> std::optionalNoel1-4/+4
2020-10-20use tools::Long in swNoel3-12/+12
2020-10-12sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...Miklos Vajna1-4/+4
2020-10-06loplugin:const* make some params and methods constNoel1-1/+2
2020-09-30Fix typosAndrea Gelmini1-1/+1
2020-09-30AccessibilityIssue::setDoc never passed a null ScDoc*Caolán McNamara2-5/+5
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara1-1/+1
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-09-30loplugin:reducevarscope in swNoel1-5/+3
2020-09-30tdf#137104 Added a check for headings in tablesIvan Stefanenko1-0/+35
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara2-17/+17
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen4-4/+4
2020-09-25tdf#101830 sw: show field name for inline input fields tooMichael Stahl2-8/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+1
2020-09-08tdf#136468 Added a new check for objects and nodes.Stefanenko1-0/+34
2020-09-03tdf#136399 AccessibilityCheck: Inserted a new checkStefanenko1-0/+39
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