summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
AgeCommit message (Expand)Author
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-21tdf#152992: for Impress/Draw add horizontal hit tolerance for quick text editSarper Akdemir
2023-06-29Use getXWeak in svxMike Kaganski
2023-06-16tdf#103064 sw,editeng: enable UNO API and ODF import/exportMaxim Monastirsky
2023-05-29tdf#155515 tdf#155528 crash on exitNoel Grandin
2023-05-11tdf#155235 Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()Noel Grandin
2023-05-04speed up dealing with large shape selectionsNoel Grandin
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-02-24a11y: Fix focused state for special char dialog itemMichael Weghorn
2023-01-28Use ImplInheritanceHelper in SvxRectCtlChildAccessibleContextStephan Bergmann
2023-01-28Use ImplInheritanceHelper in SvxRectCtlAccessibleContextStephan Bergmann
2023-01-28Use ImplInheritanceHelper in SvxPixelCtlAccessibleChildStephan Bergmann
2023-01-28Use ImplInheritanceHelper in SvxPixelCtlAccessibleStephan Bergmann
2023-01-28Use ImplInheritanceHelper in SvxShowCharSetItemAccStephan Bergmann
2023-01-28Use ImplInheritanceHelper in SvxShowCharSetAccStephan Bergmann
2023-01-28Use ImplInheritanceHelper in AccFrameSelectorChildStephan Bergmann
2023-01-28Use ImplInheritanceHelper in AccFrameSelectorStephan Bergmann
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
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