office-gobmx/qadevOOo
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
..
objdsc [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
qa Disallow crash reporting in UITests 2023-12-04 18:36:43 +01:00
runner tdf#123293: port test from Java to CppUnitTest 2024-07-03 16:48:54 +02:00
testdocs 'new Character' is deprecated in Java 2023-11-02 14:47:25 +01:00
tests/java [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
.classpath Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
.project Add eclipse project for qadevOOo 2018-03-09 10:57:19 +01:00
Jar_OOoRunner.mk Tie javac -g option to --enable-symbols instead of gb_DEBUGLEVEL 2024-03-21 09:41:57 +01:00
Makefile
Module_qadevOOo.mk Remove no longer relevant qadevOOo/qa 2016-10-10 10:36:40 +00:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Test Suite

You can import this as a project into Eclipse (select the qadevOOo folder).