office-gobmx/qadevOOo/objdsc/svtools
Michael Weghorn a2c1a337f0 [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont
This method from the unpublished XAccessibleExtendedComponent
interface is not used by any of the a11y platform bridges, and
I don't know of any platform a11y API that would need it.

In order to report character/font attributes, there is the
XAccessibleText interface and its
XAccessiText::getCharacterAttributes method instead, which
actually gets used by the platform a11y bridges.

Therefore, drop this method to simplify code, and also decouple
the accessibility module a bit further from the toolkit
module without having to reorganize code further.
(VCLXFont from the toolkit module currently gets used in
various implementations.)

Change-Id: I06ea3cc5998a13927b3f869877b28f03ac07c89b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177809
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-12-04 20:46:21 +01:00
..
com.sun.star.comp.svtools.AccessibleBrowseBox.csv
com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar.csv
com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderCell.csv
com.sun.star.comp.svtools.AccessibleBrowseBoxTable.csv
com.sun.star.comp.svtools.AccessibleBrowseBoxTableCell.csv
com.sun.star.comp.svtools.AccessibleIconChoiceCtrl.csv
com.sun.star.comp.svtools.AccessibleIconChoiceCtrlEntry.csv
com.sun.star.comp.svtools.AccessibleTabBar.csv
com.sun.star.comp.svtools.AccessibleTabBarPage.csv
com.sun.star.comp.svtools.AccessibleTabBarPageList.csv
com.sun.star.comp.svtools.AccessibleTreeListBox.csv
com.sun.star.comp.svtools.AccessibleTreeListBoxEntry.csv