summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2022-03-23make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-23improve ScMark* classes a bitLuboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-09-21fix !HAVE_FEATURE_DESKTOP build, IsOver->OverlapsCaolán McNamara
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-13ScAccessibleSpreadsheet: Use 2 local vars instead of class membersMichael Weghorn
2021-09-13Drop unnecessary extra indentationMichael Weghorn
2021-09-13a11y: Set new tab name in AccessibleEventId::NAME_CHANGED eventMichael Weghorn
2021-09-07Use while instead of for loopMichael Weghorn
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-25osl::Mutex->std::mutex in ResourceListenerNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-06-09drop unnecessary pWin arg to InitAccCaolán McNamara
2021-06-09ScTextWnd is set since the ctor now so drop from InitAccCaolán McNamara
2021-06-09tdf#141769 ScTextWnd has to be available before the editview is createdCaolán McNamara
2021-05-31fix leak in JunitTest_sc_unoapi_2Noel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-23we want the a11y screen locationCaolán McNamara
2021-03-20cid#1474037 Uninitialized scalar fieldCaolán McNamara
2021-03-08loplugin:refcounting check for one more caseNoel
2021-03-03loplugin:refcounting in scNoel
2021-02-21loplugin:refcounting in scNoel
2021-02-15loplugin:referencecasting in scNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin
2021-01-03Removed duplicated includeAndrea Gelmini
2021-01-02introduce Degree100 strong_int typeNoel
2021-01-01tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDuP-491
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-19tdf#123936 Formatting files in module sc with clang-formatPhilipp Hofer
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-20use tools::Long in scNoel
2020-10-16weld InputBarCaolán McNamara
2020-10-13static_cast after dynamic_castNoel
2020-09-30loplugin:reducevarscope in scNoel