Use `WordDocument` of `Winword` appModule both with IAccessible and UIA. (#12904)
The class appModules.winword.WinwordWordDocument is used only in Word if using IAccessible, whereas it should be used with both IAccessible and UIA. This leads to the following consequences when using UIA for Word:
• Toggle change tracking script (ctrl+shift+E) is not vocalized in Word when NVDA uses UIA to access information; this script works only if NVDA uses IAccessible for Word.
• The class appModules.winword.WinwordWordDocument is used in some gestures.ini files (fr, it, pt_PT) to localize scripts corresponding to shortcuts that operate only in Word, not in Outlook; e.g. ctrl+R that performs left paragraph indent in French Word instead of left paragraph alignment in French Outlook.
Description of how this pull request fixes the issue:
Use the class appModules.winword.WinwordWordDocument with both IAccessible and UIA.