summaryrefslogtreecommitdiff
path: root/accessibility/source
AgeCommit message (Expand)Author
2024-08-27cid#1608497 Double lockCaolán McNamara
2024-07-25tdf#67919 access toolbar button dropdown menu from macOS VoiceOverPatrick Luby
2024-07-23loplugin:unusedmethodsNoel Grandin
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara
2024-07-12icon choice ctrl entry a11y: Use OAccessibleComponentHelper as baseMichael Weghorn
2024-07-12icon choice ctrl a11y: Drop extra checkMichael Weghorn
2024-07-12icon choice ctrl a11y: Clean up/simplify selection handlingMichael Weghorn
2024-07-12icon choice ctrl a11y: Don't report selectable state for list/tabbarMichael Weghorn
2024-07-12icon choice ctrl a11y: Don't allow unselecting entryMichael Weghorn
2024-07-12icon choice ctrl a11y: Don't explicitly unset selectionMichael Weghorn
2024-07-12icon choice ctrl a11y: Drop misleading commentMichael Weghorn
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn
2024-05-29a11y: Don't report dummy a11y name for icon choice controlMichael Weghorn
2024-05-29a11y: Report focused state for icon choice control entriesMichael Weghorn
2024-05-24a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildrenMichael Weghorn
2024-05-20Change for loop to have getAccessibleChildCount in accessibletabbarHakimOttey
2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn
2024-05-10tdf#160971 a11y: Add null check in AccessibleListBox::getAccessibleRoleMichael Weghorn
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-30loplugin:ostr in accessibilityNoel Grandin
2024-04-29Drop uses of css::uno::Sequence::getConstArray in accessibility .. basegfxMike Kaganski
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn
2024-04-01tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen
2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin
2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl
2024-02-29Create an UNO service to do the symbol lookup in toolkit::AccessibilityClientNoel Grandin
2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn
2024-02-28a11y: Drop extra local variableMichael Weghorn
2024-02-28a11y: Just use reference instead of extra pointer to contentMichael Weghorn
2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn
2024-02-26a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn
2024-02-26tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn
2024-02-26tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn
2024-02-26tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn
2024-02-16tdf#159213 a11y: Only send child event if there's a childMichael Weghorn
2024-02-16a11y: Drop extra nesting levelMichael Weghorn
2024-02-16a11y: Drop 'using namespace com::sun::star::accessibility::AccessibleEventId"Michael Weghorn
2024-01-22cid#1586675 Missing move assignment operatorCaolán McNamara
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI
2023-12-22Use emplace_back instead of push_back (accessibility)Julien Nabet
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn
2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn
2023-11-02tdf#112661 tdf#112662 a11y: Fix toggling button via a11y actionMichael Weghorn
2023-10-24tdf#135921 a11y Send event when toggling listbox checkboxMichael Weghorn
2023-10-23a11y: Don't throw exception on valid list box entry action indexMichael Weghorn
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-15a11y: Add include to fix clang-cl buildMichael Weghorn
2023-10-03accessibility: avoid OUString creation by using unicode OUString literalsArnaud Versini