summaryrefslogtreecommitdiffstats
path: root/accessibility
Commit message (Expand)AuthorAgeFilesLines
* tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen2024-04-0114-21/+0
* convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin2024-03-282-57/+42
* vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl2024-03-071-3/+8
* Create an UNO service to do the symbol lookup in toolkit::AccessibilityClientNoel Grandin2024-02-293-5/+63
* tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn2024-02-282-3/+9
* a11y: Drop extra local variableMichael Weghorn2024-02-281-3/+2
* a11y: Just use reference instead of extra pointer to contentMichael Weghorn2024-02-281-32/+20
* tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn2024-02-271-1/+5
* a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn2024-02-266-15/+6
* tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn2024-02-262-20/+25
* tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn2024-02-262-32/+26
* tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn2024-02-261-19/+15
* tdf#159213 a11y: Only send child event if there's a childMichael Weghorn2024-02-161-1/+2
* a11y: Drop extra nesting levelMichael Weghorn2024-02-161-18/+17
* a11y: Drop 'using namespace com::sun::star::accessibility::AccessibleEventId"Michael Weghorn2024-02-161-1/+0
* 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