summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2022-09-05cid#1513506 Unintended sign extensionCaolán McNamara
2022-09-04Simplify by using replaceAll in a loop (sc/AccessibleCell.cxx)Julien Nabet
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-06-01pass ScRange around by valueNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann
2022-03-29sc a11y: Fix + port events for row/col ins/delMichael Weghorn
2022-03-29sc a11y: OSL_ENSURE -> assertMichael Weghorn
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2022-03-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-03improve ScMark* classes a bitLuboš Luňák
2022-02-26cid#1500706 Uninitialized scalar fieldCaolán McNamara
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-09expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3Noel Grandin
2022-01-26tdf#146991 Insert chart -> crashNoel Grandin
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2021-12-10sc a11y: Handle FOCUSED state for cellMichael Weghorn
2021-12-06rename In() to Contains()Luboš 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