summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleSpreadsheet.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin1-3/+0
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-1/+1
2023-06-13tdf#155376 weakly cache ScAccessibleCellNoel Grandin1-0/+3
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-7/+7
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-3/+2
2021-09-13ScAccessibleSpreadsheet: Use 2 local vars instead of class membersMichael Weghorn1-3/+0
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-06-11loplugin:unusedmethodsNoel Grandin1-1/+0
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-1/+1
2019-12-05inline some typedefsNoel Grandin1-9/+5
2019-12-05clean up members in ScAccessibleSpreadsheetNoel Grandin1-36/+35
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-03-09loplugin:unusedmethodsNoel Grandin1-2/+0
2019-02-23loplugin:unusedfields in scNoel Grandin1-1/+0
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-1/+0
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-04-10loplugin:useuniqueptr in ScAccessibleSpreadsheetNoel Grandin1-1/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-2/+2
2017-10-27loplugin:finalclasses in scNoel Grandin1-19/+16
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-08-24loplugin:constparam in sc part4Noel Grandin1-2/+2
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-2/+1
2017-06-28loplugin:unusedfields in sc part1Noel Grandin1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-73/+30
2016-11-07loplugin:expandablemethods in scNoel Grandin1-1/+0
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-24loplugin:unusedmethods in scNoel Grandin1-1/+0
2015-10-28com::sun::star->css in scNoel Grandin1-60/+54
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-32/+32
2015-07-22loplugin:unusedmethods scNoel Grandin1-2/+0
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-7/+7
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-32/+32
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-14sal_Bool->boolNoel Grandin1-34/+36
2014-01-25coverity#1158359 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-25coverity#1158360 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-25coverity#1158361 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-25coverity#1158362 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-24coverity#1158391 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-24coverity#1158390 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-23coverity#1158392 Uncaught exceptionCaolán McNamara1-1/+2
2014-01-23coverity#1158393 Uncaught exceptionCaolán McNamara1-1/+2
2013-12-12Only call ScAccessibleCell::Init once on freshly created cellsStephan Bergmann1-3/+8
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+57