<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Some content lost and incorrect content Keynote File in Impress"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123573#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Some content lost and incorrect content Keynote File in Impress"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123573">bug 123573</a>
              from <span class="vcard"><a class="email" href="mailto:alonso@loria.fr" title="osnola <alonso@loria.fr>"> <span class="fn">osnola</span></a>
</span></b>
        <pre>Hello,
this warning in the langtag library is unrelated to the conversion problems (at
least):
- the background picture is not stored in the .key file => not retrieved,
- image bullets are not retrieved,
- the textbox vertical alignements are not retrieved,
- the font style name is not good: "Avenir Next" is converted in
"AvenirNext-Bold"

I tried to see if I can improve a little the conversion, my current code can be
found
in <a href="https://github.com/fosnola/libetonyek/">https://github.com/fosnola/libetonyek/</a> ; the last three commits mitigate a
little 
3/4 of these problems:
- replace the unknown background picture by the picture "average?" color which
is stored
  in the file,
- replace the image bullets by an image or a classic bullet if the image is not
stored 
  in the file (this is the case here)
- retrieve the textbox vertical alignement (ok)

I also do somme commit in gerrit : <a href="https://gerrit.libreoffice.org/#/c/68550/">https://gerrit.libreoffice.org/#/c/68550/</a> :
my previous
changes (there are a lot), but not these last three commits.

Notes:
- concerning the liblangtag, the code is in
libetonyek/src/lib/IWORKLanguageManager.cpp
  (search for #ifdef WITH_LIBLANGTAG )
- I will look next week, if I can find what went wrong with the font name...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>