summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
AgeCommit message (Expand)Author
2022-03-17use actual type in AccessibleContextBaseNoel Grandin
2022-03-05AccessibleShape::GetStyle can be constNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-02-20loplugin:refcounting in svxNoel
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen
2020-01-08tdf#129887: fix crash during scrolling down documentSerge Krot
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-06Fixing "...."Andrea Gelmini
2019-08-26fix impress crash in shape listenerNoel Grandin
2019-08-23tdf#119388 add new UNO listener/broadcasterNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov
2019-06-11loplugin:virtualdown in AccessibleShapeNoel Grandin
2019-06-03tdf#39593 use UNO3_GETIMPLEMENTATION* macrosArkadiy Illarionov
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-14loplugin:sequentialassign in svtools..svxNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2019-02-10loplugin:indentation in svxNoel Grandin
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-03-06use more Color in svxNoel Grandin
2018-02-19loplugin:useuniqueptr in AccessibleShapeNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-10-18return early on failureCaolán McNamara
2017-10-18potential deref of empty xStateSetCaolán McNamara
2017-10-18Resolves: tdf#109282: a11y crash in use after disposeCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin