[dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Hi, Is it possible to use a unix shell script to get openoffice to manipulate documents. e.g. A bash script would take a list of MS Word .doc files, and convert them all the .odt files or visa versa. Is it possible to do this on a server that is not running X? I.e. The script would run without

Re: [dev] Re: OOoBean really running inside an Applet

2006-10-09 Thread Joachim Lingner
ramboid wrote: Joachim Lingner joachim.lingner at sun.com writes: Clovis Wichoski wrote: Joachim TIA Clóvis This class also worked very well for me and it appears to provide the solution that we were looking for. How would you suggest that we apply the policies, that you uploaded to

Re: [dev] scripting openoffice

2006-10-09 Thread Éric Bischoff
Le Lundi 9 Octobre 2006 11:47, James Courtier-Dutton a écrit : Hi, Is it possible to use a unix shell script to get openoffice to manipulate documents. e.g. A bash script would take a list of MS Word .doc files, and convert them all the .odt files or visa versa. Is it possible to do this

Re: [dev] scripting openoffice

2006-10-09 Thread Laurent Godard
Hi eric Yes. I've sent that program to you in private to avoid polluting the list. may be a page on the wiki as it is a regular demand ? Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management

Re: [dev] scripting openoffice

2006-10-09 Thread Éric Bischoff
Le Lundi 9 Octobre 2006 14:22, Laurent Godard a écrit : Hi eric Yes. I've sent that program to you in private to avoid polluting the list. may be a page on the wiki as it is a regular demand ? No problem, but can you please add that page? The code that I have sent is basically yours

Re: [dev] scripting openoffice

2006-10-09 Thread Laurent Godard
Hi Eric Éric Bischoff a écrit : Le Lundi 9 Octobre 2006 14:22, Laurent Godard a écrit : Hi eric Yes. I've sent that program to you in private to avoid polluting the list. may be a page on the wiki as it is a regular demand ? No problem, but can you please add that page? My problem is

Re: [dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Éric Bischoff wrote: Le Lundi 9 Octobre 2006 11:47, James Courtier-Dutton a écrit : Hi, Is it possible to use a unix shell script to get openoffice to manipulate documents. e.g. A bash script would take a list of MS Word .doc files, and convert them all the .odt files or visa versa. Is

Re: [dev] scripting openoffice

2006-10-09 Thread Éric Bischoff
Le Lundi 9 Octobre 2006 15:41, James Courtier-Dutton a écrit : Thank you, I have a problem with it though: Pop-up-box: BASIC runtime error. An exception occured Type: com.sun.star.lang.IllegalArgumentException Message: URL seems to be an unsupported one. document =

[dev] executeDispatch and PowerBuilder 10

2006-10-09 Thread Andersson Henrik
Hi all, I need to write a program in PowerBuilder 10 to automate Calc and Writer. Writer was working without problem since I didn't have to use the executeDispatch function. Does someone have information about how to call this function from PowerBuilder. My application keeps terminating as soon

Re: [dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Éric Bischoff wrote: My version of the program is used to convert from Open Document to Word in the context of an enterprise where some people did not migrate yet, to help them exchange documents with their colleagues. If you want to convert in the opposite direction, just change the

Re: [dev] scripting openoffice

2006-10-09 Thread Laurent Godard
Hi Now, where do I find a list of valid Filtername values? I have asked google for details of the storeToURL function, and it gave me some pages from the openoffice web site api.openoffice.org. you'll find some there http://oooconv.free.fr/oooconv/oooconv_fr.html Laurent -- Laurent Godard

Re: [dev] scripting openoffice

2006-10-09 Thread Éric Bischoff
Le Lundi 9 Octobre 2006 15:58, James Courtier-Dutton a écrit : Now, where do I find a list of valid Filtername values? api.openoffice.org I have asked google for details of the storeToURL function, and it gave me some pages from the openoffice web site api.openoffice.org. Er... yes,

RE: [dev] executeDispatch and PowerBuilder 10

2006-10-09 Thread Andersson Henrik
Dear Joachim, thanks for your answer. I assume you mean I should specify l_objProperty as parameter and not l_objProperty[1]. I've tried this already and this doesn't change anything. Henrik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October

Re: [dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Laurent Godard wrote: Hi Now, where do I find a list of valid Filtername values? I have asked google for details of the storeToURL function, and it gave me some pages from the openoffice web site api.openoffice.org. you'll find some there http://oooconv.free.fr/oooconv/oooconv_fr.html

Re: [dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Éric Bischoff wrote: Le Lundi 9 Octobre 2006 11:47, James Courtier-Dutton a écrit : Is it possible to do this on a server that is not running X? I.e. The script would run without any GUI. James Yes. I've sent that program to you in private to avoid polluting the list. Last thing to

Re: [dev] scripting openoffice

2006-10-09 Thread Jürgen Schmidt
James Courtier-Dutton wrote: Éric Bischoff wrote: Le Lundi 9 Octobre 2006 11:47, James Courtier-Dutton a écrit : Is it possible to do this on a server that is not running X? I.e. The script would run without any GUI. James Yes. I've sent that program to you in private to avoid polluting the

Re: [dev] scripting openoffice

2006-10-09 Thread James Courtier-Dutton
Laurent Godard wrote: Hi Last thing to solve. I cannot seem to get it to function without X. run it inside Xvfb look at --headless swtich of soffice Laurent The script runs a lot faster now. I can now do my processing task in about 1 min, whereas before it took me about 30 mins to

[dev] precompiled header support and how not to break it

2006-10-09 Thread Hans-Joachim Lankenau
hi! with the integration of cws ause060, --enable-pch will tell configure to enable precompiled header support for most modules, currently on windows only. this is based on the include lines in every c/c++ file introduced by the pchfix* cws: //

[dev] Re: OOoBean really running inside an Applet

2006-10-09 Thread ramboid
Joachim Lingner joachim.lingner at sun.com writes: ramboid wrote: Joachim Lingner joachim.lingner at sun.com writes: Clovis Wichoski wrote: Joachim TIA Clóvis This class also worked very well for me and it appears to provide the solution that we were looking for. How