[api-dev] Re: embed OO-Window in a Qt Window

2011-03-24 Thread Kai Sommerfeld
Hi, On 23.03.11 11:21, Mathias Bauer wrote: On 22.03.2011 09:59, Konstantin Tokarev wrote: 19.03.2011, 17:08, Goran Markicgo...@markic.ch: Dear Sirs We are developing a multi platform (Windows, Linux, Mac) software for communication with our scientific instruments. Therefore we use the qt

Re: [api-dev] How to access the binary stream application/vnd.sun.star.pkg-stream inside an ODT package?

2008-03-27 Thread Kai Sommerfeld
Giuseppe, xIdFactory.createContentIdentifier(aThePackageUrl+/META-INF/manifest.xml); I suppose aThePackageUrl starts with vnd.sun.star.pkg:. Use vnd.sun.star.zip: instead. pkg denotes an OOo document, where manifest.xml is an implementation detail and not directly accessible via UCB API.

Re: [api-dev] how to use open office api

2007-04-02 Thread Kai Sommerfeld
Hi Gerard, Gerard Curiel wrote: Hi , I just want to know how I can use the Open Office API ,without installing Open office. I want to use the api's in a java code to do a conversion of MS Excel file to PDF format. To be able to access this functionality via OOo API you need to

Re: [api-dev] multiple independant instances

2006-12-14 Thread Kai Sommerfeld
Hi, Epoque51 wrote: Hi everybody I made a DocumentConverter application in java (based on SDK examples). I have a bi-proc computer and when I tested to run 2 convertions at the same time (to see if I get any advantages from the bi-proc), I can see 2 soffice instances but the second job

Re: [api-dev] A new Version of the Object Inspector is available

2006-11-27 Thread Kai Sommerfeld
Hi Berend, Berend Cornelius wrote: A new Version of the Object Inspector is available at http://api.openoffice.org/Projects/ObjectInspector/Inspector.uno.pkg This is good news. Thanks. (I know, it's still the deprecated .pkg extension format...) Actually it's not deprecated, but depends

Re: [api-dev] accessing to a zip through UCB

2006-11-24 Thread Kai Sommerfeld
Hi Paolo, sUrl = file:///home/paolo/Library1.uno.pkg 'This one DOES NOT WORK! sUrl = _ vnd.sun.star.pkg:// Join(Split(sUrl, /), %2F) /META-INF/manifest.xml Using vnd.sun.star.zip:// instead of vnd.sun.star.pkg:// should do the trick. vnd.sun.star.pkg URL

Re: [api-dev] Multiple instances / creating user installations

2006-11-14 Thread Kai Sommerfeld
Hi all, Stephan Bergmann wrote: Tobias Krais wrote: Good morning Kai, As you wrote the non-GUI use case is neglected in your argumentation. In my opinion, there should be a solution for this use case, too. What do you suggest? Good question. My aim is, to allow bootstrapping a

Re: [api-dev] Multiple instances / creating user installations

2006-11-13 Thread Kai Sommerfeld
Hi all, Tobias Krais wrote: Hi API Team, starting with OOo 2.0.4 you can use the parameter -nofirststartwizard to, guess what... suppress the startup wizard. using htop to watch my OOo bootstrap process I can see, that bootstraping OOo from java does not use this option. Is it possible

Re: [api-dev] Multiple instances / creating user installations

2006-11-13 Thread Kai Sommerfeld
Tobias, Tobias Krais wrote: Hi Kai, starting with OOo 2.0.4 you can use the parameter -nofirststartwizard to, guess what... suppress the startup wizard. using htop to watch my OOo bootstrap process I can see, that bootstraping OOo from java does not use this option. Is it possible to

Re: [api-dev] Multiple instances / creating user installations

2006-11-10 Thread Kai Sommerfeld
Hi, starting with OOo 2.0.4 you can use the parameter -nofirststartwizard to, guess what... suppress the startup wizard. HTH, Kai. DeCouto, Douglas wrote: Hi, My goal is to use OOo to run in a server process, with multiple instances running separately, processing documents driven by a

Re: [api-dev] How to protect from disposed exception?

2005-03-22 Thread Kai Sommerfeld
there is no debug version of UNO, but I can send you a special version of a shared library (the one containing the UNO remote bridge code) which has additional logging capabilities. - Kai. Thanks, Bob -Original Message- From: Kai Sommerfeld [mailto:[EMAIL PROTECTED] Sent: Monday, March 21, 2005

Re: [api-dev] oo macros and concurrency

2005-03-01 Thread Kai Sommerfeld
Hi, it is a known fact that OOo has several multithreading problems. Most of them reveal when using OOo API via remote UNO. Every single multithreading problem can be considered a bug, but fixing all of them is a rather complex task (due to the size and complexity of OOo code). However, we're