summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-23cid#1555070 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn
2024-06-16Fix typoAndrea Gelmini
2024-06-16Fix typoAndrea Gelmini
2024-06-16Fix typoAndrea Gelmini
2024-06-15tdf#158914 add back reusing weakly cached ScAccessibleCellsPatrick Luby
2024-06-11tdf#158914 sc a11y: Remember new cell text againMichael Weghorn
2024-06-08cid#1603563 Unchecked return valueCaolán McNamara
2024-06-07tdf#158914 sc a11y: Send TEXT_CHANGED event when text changesMichael Weghorn
2024-05-31sc: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-25related tdf#158914 sc a11y: Release references when disposing sheetMichael Weghorn
2024-05-22loplugin:ostr in sc/../AccessibilityNoel Grandin
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-04-10tdf#146619 Drop unused 'using namespace' in: sc/Gabor Kelemen
2024-03-06tdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara
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