summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)AuthorFilesLines
2 daystdf#158914 sc a11y: Remember new cell text againMichael Weghorn1-1/+2
5 dayscid#1603563 Unchecked return valueCaolán McNamara1-1/+1
6 daystdf#158914 sc a11y: Send TEXT_CHANGED event when text changesMichael Weghorn1-4/+17
13 dayssc: Reduce number of calls to GetMarkedObjectList()Xisco Fauli1-2/+2
2024-05-25related tdf#158914 sc a11y: Release references when disposing sheetMichael Weghorn1-0/+4
2024-05-22loplugin:ostr in sc/../AccessibilityNoel Grandin14-36/+36
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn3-6/+6
2024-04-10tdf#146619 Drop unused 'using namespace' in: sc/Gabor Kelemen1-2/+0
2024-03-06tdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin1-1/+1
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-4/+0
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl3-13/+12
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-5/+19
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-15avoid double map lookupNoel Grandin1-2/+3
2023-11-15tdf#158030 sc a11y: Report cell coords via {row,col}indextext obj attrMichael Weghorn1-3/+11
2023-11-10loplugin:fieldcast in accessibility::AccessibleContextBaseNoel Grandin1-2/+2
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-19use more SdrObjList::begin/end in scNoel Grandin2-38/+29
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin2-27/+39
2023-09-26tdf#157299 sc a11y: Limit amount of reported cell relationsMichael Weghorn1-0/+9
2023-09-15reduce casting around ScDocShellNoel Grandin5-31/+31
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin11-38/+40
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin9-16/+16
2023-07-17simply some LogicToPixel calculation sitesNoel Grandin1-1/+2
2023-06-13tdf#155376 weakly cache ScAccessibleCellNoel Grandin1-1/+13
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling1-3/+13
2023-05-17fire less "index hint out of range, ignoring" warningsNoel Grandin3-0/+14
2023-05-05tdf#155149 Crash when exiting cell edit modeNoel Grandin1-0/+2
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin1-1/+1
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-1/+1
2023-02-22simplify ScAccessibleContextBaseNoel Grandin1-34/+0
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-10/+7
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvCellStephan Bergmann1-3/+3
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvGridStephan Bergmann1-34/+1
2023-01-28Use ImplInheritanceHelper in ScAccessibleCsvRulerStephan Bergmann1-32/+1
2022-09-05cid#1513506 Unintended sign extensionCaolán McNamara2-5/+5
2022-09-04Simplify by using replaceAll in a loop (sc/AccessibleCell.cxx)Julien Nabet1-18/+5
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn14-107/+105
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin4-11/+14
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin14-240/+203
2022-06-18create getter for ScCellValue::mpFormulaNoel Grandin1-1/+1
2022-06-16make meType in ScCellValue privateNoel Grandin1-1/+1
2022-06-01pass ScRange around by valueNoel Grandin1-6/+6
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-3/+3
2022-03-29sc a11y: Fix + port events for row/col ins/delMichael Weghorn1-11/+30
2022-03-29sc a11y: OSL_ENSURE -> assertMichael Weghorn1-3/+3
2022-03-29a11y: Use new table model change types for row/col ins/delMichael Weghorn1-2/+2
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn1-4/+0
2022-03-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák2-2/+0
2022-03-03improve ScMark* classes a bitLuboš Luňák1-2/+1