office-gobmx/accessibility/inc/standard
Michael Weghorn 739b071650 a11y: Move menu a11y classes to vcl, no more use factory
Other than most of the a11y implementations for vcl
classes, VCLXAccessiblePopupMenu etc. do not
make use of any VCLXWindow (i.e. UNO/toolkit wrapper of a
vcl::Window) and thus do not depend on the toolkit
module, which the accessibility module depends on.

Therefore, there's also no need to use the accessible
factory to create them (which is needed when toolkit
classes are involved to avoid a dependency cycle).

Move those classes from the accessibility module to
vcl and add a new method Menu::CreateAccessible and
move the logic from AccessibleFactory::createAccessible
there. Drop the now unnecessary factory methods
previously used for those classes.

No change in behavior intended (yet), but this
also simplifies the code involved for the
tdf#164093 scenario.

Change-Id: Ie3f6f1a02bf6662206d31383473cdc868e1f9164
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177812
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-12-04 20:47:30 +01:00
..
svtaccessiblenumericfield.hxx a11y: Send VALUE_CHANGED event for FormattedField 2023-04-15 05:39:03 +02:00
vclxaccessiblebox.hxx a11y: Drop misleading comment 2024-11-26 12:04:07 +01:00
vclxaccessiblebutton.hxx Use ImplInheritanceHelper in VCLXAccessibleButton 2023-01-26 19:55:22 +00:00
vclxaccessiblecheckbox.hxx Use ImplInheritanceHelper in VCLXAccessibleCheckBox 2023-01-26 19:55:32 +00:00
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 tdf#123936 Formatting file in module accessibility with clang 2020-11-10 12:44:40 +01:00
vclxaccessiblefixedtext.hxx [API CHANGE] Drop css::accessibility::XAccessibleStateSet 2022-07-08 10:10:11 +02:00
vclxaccessibleheaderbar.hxx [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit 2022-09-02 15:47:37 +02:00
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
vclxaccessibleradiobutton.hxx Use ImplInheritanceHelper in VCLXAccessibleRadioButton 2023-01-27 10:29:25 +00:00
vclxaccessiblescrollbar.hxx Use ImplInheritanceHelper in VCLXAccessibleScrollBar 2023-01-27 11:45:27 +00:00
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 [API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bit 2022-09-02 15:47:37 +02:00
vclxaccessibletextcomponent.hxx tdf#160971 a11y: Send full text on changed combobox text 2024-05-10 21:49:49 +02:00
vclxaccessibletextfield.hxx Use ImplInheritanceHelper in VCLXAccessibleTextField 2023-01-27 11:47:42 +00:00
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