summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
5 daystdf#160971 a11y: Send full text on changed combobox textMichael Weghorn4-1/+41
5 daystdf#160971 a11y: Add null check in AccessibleListBox::getAccessibleRoleMichael Weghorn1-2/+6
8 daysa11y: Drop AccessibleChildren typedefMichael Weghorn1-3/+1
12 daysWaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara4-12/+5
2024-04-30loplugin:ostr in accessibilityNoel Grandin17-63/+63
2024-04-29Drop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn5-7/+7
2024-04-01tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen14-21/+0
2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin2-57/+42
2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl1-3/+8
2024-02-29Create an UNO service to do the symbol lookup in toolkit::AccessibilityClientNoel Grandin3-5/+63
2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn2-3/+9
2024-02-28a11y: Drop extra local variableMichael Weghorn1-3/+2
2024-02-28a11y: Just use reference instead of extra pointer to contentMichael Weghorn1-32/+20
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn1-1/+5
2024-02-26a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn6-15/+6
2024-02-26tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn2-20/+25
2024-02-26tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn2-32/+26
2024-02-26tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn1-19/+15
2024-02-16tdf#159213 a11y: Only send child event if there's a childMichael Weghorn1-1/+2
2024-02-16a11y: Drop extra nesting levelMichael Weghorn1-18/+17
2024-02-16a11y: Drop 'using namespace com::sun::star::accessibility::AccessibleEventId"Michael Weghorn1-1/+0
2024-01-22cid#1586675 Missing move assignment operatorCaolán McNamara4-31/+15
2024-01-15loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI41-78/+78
2023-12-22Use emplace_back instead of push_back (accessibility)Julien Nabet1-2/+1
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn2-0/+11
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn5-0/+8
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