summaryrefslogtreecommitdiff
path: root/svx/source/table/accessiblecell.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen1-1/+0
2023-09-02use more concrete type in AccessibleCellNoel Grandin1-2/+2
2023-06-29Use getXWeak in svxMike Kaganski1-1/+1
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin1-1/+1
2023-03-29loplugin:stringadd in svxNoel Grandin1-4/+5
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-5/+5
2022-08-30svx a11y: Drop TODO that doesn't need actionMichael Weghorn1-1/+0
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-2/+3
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-43/+30
2022-06-04elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-03-17use actual type in AccessibleContextBaseNoel Grandin1-14/+11
2021-12-19use more cppu::BaseMutexNoel Grandin1-5/+5
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-1/+1
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-03-11use some forward declares to reduce includesCaolán McNamara1-0/+1
2020-08-06loplugin:flatten in svxNoel Grandin1-10/+10
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner1-10/+3
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen1-4/+1
2020-02-12move some svx/ headers inside the moduleNoel Grandin1-1/+1
2020-01-15tdf#42949 Fix IWYU warnings in svx/source/*/*hxxGabor Kelemen1-0/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-11/+1
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-1/+1
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-10/+6
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-2/+2
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-1/+0
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-1/+1
2018-06-11loplugin:useuniqueptr in AccessibleCellNoel Grandin1-3/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-06-27loplugin:oncevar in svxNoel Grandin1-4/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-22/+22
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin1-2/+2
2016-10-28coverity#1371262 Missing move assignment operatorCaolán McNamara1-1/+1
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-12/+0
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-22/+0
2016-02-08tdf#96685 - set focus of accessible table cellsJustin Luth1-0/+2
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin1-6/+0
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15