summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn1-1/+1
2024-05-11loplugin:ostr in svxNoel Grandin1-11/+11
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-1/+1
2024-01-24svx a11y: Notify listeners when disposing shapeMichael Weghorn1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-2/+2
2023-06-29Use getXWeak in svxMike Kaganski1-2/+2
2023-05-11tdf#155235 Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()Noel Grandin1-0/+4
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin1-3/+3
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-18/+17
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-2/+2
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-44/+21
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann1-2/+2
2022-03-17use actual type in AccessibleContextBaseNoel Grandin1-11/+7
2022-03-05AccessibleShape::GetStyle can be constNoel Grandin1-1/+1
2021-12-19use more cppu::BaseMutexNoel Grandin1-6/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski1-4/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-2/+2
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski1-6/+6
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+2
2021-05-17split OutputDevice from WindowNoel Grandin1-2/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara1-0/+1
2021-02-20loplugin:refcounting in svxNoel1-2/+2
2021-01-12transparency->alpha in tools::ColorNoel1-2/+2
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-2/+2
2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin1-43/+43
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner1-34/+11
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling1-0/+1
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen1-10/+0
2020-01-08tdf#129887: fix crash during scrolling down documentSerge Krot1-1/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-13/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-09-06Fixing "...."Andrea Gelmini1-2/+2
2019-08-26fix impress crash in shape listenerNoel Grandin1-2/+2
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin1-35/+22
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-2/+2
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov1-22/+12
2019-06-11loplugin:virtualdown in AccessibleShapeNoel Grandin1-64/+0
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov1-38/+1
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen1-0/+1
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-04-14loplugin:sequentialassign in svtools..svxNoel Grandin1-2/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-3/+3
2019-02-10loplugin:indentation in svxNoel Grandin1-1/+1