Re: [api-dev] com.sun.star.mail

2006-04-07 Thread Mathias Bauer
Peter Eberlein wrote: Hi, I would like to use the subject module for mailing, because com.sun.star.system.SimpleSystemMail has some restrictions (no access to body). I can connect to SMTP (thanks to ms777) with the following snippet, but found no way to instanciate a

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

2006-04-07 Thread Mathias Bauer
Francis Jones wrote: This looks like a bug on the Windows version: Input: C:\tmp\test\1234.odt Output from ConvertToURL(): file:///C:/tmp/test/1234.odt There are 3 fwd slashes before the drive specifier, but there should only be 2. No, 3 slashes are correct as Tom already pointed out

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

2006-04-07 Thread Mathias Bauer
Ennio-Sr wrote: 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

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

2006-04-07 Thread Tom Schindl
If I give it a filename like C:\tmp\test\1234.odt, then it produces as a URL file:///C:/tmp/test/1234.odt. That's correct: file:// ... the protocol part / ... root of your filesystem Is that right? There are 3 slashes after file:; I had thought it should be file://C:/tmp/test/1234.odt

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

2006-04-07 Thread Francis Jones
Tom Schindl wrote: If I give it a filename like C:\tmp\test\1234.odt, then it produces as a URL file:///C:/tmp/test/1234.odt. That's correct: file:// ... the protocol part / ... root of your filesystem Is that right? There are 3 slashes after file:; I had thought it should be

Re: [api-dev] com.sun.star.mail

2006-04-07 Thread Tom Schindl
You could implement your own MailService which you can instatiate from OOBasic if you are familiar with java ;-) http://jakarta.apache.org/commons/email/ Tom Mathias Bauer wrote: Peter Eberlein wrote: Hi, I would like to use the subject module for mailing, because

Re: [api-dev] com.sun.star.mail

2006-04-07 Thread Peter Eberlein
Hi Mathias, Mathias Bauer schrieb: Peter Eberlein wrote: Hi, I would like to use the subject module for mailing, because com.sun.star.system.SimpleSystemMail has some restrictions (no access to body). IIRC there is no implementation for this service in OOo at all. OOo's strategy for

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

2006-04-07 Thread Ennio-Sr
* Mathias Bauer [EMAIL PROTECTED] [070406, 09:33]: Ennio-Sr wrote: 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

Re: [api-dev] com.sun.star.mail

2006-04-07 Thread Alex Thurgood
Peter Eberlein wrote: Hi, I can connect to SMTP (thanks to ms777) with the following snippet, but found no way to instanciate a com.sun.star.mail.MailMessage (CreateUNOService(com.sun.star.mail.MailMessage) gives me a null-object). Is this interface not a left over stub from StarOffice,

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

2006-04-07 Thread Mathias Bauer
Ennio-Sr wrote: Hi Mathias, The answer was 'yes' for both your questions. However, by now I've re-obtained the same performance as I had under 1.1.4 after re-building the file containing the keyboard configuration ('AAA-KbdCfg'). Nice to hear that it finally worked for you. BTW: I don't

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

2006-04-07 Thread Ennio-Sr
* Mathias Bauer [EMAIL PROTECTED] [070406, 23:54]: Ennio-Sr wrote: Hi Mathias, The answer was 'yes' for both your questions. However, by now I've re-obtained the same performance as I had under 1.1.4 after re-building the file containing the keyboard configuration ('AAA-KbdCfg').

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

2006-04-07 Thread Bart Aimar
Scusami Ennio, ma ti scrivo in privato... sono stanco e il mio inglese รจ scarso e domattina sono via presto. Inoltre l'archivio del [EMAIL PROTECTED] al momento sembra non funzionare... pertanto ti rimanderei su su una lista italiana dove ho tenuto un diaro delle mie tribolazioni