Beside that, MS Word, Excel, Powerpoint never used the native Win32 UI controls. The applications were developed in the early nineties with a custom UI library. Therefore it's highly unlikely that the full Office applications will ever be ported to another UI library. MS Word uses e.g. WinAPI "fibers" API, a rarely used WinAPI functionality that got popular again in recent years with Lua "goroutine" and Go "goroutine". The applications are based on OLE (Object Linking and Embedding) and MDI UI. The ribbon is implemented as an owner-drawn "menu" that overdraws the menubar. There are lite versions of Word, Excel, Powerpoint for WinCE that were ported to several different platforms including iPad touch version.