summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* cid#1586675 Missing move assignment operatorCaolán McNamara2024-01-224-31/+15
* loplugin:unnecessaryvirtualNoel Grandin2024-01-151-1/+1
* use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI2023-12-2941-78/+78
* Use emplace_back instead of push_back (accessibility)Julien Nabet2023-12-221-2/+1
* cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara2023-12-191-2/+1
* tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn2023-12-192-0/+11
* tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn2023-12-195-0/+8
* simplify and modernise ScopedBitmapAccessNoel Grandin2023-12-071-1/+0
* tdf#112661 tdf#112662 a11y: Fix toggling button via a11y actionMichael Weghorn2023-11-021-1/+12
* tdf#135921 a11y Send event when toggling listbox checkboxMichael Weghorn2023-10-241-0/+17
* a11y: Don't throw exception on valid list box entry action indexMichael Weghorn2023-10-232-18/+12
* Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2023-10-232-11/+11
* a11y: Add include to fix clang-cl buildMichael Weghorn2023-10-152-4/+1
* Make NC_ constexpr-friendlyStephan Bergmann2023-10-121-1/+1
* Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2023-10-111-1/+1
* accessibility: avoid OUString creation by using unicode OUString literalsArnaud Versini2023-10-031-13/+13
* tdf#146619 Recheck include/c* with IWYUGabor Kelemen2023-09-227-0/+7
* loplugin:unusedmethodsNoel Grandin2023-09-132-3/+0
* loplugin:unodispose in accessibilityNoel Grandin2023-09-121-0/+1
* AccessibleListBoxEntry does not need to implement XAggreggationNoel Grandin2023-09-111-2/+2
* accessibility::Paragraph does not need to implement XAggreggationNoel Grandin2023-09-111-2/+2
* VCLXAccessibleList does not need to implement XAggreggationNoel Grandin2023-09-111-2/+2
* AccessibleIconChoiceCtrlEntry does not need to implement XAggreggationNoel Grandin2023-09-111-2/+2
* tdf#157137 a11y: Don't report active descendant when not focusedMichael Weghorn2023-09-071-8/+20
* simplify VclEventId::TabpageRemoved handlingNoel Grandin2023-09-061-9/+5
* a11y: Drop unnecessary casting/code for toolbox itemsMichael Weghorn2023-09-061-33/+8
* use more concrete type in VCLXAccessibleBoxNoel Grandin2023-09-052-14/+16
* use more concrete type in ParagraphInfoNoel Grandin2023-09-052-17/+13
* use more concrete types in AccessibleListBoxEntryNoel Grandin2023-09-052-11/+10
* a11y: Hold list items by rtl::ReferenceMichael Weghorn2023-09-042-30/+30
* a11y: Drop ListItems typdefMichael Weghorn2023-09-042-5/+2
* tdf#157088 a11y: Dispose list items with listMichael Weghorn2023-09-041-0/+3
* tdf#157088 a11y: No need to use WeakReference for list childrenMichael Weghorn2023-09-042-14/+13
* accessibility: fix crash in getAccessibleActionDescriptionXisco Fauli2023-09-011-2/+3
* tdf#104833 a11y Send name changed event for text controlsMichael Weghorn2023-09-012-0/+11
* tdf#104833 a11y: Use VCLXAccessibleEdit for VCLXMultiLineEditMichael Weghorn2023-09-011-0/+7
* tdf#104833 a11y: Don't use VCLXEdit in VCLXAccessibleEditMichael Weghorn2023-09-012-20/+35
* a11y: Re-add check for empty reference in VCLXAccessibleTabControlMichael Weghorn2023-08-311-1/+4
* use concrete type for AccessibleTabBarPageList::m_aAccessibleChildrenNoel Grandin2023-08-312-41/+33
* use concrete type for OAccessibleMenuBaseComponent::m_aAccessibleChildrenNoel Grandin2023-08-312-93/+52
* use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildrenNoel Grandin2023-08-312-41/+25
* use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildrenNoel Grandin2023-08-302-48/+23
* use concrete type for ToolBoxItemsMapNoel Grandin2023-08-302-23/+16
* make IAccessibleBrowseBox extend cppu::WeakImplHelperNoel Grandin2023-08-302-11/+3
* make IAccessibleTableControl extend cppu::WeakImplHelperNoel Grandin2023-08-302-11/+3
* a11y: Hold focused list box entry by rtl::ReferenceMichael Weghorn2023-08-302-14/+10
* tdf#99609 tdf#156473 a11y: Check whether row header existsMichael Weghorn2023-08-231-7/+12
* a11y: Simplify AccessibleBrowseBox::implGetHeaderBarMichael Weghorn2023-08-231-15/+10
* a11y: Make AccessibleBrowseBoxBase's client ID privateMichael Weghorn2023-08-231-3/+3
* loplugin: new global analysis locking2Noel Grandin2023-08-193-4/+0