summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-11-02tdf#112661 tdf#112662 a11y: Fix toggling button via a11y actionMichael Weghorn1-1/+12
2023-10-24tdf#135921 a11y Send event when toggling listbox checkboxMichael Weghorn1-0/+17
2023-10-23a11y: Don't throw exception on valid list box entry action indexMichael Weghorn2-18/+12
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-11/+11
2023-10-15a11y: Add include to fix clang-cl buildMichael Weghorn2-4/+1
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-10-03accessibility: avoid OUString creation by using unicode OUString literalsArnaud Versini1-13/+13
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen7-0/+7
2023-09-13loplugin:unusedmethodsNoel Grandin2-3/+0
2023-09-12loplugin:unodispose in accessibilityNoel Grandin1-0/+1
2023-09-11AccessibleListBoxEntry does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-11accessibility::Paragraph does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-11VCLXAccessibleList does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-11AccessibleIconChoiceCtrlEntry does not need to implement XAggreggationNoel Grandin1-2/+2
2023-09-07tdf#157137 a11y: Don't report active descendant when not focusedMichael Weghorn1-8/+20
2023-09-06simplify VclEventId::TabpageRemoved handlingNoel Grandin1-9/+5
2023-09-06a11y: Drop unnecessary casting/code for toolbox itemsMichael Weghorn1-33/+8
2023-09-05use more concrete type in VCLXAccessibleBoxNoel Grandin2-14/+16
2023-09-05use more concrete type in ParagraphInfoNoel Grandin2-17/+13
2023-09-05use more concrete types in AccessibleListBoxEntryNoel Grandin2-11/+10
2023-09-04a11y: Hold list items by rtl::ReferenceMichael Weghorn2-30/+30
2023-09-04a11y: Drop ListItems typdefMichael Weghorn2-5/+2
2023-09-04tdf#157088 a11y: Dispose list items with listMichael Weghorn1-0/+3
2023-09-04tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn2-14/+13
2023-09-01accessibility: fix crash in getAccessibleActionDescriptionXisco Fauli1-2/+3
2023-09-01tdf#104833 a11y Send name changed event for text controlsMichael Weghorn2-0/+11
2023-09-01tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEditMichael Weghorn1-0/+7
2023-09-01tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEditMichael Weghorn2-20/+35
2023-08-31a11y: Re-add check for empty reference in VCLXAccessibleTabControlMichael Weghorn1-1/+4
2023-08-31use concrete type for AccessibleTabBarPageList::m_aAccessibleChildrenNoel Grandin2-41/+33
2023-08-31use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildrenNoel Grandin2-93/+52
2023-08-31use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildrenNoel Grandin2-41/+25
2023-08-30use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildrenNoel Grandin2-48/+23
2023-08-30use concrete type for ToolBoxItemsMapNoel Grandin2-23/+16
2023-08-30make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin2-11/+3
2023-08-30make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin2-11/+3
2023-08-30a11y: Hold focused list box entry by rtl::ReferenceMichael Weghorn2-14/+10
2023-08-23tdf#99609 tdf#156473 a11y: Check whether row header existsMichael Weghorn1-7/+12
2023-08-23a11y: Simplify AccessibleBrowseBox::implGetHeaderBarMichael Weghorn1-15/+10
2023-08-23a11y: Make AccessibleBrowseBoxBase's client ID privateMichael Weghorn1-3/+3
2023-08-19loplugin: new global analysis locking2Noel Grandin3-4/+0
2023-08-18tdf#156561 a11y: Don't ignore child events in AccessibleListBoxMichael Weghorn2-20/+0
2023-08-03tdf#156473 a11y: Implement AccessibleGridControlHeader::getAccessibleCellAtMichael Weghorn1-3/+7
2023-08-03tdf#156473 a11y: Use actual row/col index/count in grid control headerMichael Weghorn4-23/+24
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin33-63/+60
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn8-40/+49
2023-08-02tdf#156473 a11y: Properly retrireve a11y context from XAccessibleMichael Weghorn1-1/+5
2023-08-02tdf#156473 a11y: Don't use selection index as child indexMichael Weghorn1-4/+10