office-gobmx/accessibility/inc/standard
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
..
accessiblemenubasecomponent.hxx a11y: Rename m_aAccessibleChildren1 -> m_aAccessibleChildren 2024-05-24 11:07:42 +02:00
accessiblemenucomponent.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
accessiblemenuitemcomponent.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
svtaccessiblenumericfield.hxx
vclxaccessiblebox.hxx a11y: Drop misleading comment 2024-11-26 12:04:07 +01:00
vclxaccessiblebutton.hxx
vclxaccessiblecheckbox.hxx
vclxaccessiblecombobox.hxx a11y: Move identical implementations to base class 2024-11-25 13:45:37 +01:00
vclxaccessibledropdowncombobox.hxx a11y: Move identical implementations to base class 2024-11-25 13:45:37 +01:00
vclxaccessibledropdownlistbox.hxx a11y: Move identical implementations to base class 2024-11-25 13:45:37 +01:00
vclxaccessibleedit.hxx a11y: Handle combobox subedit a11y name in VCLXAccessibleEdit 2024-11-26 12:04:14 +01:00
vclxaccessiblefixedhyperlink.hxx
vclxaccessiblefixedtext.hxx
vclxaccessibleheaderbar.hxx
vclxaccessibleheaderbaritem.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
vclxaccessiblelist.hxx tdf#159910 a11y: Dispose VCLXAccessibleList children 2024-02-28 09:02:46 +01:00
vclxaccessiblelistbox.hxx a11y: Move identical implementations to base class 2024-11-25 13:45:37 +01:00
vclxaccessiblelistitem.hxx cid#1608497 Double lock 2024-08-27 09:41:17 +02:00
vclxaccessiblemenu.hxx
vclxaccessiblemenubar.hxx
vclxaccessiblemenuitem.hxx loplugin:unnecessaryvirtual 2024-01-15 13:56:05 +01:00
vclxaccessiblemenuseparator.hxx
vclxaccessiblepopupmenu.hxx
vclxaccessibleradiobutton.hxx
vclxaccessiblescrollbar.hxx
vclxaccessiblestatusbar.hxx use concrete type for VCLXAccessibleStatusBar::m_aAccessibleChildren 2023-08-31 10:33:53 +02:00
vclxaccessiblestatusbaritem.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
vclxaccessibletabcontrol.hxx use concrete type for VCLXAccessibleTabControl::m_aAccessibleChildren 2023-08-30 22:16:36 +02:00
vclxaccessibletabpage.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
vclxaccessibletabpagewindow.hxx
vclxaccessibletextcomponent.hxx tdf#160971 a11y: Send full text on changed combobox text 2024-05-10 21:49:49 +02:00
vclxaccessibletextfield.hxx
vclxaccessibletoolbox.hxx use concrete type for ToolBoxItemsMap 2023-08-30 22:16:23 +02:00
vclxaccessibletoolboxitem.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00