Re: [api-dev] Re: [dev] Basic insert caption openoffice

2009-04-06 Thread Kurt Forrester
Ariel, I figured as much I was just hoping there was a single built in command like MS VBasic which has the method `.InsertCaption`. I will implement your suggestion and report back if it is a solution to my problem. Thank you again for the advise I really do appreciate it. Kind Regards, Kurt

Re: [api-dev] Re: How to access the Storage of an opened OOo document?

2009-04-06 Thread Giuseppe Castagno
Hi Mikhail, I'm working on a code variation to show you what the problem is. I'll be back ASA I have the snippet and the code log output ready. Stay tuned :-). BeppeC. Mikhail Voytenko wrote: Hi, indeed, the usage of XStorageBasedDocument is the correct approach to get the storage the

[api-dev] XDispathProviderInterceptor disables Window close button

2009-04-06 Thread RKVS Raman
Hello, I am developing a small code using XDispatchProviderInterceptor. When i register the interceptor, the window close button does not work. Any idea why? Best Regards -Raman - To unsubscribe, e-mail:

Re: [api-dev] Re: How to access the Storage of an opened OOo document?

2009-04-06 Thread Giuseppe Castagno
Hi Mikahil, this is a long message, so please be patient ;-). Mikhail Voytenko wrote: Hi, indeed, the usage of XStorageBasedDocument is the correct approach to get the storage the document is based on. It allows get the storage implementation related to the package format.

Re: [api-dev] XDispathProviderInterceptor disables Window close button

2009-04-06 Thread Fernand Vanrie
RKVS Raman wrote: Hello, I am developing a small code using XDispatchProviderInterceptor. When i register the interceptor, the window close button does not work. Any idea why? I am not sure but i think there is some code around on the user forum who uses this trick to avoid that the user

Re: [api-dev] soffice silently fails to start in headless mode

2009-04-06 Thread Christoph Lutz
Hi Devin, may be you have triggerd issue http://qa.openoffice.org/issues/show_bug.cgi?id=95496 does this also occure when you change the icon set to automatic (Extras-Options-Apparance-Icon set)? 2009/3/27 Devin Bayer o...@t-0.be: Hello. I just installed OOo 3.0.0, but I can't get soffice to

Re: [api-dev] Re: How to access the Storage of an opened OOo document?

2009-04-06 Thread Paolo Mantovani
Hi, Giuseppe Castagno ha scritto: [...] In this first example, I can access the whole document storage, creating a storage object starting from the document URL. [...] In the second example I'll use the XStorageBaseDocument to retrieve the document storage, here it goes. [...] With the