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