office-gobmx/accessibility
Michael Weghorn d4f6534e88 [API CHANGE] a11y: Use XAccessible for relation targets
Use a Sequence of XAccessible rather than its base
interface XInterface for AccessibleRelation's TargetSet.

As the targets are accessible objects as well,
anything other than XAccessible doesn't make much sense.
Using XAccessible right away makes that clearer and avoids
the need to query the XAccessible interface.

(The winaccessibility bridge was already using
`static_cast`, relying on the fact that the objects
are XAccessibles.)

The a11y UNO API is not published, so an API change
should be unproblematic.

Change-Id: I7f08e98d1ec303d5343d9a7954187cdd71495ebc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166586
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2024-04-24 23:04:35 +02:00
..
inc convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelper 2024-03-28 06:43:03 +01:00
source [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
util Create an UNO service to do the symbol lookup in toolkit::AccessibilityClient 2024-02-29 14:41:48 +01:00
AllLangMoTarget_acc.mk
IwyuFilter_accessibility.yaml tdf#42949 Fix new IWYU warnings in directories [ab]* 2020-11-05 14:57:25 +01:00
Library_acc.mk Create an UNO service to do the symbol lookup in toolkit::AccessibilityClient 2024-02-29 14:41:48 +01:00
Makefile
Module_accessibility.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Accessibility Support for LibreOffice

Provides accessible components for LibreOffice