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

2009-04-03 Thread Cor Nouws
Hello Kurt, Kurt Forrester wrote (3-4-2009 12:36) Cor, Thanks for your response. I have looked all over the openoffice wiki's and mail groups and have had no luck hence my posting here. Without wanting to cross post I will continue using this thread (I do not know how to move a thread on a f

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

2009-04-03 Thread Ariel Constenla-Haile
Hello Cor, Kurt On Friday 03 April 2009, 07:52, Cor Nouws wrote: > Sorry that I misunderstood your problem. > If I look at a caption of table in Writer, I see that > - paragraph style Table, which inherits from style Caption is applied; > - the line starts with the word "Table" > - has a field "Va

[api-dev] Open Office Programming with C#.net

2009-04-03 Thread Radhika Godugu
I am getting One Problem When I was trying to Export the Spread Sheet Data to open Office org 3.0,.My Code is shown below. public void ExportSpreadDataToOpenoffice(FarPoint.Win.Spread.FpSpreadSpread, string strTitle, long lngStartRow, long lngEndRow, long lngStartCol, longlngEndCol)

[api-dev] reference mark from text content

2009-04-03 Thread Sebastian Patschorke
Hello Ariel, what I want to do is finding a specific image in a text document. So I try to put a reference mark on an image. The best would be something with a caption in addition. Now I know that a reference mark is a separate text content. I thought, that I can add a reference mark to a text con

Re: [api-dev] reference mark from text content

2009-04-03 Thread Ariel Constenla-Haile
Hello Sebastian, On Friday 03 April 2009, 10:51, Sebastian Patschorke wrote: > what I want to do is finding a specific image in a text document. if you *just* want to able to find an image in an OOo Writer document, the best thing is to name it: the css.text.TextGraphicObject is derived from c

Re: [api-dev] reference mark from text content

2009-04-03 Thread ashok _
On Fri, Apr 3, 2009 at 4:51 PM, Sebastian Patschorke wrote: > what I want to do is finding a specific image in a text document. So I > try to put a reference mark on an image. The best would be something > with a caption in addition. > Now I know that a reference mark is a separate text content.

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 elem