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
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
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
vclxaccessiblescrollbar.hxx
vclxaccessiblestatusbar.hxx
vclxaccessiblestatusbaritem.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
vclxaccessibletabcontrol.hxx
vclxaccessibletabpage.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
vclxaccessibletabpagewindow.hxx
vclxaccessibletextcomponent.hxx
vclxaccessibletextfield.hxx
vclxaccessibletoolbox.hxx
vclxaccessibletoolboxitem.hxx [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00