[api-dev] Where did the code snippets go?

2007-04-02 Thread Andrew Douglas Pitonyak
Is it me, or did the code snippets page disappear? http://codesnippets.services.openoffice.org/ -- Andrew Pitonyak My Macro Document: http://www.pitonyak.org/AndrewMacro.odt My Book: http://www.hentzenwerke.com/catalog/oome.htm Info: http://www.pitonyak.org/oo.php See Also: http://documentatio

Re: [api-dev] how to use open office api

2007-04-02 Thread Mirko Nasato
Gerard Curiel wrote: > I am sorry I forgot (maybe last question) > Does the installation of OO apply to the java language only or all the > other languages? > e.g. C or C++. > > You can't do any conversions without OOo installed whatever language you use, because OOo is what does the conversion

RE: [api-dev] how to use open office api

2007-04-02 Thread Gerard Curiel
I am sorry I forgot (maybe last question) Does the installation of OO apply to the java language only or all the other languages? e.g. C or C++. Best Regards, Gerard -Original Message- From: Mirko Nasato [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 4:23 PM To: dev@api.openof

Re: [api-dev] how to use open office api

2007-04-02 Thread Mirko Nasato
Hi Gerard, Gerard Curiel wrote: > Ok Mirko thanks for the explanation. > > Another question, the (UNO Runtime Environment) also can't help me with > this problem? > > No, the URE is purely a component model, it won't give you any functionality. Best regards Mirko > -Original Message-

RE: [api-dev] how to use open office api

2007-04-02 Thread Gerard Curiel
Ok Mirko thanks for the explanation. Another question, the (UNO Runtime Environment) also can't help me with this problem? -Original Message- From: Mirko Nasato [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 2:52 PM To: dev@api.openoffice.org Subject: Re: [api-dev] how to use ope

Re: [api-dev] how to use open office api

2007-04-02 Thread Mirko Nasato
Hi Gerard, Gerard Curiel wrote: > My problem is that I have to accomplish this task (convert a Microsoft > Excel file with chart into PDF format file) on an Application server > (not a PC) > I can not install OO on an Application server (IBM AS400). > > I thought that I could get/download the OO A

RE: [api-dev] how to use open office api

2007-04-02 Thread Gerard Curiel
Hi, My problem is that I have to accomplish this task (convert a Microsoft Excel file with chart into PDF format file) on an Application server (not a PC) I can not install OO on an Application server (IBM AS400). I thought that I could get/download the OO API's, and import them in my own java co

Re: [api-dev] how to use open office api

2007-04-02 Thread Mirko Nasato
Alexandro Colorado wrote: > On Mon, 02 Apr 2007 06:43:26 -0500, Juergen Schmidt > <[EMAIL PROTECTED]> wrote: > I want to use the api's in a java code to do a conversion of MS Excel file to PDF format. > [snip] > I see you are right. Now can they put a remote call to the > o

Re: [api-dev] how to use open office api

2007-04-02 Thread Alexandro Colorado
On Mon, 02 Apr 2007 06:43:26 -0500, Juergen Schmidt <[EMAIL PROTECTED]> wrote: I want to use the api's in a java code to do a conversion of MS Excel file to PDF format. This must be done on a IBM AS400 server. Can samebody help me out? You can use the URE (UNO Runtime Environment). htt

Re: [api-dev] API - java

2007-04-02 Thread Stephan Wunderlich
Hi Michael, if I remember correctly you can create an instance of com.sun.star.document.FilterFactory which implements a com.sun.star.container.XNameAccess to give you the information you look for. Hope that helps Regards Stephan 2007/3/31, M. Niedermair <[EMAIL PROTECTED]>: Hi, how can i

Re: [api-dev] InsertSheetFromFile

2007-04-02 Thread Niklas Nebel
Michael Jeier wrote: Thx for the answer, is it possible to copy the NamedRanges of a table too? If you link with SheetLinkMode "NORMAL", the named ranges that are used in formulas are copied (the same way as inserting a sheet from the UI). If you want to copy other named ranges, you have to a

Re: [api-dev] how to use open office api

2007-04-02 Thread Juergen Schmidt
Alexandro Colorado wrote: On Thu, 29 Mar 2007 09:24:51 -0600, Gerard Curiel <[EMAIL PROTECTED]> wrote: Hi , I just want to know how I can use the Open Office API ,without installing Open office. I want to use the api's in a java code to do a conversion of MS Excel file to PDF format. Thi

Re: [api-dev] InsertSheetFromFile

2007-04-02 Thread Michael Jeier
Hi, Thx for the answer, is it possible to copy the NamedRanges of a table too? Regards, Michael On 4/2/07, Niklas Nebel <[EMAIL PROTECTED]> wrote: The arguments are for inserting a new (empty) sheet, and "Name" is the sheet's new name. You can't insert a sheet from another file using this slo

Re: [api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2007-04-02 Thread Stefan Weigel
Hi Bernard, Bernard Marcelly schrieb: [X] Your question is ok, but nobody has an answer. [X] Sorry, we are too busy. Please try elsewhere. For example : http://www.oooforum.org/ section Macros and API [X] Other: ... Use Impress of OpenOffice.org version 1.1.5. It works. The wonderful

Re: [api-dev] InsertSheetFromFile

2007-04-02 Thread Niklas Nebel
Michael Jeier wrote: I tried the parameters "Name", "Index", "URL" and some more, but they didn't work. I'm not sure, but could it be 3 parameters? The file, the position to insert and the sheet which shoud be inserted. Is there maybe another solution to insert a table into another sheet? Th

Re: [api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2007-04-02 Thread Bernard Marcelly
Hi Stefan, some answers... Message de Stefan Weigel date 2007-04-02 09:30 : Please check one of these options: [ ] Stefan, your question is dumb, we won´t help you. [X] Your question is ok, but nobody has an answer. [X] Sorry, we are too busy. Please try elsewhere. For example : http://www.

Re: [api-dev] InsertSheetFromFile

2007-04-02 Thread Michael Jeier
Hi, I tried the parameters "Name", "Index", "URL" and some more, but they didn't work. I'm not sure, but could it be 3 parameters? The file, the position to insert and the sheet which shoud be inserted. Is there maybe another solution to insert a table into another sheet? Here's some example cod

Re: [api-dev] how to use open office api

2007-04-02 Thread Kai Sommerfeld
Hi Gerard, Gerard Curiel wrote: > Hi , > > > > I just want to know how I can use the Open Office API ,without > installing Open office. > > I want to use the api's in a java code to do a conversion of MS Excel > file to PDF format. To be able to access this functionality via OOo API you need

Re: [api-dev] [EMAIL PROTECTED] REQUEST: unanswered questions

2007-04-02 Thread Stefan Weigel
Hello, Michael Hoennig wrote: Thus, if you still have a question unanswered for more than two days, feel free to place a reminder on the list. http://api.openoffice.org/servlets/ReadMsg?list=dev&msgNo=17434 But maybe you should think about simplifying your question, strip down your code exa