office-gobmx/winaccessibility/source/UAccCOM
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
..
AccAction.cxx
AccAction.h
AccActionBase.cxx
AccActionBase.h
acccommon.h
AccComponent.cxx
AccComponent.h
AccComponentBase.cxx
AccComponentBase.h
AccEditableText.cxx
AccEditableText.h
AccHyperLink.cxx
AccHyperLink.h
AccHypertext.cxx
AccHypertext.h
AccImage.cxx
AccImage.h
AccRelation.cxx [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
AccRelation.h
AccTable.cxx
AccTable.h
AccTableCell.cxx
AccTableCell.h
AccText.cxx
AccText.h
AccTextBase.cxx
AccTextBase.h
AccValue.cxx
AccValue.h
EnumVariant.cxx
EnumVariant.h
MAccessible.cxx [API CHANGE] a11y: Use XAccessible for relation targets 2024-04-24 23:04:35 +02:00
MAccessible.h
Resource.h
StdAfx.cxx
stdafx.h
UAccCOM.cxx
UAccCOM.def
UAccCOM.rc
UNOXWrapper.cxx
UNOXWrapper.h