Re: [api-dev] Embedded Image

2009-06-16 Thread Fernand Vanrie
Ariel , You are a hero , it works like a charme thanks for all your time spended to make us (dummy's) smarter ,) Greetz Fernand Hello Fernand, On Tuesday 16 June 2009, 10:13, Fernand Vanrie wrote: Hallo Ariel , the opengrok link is not working, change DEV300_m** by the most rece

Re: [api-dev] Embedded Image

2009-06-16 Thread Ariel Constenla-Haile
Hello Fernand, On Tuesday 16 June 2009, 10:13, Fernand Vanrie wrote: > Hallo Ariel , > > the opengrok link is not working, change DEV300_m** by the most recent, like DEV300_m50 http://svn.services.openoffice.org/opengrok/xref/DEV300_m50/odk/examples/java/Text/GraphicsInserter.java#155 > maybe y

Re: [api-dev] Embedded Image

2009-06-16 Thread Fernand Vanrie
Hallo Ariel , the opengrok link is not working, maybe you can write it down in basic? :-) Thanks Fernand Hello Fernand, On Tuesday 16 June 2009, 09:48, Fernand Vanrie wrote: Emilio , you need first a shape who has a internal URL and then use these internal URL for your embedded Graphic

Re: [api-dev] Embedded Image

2009-06-16 Thread Ariel Constenla-Haile
Hello Fernand, On Tuesday 16 June 2009, 09:48, Fernand Vanrie wrote: > Emilio , > > you need first a shape who has a internal URL and then use these > internal URL for your embedded Graphic > > us code like: > > GraphicURL := ConvertirAURL(archivo); > > oOriginalGraph = getGraphFromUrl(sGraphicU

Re: [api-dev] Embedded Image

2009-06-16 Thread Fernand Vanrie
Emilio , you need first a shape who has a internal URL and then use these internal URL for your embedded Graphic us code like: GraphicURL := ConvertirAURL(archivo); oOriginalGraph = getGraphFromUrl(sGraphicURL) oShape = oDocument.createInstance("com.sun.star.drawing.GraphicObjectShape")

Re: [api-dev] Embedded Image

2009-06-16 Thread Ariel Constenla-Haile
Hello Emilio, On Tuesday 16 June 2009, 08:24, Emilio Cano - Tecnotur 3000 wrote: > Hello! > I am a spanish programmer and I have a problem. > I am doing an export to openoffice and try to insert a picture just makes > me so linked, and need to be embedded, how can I do that? http://api.openoffic

[api-dev] Embedded Image

2009-06-16 Thread Emilio Cano - Tecnotur 3000
Hello! I am a spanish programmer and I have a problem. I am doing an export to openoffice and try to insert a picture just makes me so linked, and need to be embedded, how can I do that? Using Delphi 7.0 The code I use for this is: Imagen := Document.createInstance('com.sun.star.text.Gra