summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2023-11-15avoid double map lookupNoel Grandin
2023-11-15tdf#158030 sc a11y: Report cell coords via {row,col}indextext obj attrMichael Weghorn
2023-11-10loplugin:fieldcast in accessibility::AccessibleContextBaseNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-19use more SdrObjList::begin/end in scNoel Grandin
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin
2023-09-26tdf#157299 sc a11y: Limit amount of reported cell relationsMichael Weghorn
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-07-17simply some LogicToPixel calculation sitesNoel Grandin
2023-06-13tdf#155376 weakly cache ScAccessibleCellNoel Grandin
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling
2023-05-17fire less "index hint out of range, ignoring" warningsNoel Grandin
2023-05-05tdf#155149 Crash when exiting cell edit modeNoel Grandin
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-02-22simplify ScAccessibleContextBaseNoel Grandin
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvCellStephan Bergmann
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvGridStephan Bergmann
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvRulerStephan Bergmann
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