[Libreoffice-bugs] [Bug 123573] Some content lost and incorrect content Keynote File in Impress

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 27 09:37:20 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123573

--- Comment #6 from osnola <alonso at loria.fr> ---
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 https://github.com/fosnola/libetonyek/ ; 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 : https://gerrit.libreoffice.org/#/c/68550/ :
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...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190327/59a2dd8b/attachment-0001.html>


More information about the Libreoffice-bugs mailing list