[api-dev] Re: [dev] Re: [discuss] Open Office development issue

2010-03-10 Thread Ян Программист
> > On 3/10/10 11:43 AM, KAPIL KUMAR LALWANI wrote: > >> Sir/Mam, >> I am Kapil, wroking as a software engineer in a IT company. presently >> i am wroking for OpenOffice integration with our product. I had done all >> very well. Now i wish to build RTD(Real Time Data ) like in excel, but as >>

[api-dev] From DDE link to cells

2010-03-10 Thread Bernard Marcelly
Hi, The container DDELinks of a spreadsheet contains the DDE links used in the spreadsheet. Is it possible to find where (in which cells) a DDE link is used ? An idea is to scan cells containing formulas. But a call to DDE() function can appear in a complex form in a cell formula, so you need

Re: [api-dev] read odt from database

2010-03-10 Thread Peter Eberlein
Hi Fernand, Fernand Vanrie schrieb: Peter, Drew, Just wondering: can we directly store parts of a Writterdoc ( text + underlyingOOformating) --without the html workaround-- into a database and instert it back with the original OOformating ? Storing of course yes (in Basic too): Select the p

Re: [api-dev] read odt from database

2010-03-10 Thread Fernand Vanrie
Peter, Drew, Just wondering: can we directly store parts of a Writterdoc ( text + underlyingOOformating) --without the html workaround-- into a database and instert it back with the original OOformating ? Peter , ps: We must raise a Statue for Danny ! Not so sure I use a technic i learne

Re: [api-dev] read odt from database

2010-03-10 Thread Drew Jensen
Not so sure I use a technic i learned years aho from the Famous Danny B. we all miss him :( +1 - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffice.org

Re: [api-dev] read odt from database

2010-03-10 Thread Peter Eberlein
Hi Fernand, seems I have to stand corrected, never tried the pipe stuff before. Am 10.03.2010 12:33, schrieb Fernand Vanrie: i forgot to fill the oTextOutputStream.with the content of a Dbases record oTextOutputStream.writeString(oRowset.Columns(nc).String Peter , Not so sure I use a technic

Re: [api-dev] read odt from database

2010-03-10 Thread Fernand Vanrie
i forgot to fill the oTextOutputStream.with the content of a Dbases record oTextOutputStream.writeString(oRowset.Columns(nc).String Peter , Not so sure I use a technic i learned years aho from the Famous Danny B. oPipe = createUNOService ("com.sun.star.io.Pipe") oTextOutputStream = createUNOSe

Re: [api-dev] read odt from database

2010-03-10 Thread Fernand Vanrie
Peter , Not so sure I use a technic i learned years aho from the Famous Danny B. oPipe = createUNOService ("com.sun.star.io.Pipe") oTextOutputStream = createUNOService ("com.sun.star.io.TextOutputStream") oTextOutputStream.setOutputStream(oPipe) oTextOutputStream.setEncoding("ISO-8859-1") Insert

Re: [api-dev] read odt from database

2010-03-10 Thread Peter Eberlein
Hi, Am 10.03.2010 11:16, schrieb Fernand Vanrie: rf, I think it depends on the complexity off the content, I use a technic, where we store some simple formated text as "html" in a datbase and then import this "thml" coded text in a exiting OO writerdoc. The OO html import filterrebuild the text

Re: [api-dev] read odt from database

2010-03-10 Thread Fernand Vanrie
rf, I think it depends on the complexity off the content, I use a technic, where we store some simple formated text as "html" in a datbase and then import this "thml" coded text in a exiting OO writerdoc. The OO html import filterrebuild the text with his formating. If wanted then is can pos

[api-dev] read odt from database

2010-03-10 Thread rfjones
is there a method to read/store an odt doc from a database and import it into the current writer doc? TIA rfjones - To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org For additional commands, e-mail: dev-h...@api.openoffi