[api-dev] document saving from oxt extension

2009-03-04 Thread giancarlo
Is there any way to save the opened document without clicking on save button? I need this to avoid the user click to save the document after modifying document infos from my OOo extension. - To unsubscribe, e-mail:

Re: [api-dev] document saving from oxt extension

2009-03-04 Thread Arthur
giancarlo wrote: Is there any way to save the opened document without clicking on save button? I need this to avoid the user click to save the document after modifying document infos from my OOo extension. The documents implement the interfaces XStorable. You can use store and storeAsURL

Re: [api-dev] document saving from oxt extension

2009-03-04 Thread Fernand Vanrie
giancarlo wrote: Is there any way to save the opened document without clicking on save button? I need this to avoid the user click to save the document after modifying document infos from my OOo extension. in basic: thiscomponent.store

Re: [api-dev] Re: [Fwd: [udk-dev] Sorting reference marks by position in Writer document]

2009-03-04 Thread Peter Eberlein
Morten Omholt Alver schrieb: There is only one problem remaining - when trying the technique of using a hidden window, it seems like I lose connection to OpenOffice when calling the xComponentLoader.loadComponentFromURL(private:factory/swriter, _blank, 0, props); method. I Acquired the

Re: [api-dev] document saving from oxt extension

2009-03-04 Thread giancarlo
done, thanks :) Fernand Vanrie wrote: giancarlo wrote: Is there any way to save the opened document without clicking on save button? I need this to avoid the user click to save the document after modifying document infos from my OOo extension. in basic: thiscomponent.store

Re: [api-dev] Server daemon setuid/setgid

2009-03-04 Thread petteri larjos
oood.py is working with openoffice3 (ubuntu) very well. The daemon (oood.py) does not set workers uid/gid to the same as client which leads to the situation where worker has no sufficient permissions to read/write my files. Is there any way to setuid/setgid the worker to run same uid/gid as

[api-dev] further worries about user defined properties

2009-03-04 Thread giancarlo
It's me again... ok, now my extension fully (and greatly) works with all OOo file types (and old MSOffice files)... But I've tryed with a docx file (MS Office 2007) and the user defined properties (info1-2-3-4) fields are not modifiables! Furthermore, info-fields have these names: -