office-gobmx/external/IAccessible2
Christian Lohmaier 875a1bf2e1 makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)
…by a simple/static $(gb_UnpackedTarball_workdir)/foo
see also 0c4c84a14b

Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2024-05-06 11:40:45 +02:00
..
ExternalProject_IAccessible2.mk makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo) 2024-05-06 11:40:45 +02:00
Module_IAccessible2.mk tdf#135586 a11y: Make IAccessible2 an external and update it 2023-10-25 20:48:07 +02:00
README tdf#135586 a11y: Make IAccessible2 an external and update it 2023-10-25 20:48:07 +02:00
UnpackedTarball_IAccessible2.mk tdf#135586 a11y: Make IAccessible2 an external and update it 2023-10-25 20:48:07 +02:00

IAccessible2 is an accessibility API which complements Microsoft's earlier work on MSAA.

It is used for LibreOffice's Windows accessibility bridge in the winaccessibility module.

IAccessible2 is available from [ https://github.com/LinuxA11y/IAccessible2/ ].