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

BS Dev-Team <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INSUFFICIENTDATA            |---

--- Comment #10 from BS Dev-Team <[email protected]> ---
We reproduced this bug in the latest v7 build.

We are trying to insert a piece of formatted text (ODT -> ODT) using a call
similar to

XDocumentInsertable xDocumentInsertable =
(XDocumentInsertable)UnoRuntime.queryInterface(XDocumentInsertable.class,
xTextCursor);
      if(xDocumentInsertable != null)
        xDocumentInsertable.insertDocumentFromURL(URLAdapter.adaptURL(url), new
PropertyValue[0]);
}
(as you can find it in project.zip)

Formatting gets lost / changes
* indents get lost sometimes (especially the first line of inserted text)
* font size of following text changes sometimes (before 9, now 10)

We would really appreciate any thoughts and possible solutions!
Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to