summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
AgeCommit message (Expand)AuthorFilesLines
5 daysTurn SC_MOD macro to a functionMike Kaganski1-3/+3
2024-10-18tdf#163486: PVS: redundant nullptr checkXisco Fauli1-14/+10
2024-09-04use less dynamic_cast when broadcasting SfxHint in scNoel Grandin1-1/+2
2024-06-16Fix typoAndrea Gelmini1-1/+1
2024-06-16Fix typoAndrea Gelmini1-1/+1
2024-06-16Fix typoAndrea Gelmini1-1/+1
2024-06-15tdf#158914 add back reusing weakly cached ScAccessibleCellsPatrick Luby1-3/+56
2024-06-11tdf#158914 sc a11y: Remember new cell text againMichael Weghorn1-1/+2
2024-06-08cid#1603563 Unchecked return valueCaolán McNamara1-1/+1
2024-06-07tdf#158914 sc a11y: Send TEXT_CHANGED event when text changesMichael Weghorn1-4/+17
2024-05-25related tdf#158914 sc a11y: Release references when disposing sheetMichael Weghorn1-0/+4
2024-05-22loplugin:ostr in sc/../AccessibilityNoel Grandin1-2/+2
2023-11-15avoid double map lookupNoel Grandin1-2/+3
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin1-9/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-2/+2
2023-06-13tdf#155376 weakly cache ScAccessibleCellNoel Grandin1-1/+13
2022-09-05cid#1513506 Unintended sign extensionCaolán McNamara1-3/+3
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-11/+11
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-23/+20
2022-06-01pass ScRange around by valueNoel Grandin1-6/+6
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-03make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák1-1/+0
2022-03-03improve ScMark* classes a bitLuboš Luňák1-2/+1
2021-12-06rename In() to Contains()Luboš Luňák1-4/+4
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-5/+5
2021-09-21fix !HAVE_FEATURE_DESKTOP build, IsOver->OverlapsCaolán McNamara1-1/+1
2021-09-13ScAccessibleSpreadsheet: Use 2 local vars instead of class membersMichael Weghorn1-9/+9
2021-09-13Drop unnecessary extra indentationMichael Weghorn1-12/+8
2021-09-13a11y: Set new tab name in AccessibleEventId::NAME_CHANGED eventMichael Weghorn1-1/+1
2021-09-07Use while instead of for loopMichael Weghorn1-2/+2
2021-03-20cid#1474037 Uninitialized scalar fieldCaolán McNamara1-1/+4
2021-03-08loplugin:refcounting check for one more caseNoel1-1/+2
2021-02-21loplugin:refcounting in scNoel1-5/+5
2021-02-15loplugin:referencecasting in scNoel1-7/+7
2021-01-10static_cast after dynamic_castNoel Grandin1-14/+13
2021-01-01tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorDuP-4911-7/+2
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-2/+3
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-1/+1
2020-07-29loplugin:flatten in sc/ui/AccessibilityNoel Grandin1-37/+37
2020-06-11loplugin:unusedmethodsNoel Grandin1-8/+0
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+3
2019-12-05inline some typedefsNoel Grandin1-6/+8
2019-10-22sc: rowcol: tdf#50916 convert some in uiAron Budea1-18/+28
2019-09-10Fix typosAndrea Gelmini1-2/+2
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-1/+1
2019-05-26Resolves: rhbz#1713827 protect against null ViewShellCaolán McNamara1-26/+29
2019-03-09loplugin:unusedmethodsNoel Grandin1-31/+0