Re: [Libreoffice] Howto develop an extension with URE?

2011-11-18 Thread Christian Ehrlicher
Stephan Bergmann schrieb: Now when I try to use the provided rdb I get an error when I try to load a document: LoadFromUrl failed: Binary URP bridge disposed during call - file:///home/chehrlic/Dokumente/test.odp Out of curiosity the documentloader example can load my document and I can't find a

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-18 Thread Michael Stahl
On 18/11/11 20:41, Christian Ehrlicher wrote: The kde4 plugin for libreoffice has a problem - creating qpixmaps outside the main thread is no allowed - crashes and the other end gives me the error message. in case this is your only problem you can select another VCL plugin: e.g. use this if

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-14 Thread Stephan Bergmann
On 11/12/2011 03:09 PM, Christian Ehrlicher wrote: Ok, next step - is it correct that I don't need a custom rdb anymore? The example formerly created an own rdb but is now using offapi.rdb from basis- link/program The old rdb creation procedure also used some libs which are not there anymore -

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-13 Thread Stephan Bergmann
On 11/12/2011 12:43 PM, Michael Meeks wrote: It seems a nonsense to me to not ship the pre-built C++ headers in the sdk - particularly if that would make things easier for developers. Stephan - is there a really good reason for not doing that ? clearly the easier we make the sdk

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-12 Thread Michael Meeks
On Fri, 2011-11-11 at 22:52 +0100, Christian Ehrlicher wrote: thx - this brings me a step further but can someone explain me how to create the headers out of the idl-files? They formerly were part of ure-devel iirc. Ok, forgive my ignorance :) Not at all ! :-) it is a rather

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-12 Thread Christian Ehrlicher
Am Samstag, 12. November 2011, 12:43:47 schrieb Michael Meeks: On Fri, 2011-11-11 at 22:52 +0100, Christian Ehrlicher wrote: thx - this brings me a step further but can someone explain me how to create the headers out of the idl-files? They formerly were part of ure-devel iirc. Ok,

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-11 Thread Jan Holesovsky
Hi Christian, On 2011-11-11 at 06:37 +0100, Christian Ehrlicher wrote: The URE is still there in SUSE - it just lives in the libreoffice-sdk package. I can't find this here: http://download.opensuse.org/update/11.3/rpm/x86_64/ No idea why it is not in the update, but I'd add the

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-11 Thread Christian Ehrlicher
Am Freitag, 11. November 2011, 17:27:56 schrieb Jan Holesovsky: Hi Christian, On 2011-11-11 at 06:37 +0100, Christian Ehrlicher wrote: The URE is still there in SUSE - it just lives in the libreoffice-sdk package. I can't find this here:

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-11 Thread Christian Ehrlicher
Am Freitag, 11. November 2011, 18:25:26 schrieb Christian Ehrlicher: Am Freitag, 11. November 2011, 17:27:56 schrieb Jan Holesovsky: Hi Christian, On 2011-11-11 at 06:37 +0100, Christian Ehrlicher wrote: The URE is still there in SUSE - it just lives in the

[Libreoffice] Howto develop an extension with URE?

2011-11-10 Thread Christian Ehrlicher
Hi, I've developed an extension to automatically load and store documents from/in a database. I can also start and control a slide show. This all works fine except some minor glitches inside libreoffice which I wanted to fix once my stuff is stable enough and I find some time. For development

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-10 Thread Michael Meeks
Hi Christian, On Thu, 2011-11-10 at 19:51 +0100, Christian Ehrlicher wrote: I've developed an extension to automatically load and store documents from/in a database. I can also start and control a slide show. Great :-) This all works fine except some minor glitches inside

Re: [Libreoffice] Howto develop an extension with URE?

2011-11-10 Thread Christian Ehrlicher
Michael Meeks schrieb: Hi Christian, On Thu, 2011-11-10 at 19:51 +0100, Christian Ehrlicher wrote: I've developed an extension to automatically load and store documents from/in a database. I can also start and control a slide show. Great :-) This all works fine except some minor