summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
AgeCommit message (Expand)Author
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sdStephan Bergmann
2022-03-05AccessibleShape::GetStyle can be constNoel Grandin
2022-02-21Recheck modules sd* with IWYUGabor Kelemen
2022-01-04Revert "use comphelper::WeakComponentImplHelper in AccessibleSlideSorterView"Miklos Vajna
2021-12-29use comphelper::WeakComponentImplHelper in AccessibleSlideSorterViewNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in AccessibleSlideSorterObjectNoel Grandin
2021-12-27remove incorrect SolarMutexGuardNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
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-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-24Related: tdf#135363 don't keep a reference to the vcl::WindowCaolán McNamara
2021-03-24Resolves: tdf#135364 ensure the window is released by a11y disposeCaolán McNamara
2021-03-06loplugin:staticdynamic look for static after dynamicNoel
2021-03-01loplugin:refcounting in svxNoel
2021-02-21loplugin:refcounting in sdNoel
2021-02-15loplugin:referencecasting in sdNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09AccessibleShapeTreeInfo needs a vcl::WindowNoel Grandin
2020-12-07tdf#42949 Fix new IWYU warnings in sd/Gabor Kelemen
2020-11-22tdf#123936 Formatting files in module sd with clang-formatPhilipp Hofer
2020-10-23long->tools::Long in pyuno..sdNoel
2020-10-13static_cast after dynamic_castNoel
2020-09-30loplugin:reducevarscope in sdNoel
2020-08-23Fix typo in codeAndrea Gelmini
2020-06-10tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMichael Warner
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-03convert PresObjKind to scoped enumNoel Grandin
2020-02-25loplugin:referencecastingNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-18convert AccessibilityFlowTo to scoped enumNoel Grandin
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara
2019-10-23put together the 'magic' flow-to constantsCaolán McNamara
2019-10-11simplify "a = a +" to "a +="Noel Grandin