Date: prev next · Thread: first prev next last
2015 Archives by date, by thread · List index


Piet van Oostrum wrote:

I am currently experimenting with programming LibreOffice through Python/UNO.
One thing I tried is to create a document, not with the
loadComponentFromURL call from the desktop, but the route via the
XLoadable interface,

[snip]

Now when I do this with a Writer document:

textdoc = smgr.createInstanceWithContext("com.sun.star.text.TextDocument", context)

LibreOffice crashes with a segmentation fault. 

I just came across this piece of prose:

  A few old-style services need special treatment. For example, you
  cannot ask the service manager to create an instance of a
  com.sun.star.text.TextDocument. You must load it using the method
  loadComponentFromUrl() at the desktop's
  com.sun.star.frame.XComponentLoader interface.

https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Understanding_the_API_Reference

I guess that explains it. Although I think crashing is a bit harsh :)
-- 
Piet van Oostrum <piet@vanoostrum.org>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.