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

2009-04-22 Thread Giuseppe Castagno
Mathias Bauer wrote: Giuseppe Castagno wrote: Mathias Bauer wrote: Giuseppe Castagno wrote: [snip...] for you. Can you explain what kind of stream attributes you want to store in the manifest? If some are missing now, maybe we can add them to the list of supported properties of the

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

2009-04-20 Thread Mathias Bauer
Giuseppe Castagno wrote: Mathias Bauer wrote: Giuseppe Castagno wrote: Hi Mathias, Mathias Bauer wrote: Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you

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

2009-04-16 Thread Giuseppe Castagno
Mathias Bauer wrote: Giuseppe Castagno wrote: Hi Mathias, Mathias Bauer wrote: Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you need access to the META-INF?

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

2009-04-14 Thread Mathias Bauer
Giuseppe Castagno wrote: Hi Mathias, Mathias Bauer wrote: Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you need access to the META-INF? Everything in the

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

2009-04-04 Thread Giuseppe Castagno
Hi Mathias, Mathias Bauer wrote: Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you need access to the META-INF? Everything in the manifest should be accessed via

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

2009-04-04 Thread Tobias Krais
Hi Guiseppe, Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). I did not read the whole Thread. Here an Idea, how to get your needed path: -%- // Return value String currentPath = null; //

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

2009-04-04 Thread Giuseppe Castagno
Tobias Krais wrote: Hi Guiseppe, Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). I did not read the whole Thread. Here an Idea, how to get your needed path: -%- // Return value String

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

2009-04-03 Thread Mathias Bauer
Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you need access to the META-INF? Everything in the manifest should be accessed via properties of the storage elements

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

2009-04-01 Thread Giuseppe Castagno
Hi all, I need to access the storage, e.g. the odf zip document file, of the document currently opened by the user. Following a good suggestion I was suggested on one of the OOo dev lists, I used the Storage service [1] provided interfaces. I discovered that the document itself provides an