summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)Author
2022-09-05cid#1513507 Dereference before null checkCaolán McNamara
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-19implement line arrangement valueset a11y getLocationOnScreenCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-10loplugin:passstuffbyrefNoel Grandin
2022-08-01tdf#150064 Keep a11y child order intactMichael Weghorn
2022-08-01tdf#150064 a11y: Swap old/new list before merging informationMichael Weghorn
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin
2022-07-27tdf#108560 horribly slow to paste many lines into editeng with a11y activeCaolán McNamara
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-30tdf#137544 elide some UNO_QUERYNoel Grandin
2022-06-30tdf#137544 reduce cost of ChildrenManagerImpl::UpdateNoel Grandin
2022-06-29ChildrenManagerImpl::GetChildShape was clearly written very late at nightNoel Grandin
2022-05-29Fix failing assert on shutdown with NVDA activeMike Kaganski
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2022-03-17use actual type in AccessibleContextBaseNoel Grandin
2022-03-05AccessibleShape::GetStyle can be constNoel Grandin
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin
2021-12-24use comphelper::WeakComponentImplHelper in ChildrenManagerImplNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-04loplugin:constmethodNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-17Resolves: tdf#139220 with ~1000 selected shapes a11y UpdateSelection crawlsCaolán McNamara
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-28a11y: Add XAccessibleValue::getMinimumIncrement methodMichael Weghorn
2021-07-20osl::Mutex->std::mutex in AccessibleTextHelper_ImplNoel Grandin
2021-07-08return value of PixelToLogic ignoredCaolán McNamara
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
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-03-01loplugin:refcounting in svxNoel
2021-02-20loplugin:refcounting in svxNoel