[api-dev] Merge Documents code snippet causes formatting & other problems

2006-04-06 Thread Francis Jones
Hi, I had a look at the Code Snippets repository for OOBasic to see how to merge some documents together: http://codesnippets.services.openoffice.org/Writer/Writer.MergeDocs.snip This code works insofar as the documents it iterates over do get merged into one big document (which is just what

Re: [api-dev] OOO 2.0.2: macro for bulk or single conversion of odt to pdf?

2006-04-06 Thread Francis Jones
Tom Schindl wrote: Francis Jones wrote: Peter Eberlein wrote: Hi, Tom Schindl schrieb: Hi, if you don't show us the error you are getting we are lost. But if need a example of how one can convert documents this codesnippet does exactly that. You simply have to code the loop fetching all do

Re: [api-dev] OOO 2.0.2: macro for bulk or single conversion of odt to pdf?

2006-04-06 Thread Francis Jones
Peter Eberlein wrote: Hi, Tom Schindl schrieb: Hi, if you don't show us the error you are getting we are lost. But if need a example of how one can convert documents this codesnippet does exactly that. You simply have to code the loop fetching all documents in a given directory. http://codesn

Re: [api-dev] Re: [dev] Integrating external program with OOo on Windows - request for assistance!

2006-04-06 Thread Anders Johansen
Bump! Any takers? As mentioned, I am NOT able to do this on my own - the start-up time needed to get sufficiently acquainted with OOo development is simply too extensive for me. I will however appreciate a solution, and am quite willing (and able) to pay for it if need be. Sincerely, Anders S.

[api-dev] Calc: loading file with key-shortcuts .sxc v/.ods

2006-04-06 Thread Ennio-Sr
Hi all! [OOo-2.0.2-6 on Gnu/Linux - i386] I have two versions of the same Calc spreadsheet: file.sxc and file.ods. A particular keyboard configuration for this file was saved in a file named AAA-KbdCfg using the Organize Macros command ; then I saved an OO-Basic macro to automatically load 'AAA-Kb

Re: [api-dev] OOO 2.0.2: macro for bulk or single conversion of odt to pdf?

2006-04-06 Thread Tom Schindl
Francis Jones wrote: > Peter Eberlein wrote: > >> Hi, >> >> Tom Schindl schrieb: >> >>> Hi, >>> >>> if you don't show us the error you are getting we are lost. But if need >>> a example of how one can convert documents this codesnippet does exactly >>> that. You simply have to code the loop fetchi

Re: [api-dev] Debugging Assistive Technology applicaitons working with OpenOffice

2006-04-06 Thread Stephan Bergmann
Mathias Bauer wrote: Hi, [EMAIL PROTECTED] wrote: Hi I have been developing an assistive technology application in Java which runs under Windows and Linux and obtains information about various applications which it then relays to a blind or visually impaired user. I am interested in having