summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)AuthorFilesLines
2021-12-10sc a11y: Handle FOCUSED state for cellMichael Weghorn1-0/+11
2021-12-06rename In() to Contains()Luboš Luňák2-5/+5
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-6/+6
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski3-17/+15
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+3
2021-10-10loplugin:moveparam in editengNoel Grandin1-1/+1
2021-09-21fix !HAVE_FEATURE_DESKTOP build, IsOver->OverlapsCaolán McNamara1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák3-10/+10
2021-09-13ScAccessibleSpreadsheet: Use 2 local vars instead of class membersMichael Weghorn1-9/+9
2021-09-13Drop unnecessary extra indentationMichael Weghorn1-12/+8
2021-09-13a11y: Set new tab name in AccessibleEventId::NAME_CHANGED eventMichael Weghorn1-1/+1
2021-09-07Use while instead of for loopMichael Weghorn1-2/+2
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-1/+1
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin1-5/+8
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski5-14/+7
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn2-0/+12
2021-06-11Simplify Sequences initializations (sc)Julien Nabet1-2/+2
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara1-3/+2
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara1-3/+2
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara1-0/+9
2021-05-31fix leak in JunitTest_sc_unoapi_2Noel Grandin1-12/+10
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-08ref-count SfxItemPoolNoel Grandin1-8/+8
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-18/+18
2021-04-23we want the a11y screen locationCaolán McNamara1-1/+1
2021-03-20cid#1474037 Uninitialized scalar fieldCaolán McNamara1-1/+4
2021-03-08loplugin:refcounting check for one more caseNoel1-1/+2
2021-03-03loplugin:refcounting in scNoel1-1/+1
2021-02-21loplugin:refcounting in scNoel11-34/+32
2021-02-15loplugin:referencecasting in scNoel5-19/+19
2021-02-04use more getSdrObjectFromXShapeNoel1-7/+4
2021-01-10static_cast after dynamic_castNoel Grandin1-14/+13
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin2-3/+3
2021-01-03Removed duplicated includeAndrea Gelmini1-1/+0
2021-01-02introduce Degree100 strong_int typeNoel2-2/+2
2021-01-01tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDuP-4918-57/+22
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-1/+0
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer1-6/+3
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-2/+3
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-12New loplugin:stringviewparamStephan Bergmann1-6/+8
2020-10-30convert some tools::Long->sal_Int32Noel1-3/+3
2020-10-20use tools::Long in scNoel5-34/+34
2020-10-16weld InputBarCaolán McNamara2-53/+45
2020-10-13static_cast after dynamic_castNoel1-4/+2
2020-09-30loplugin:reducevarscope in scNoel1-2/+1