summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)Author
2021-11-03create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-12Backgrd -> BackgroundNoel Grandin
2021-05-26CoreToPixel should take a SwRect argumentNoel Grandin
2021-05-26make SwRect(Rectangle) constructor explicitNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-12tdf#141307: adapt null-checkBjoern Michaelsen
2021-05-09clang-tidy Undefined or garbage value returned to callerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-03-26loplugin:flattenNoel
2021-03-11remove some unneeded vcl/window.hxx includesCaolán McNamara
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-03-06loplugin:staticdynamic look for static after dynamicNoel
2021-02-20loplugin:refcounting in swNoel
2021-02-15loplugin:referencecasting in swNoel
2021-01-28simplify code, use more subView()Noel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-11Related tdf#123632: fix crash in accdoc (sw)Julien Nabet
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin
2021-01-08use more IsTransparentNoel Grandin
2021-01-02SwFrame: Modify no moreBjoern Michaelsen
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-22tdf#124176: Use pragma once instead of include guardsGökhan Özeloğlu
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-09tdf#138052 Added a check for fontworks.Ivan Stefanenko
2020-11-05tdf#137968 Added check for the headings orderIvan Stefanenko
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-20use tools::Long in swNoel
2020-10-12sw: prefix members of SwFormatAnchor, SwXDocumentPropertyHelper, ...Miklos Vajna
2020-10-06loplugin:const* make some params and methods constNoel
2020-09-30Fix typosAndrea Gelmini
2020-09-30AccessibilityIssue::setDoc never passed a null ScDoc*Caolán McNamara
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-30loplugin:reducevarscope in swNoel
2020-09-30tdf#137104 Added a check for headings in tablesIvan Stefanenko
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen
2020-09-25tdf#101830 sw: show field name for inline input fields tooMichael Stahl
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann