<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Huw,<br>
    </p>
    <div class="moz-cite-prefix">On 6/7/21 8:47 PM, Huw Davies wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:20210607124745.GD18069@merlot.physics.ox.ac.uk">
      <blockquote type="cite" style="color: #007cff;">
        <pre class="moz-quote-pre" wrap="">+#define MEGT_NOOLEOBJ     
   0x00000004 /* Replace OLE object mark with a space. */
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">Wouldn't GT_RAWTEXT do what we want here?</pre>
    </blockquote>
    I submitted more tests of EM_GETTEXTEX in
    <a class="moz-txt-link-freetext" href="https://source.winehq.org/patches/data/207366">https://source.winehq.org/patches/data/207366</a> . It exposed that
    EM_GETTEXTEX return content including OLE object mark for most of
    its mode, includes GT_DEFAULT and GT_RAWTEXT. The different between
    GT_DEFAULT and GT_RAWTEXT is that GT_DEFAULT doesn't includes tables
    and math objects.<br>
    So we still need one more private flag likes WINE_GT_NOOLEOBJ for
    toggling it?<br>
  </body>
</html>