In Microsoft Word, the edit field in the Define New Multi level list dialog now reports the actual content in that field, rather than the content from the main document.
* WordDocument NVDAObject: add a nativeOMWindowHandle property (by default which just returns windowHandle) which is used to query for the native object model. the documentWindowHandle property used to be used for this, but now this frees it up for a further point of redirection (i.e. the document's windowHandle may not be the NVDAObject's windowHandle, nor the nativeOM windowHandle).
* WordDocument_WwN: rename the documentWindowHandle property to nativeOMWindowHandle (it uses findWindowClassInThread to get a suitable MS Word window to query for the object model).
* WordDocument_Wwn: Implement a new documentWindowhandle property which asks the object model's Window object for the underlying window handle. This ensures the actual window handle for the document is used in cross-process calls.