Re: [api-dev] [code snippet] resize an external image

2006-02-13 Thread Tom Schindl
Didier Dorange-Pattoret wrote: > Hi, > > I'am the original author of this one : > http://codesnippets.services.openoffice.org/Office/Office.WindowsVersion.snip > > > Please, could you write my right name. > > > fixed by coping name from Office.ResizeExternalImage.snip ;-) signature.asc Desc

Re: [api-dev] [code snippet] resize an external image

2006-02-13 Thread Tom Schindl
Didier Dorange-Pattoret wrote: > Hi, > > > > Tom Schindl a écrit : > >> Hi, >> >> thanks for the contribution. Your codesnippet has been added to the >> collection and can be found here: >> http://codesnippets.services.openoffice.org/Office/Office.ResizeExternalImage.snip >> >> >> I've restruct

Re: [api-dev] Underling as teh spellchecker ?

2006-02-13 Thread Laurent Godard
Hi Bernard is there an API to underline words like the spellchecker does it ? See property CharUnderline, there is a choice of constants: com.sun.star.awt.FontUnderline.WAVE, SMALLWAVE, DOUBLEWAVE, BOLDWAVE More info in your french book, page 198 on rev.1 ;) héhé, i used this quite long a

[api-dev] Progammatic Frames in the Header

2006-02-13 Thread Kent Gibson
When I open up OpenOffice I can create frames and pictures in the header and the size of the frame or picture has no effect on the size of the header. However when I go and do this programmatically the frame goes fine into the header, but it stretches the header to the size of the picture. The Text

Re: AW: [api-dev] OfficeBean + Ubion.de + Eclipse Fragment : Relative Path

2006-02-13 Thread Kent Gibson
I played with it again today, and now I believe it might be an eclipse bug. Bugzilla Bug #69620. https://bugs.eclipse.org/bugs/show_bug.cgi?id=69620 All you have to do is create a fragment out of OpenOffice, reasonably deep in a directoy so that the resulting path name is longer than 256. Ecli

Re: [api-dev] Underling as teh spellchecker ?

2006-02-13 Thread Bernard Marcelly
Bonjour Laurent Godard Message du 2006-02-13 14:21: Hi all is there an API to underline words like the spellchecker does it ? See property CharUnderline, there is a choice of constants: com.sun.star.awt.FontUnderline.WAVE, SMALLWAVE, DOUBLEWAVE, BOLDWAVE More info in your french book, page 1

Re: [api-dev] [code snippet] resize an external image

2006-02-13 Thread Didier Dorange-Pattoret
Hi, I'am the original author of this one : http://codesnippets.services.openoffice.org/Office/Office.WindowsVersion.snip Please, could you write my right name. -- Didier Dorange-Pattoret http://www.dmaths.org http://sesamath.net S'inscrire à la liste de diffusion de dmaths: [EMAIL PROTECT

Re: [api-dev] [code snippet] resize an external image

2006-02-13 Thread Didier Dorange-Pattoret
Hi, Tom Schindl a écrit : Hi, thanks for the contribution. Your codesnippet has been added to the collection and can be found here: http://codesnippets.services.openoffice.org/Office/Office.ResizeExternalImage.snip I've restructured some parts, could please provide me information about the

[api-dev] Underling as teh spellchecker ?

2006-02-13 Thread Laurent Godard
Hi all is there an API to underline words like the spellchecker does it ? Thanks in advance Laurent -- Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org Indesko >> http://www.indesko.com Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org Livre "Programmation OpenOffice

Re: [api-dev] [code snippet] resize an external image

2006-02-13 Thread Tom Schindl
Hi, thanks for the contribution. Your codesnippet has been added to the collection and can be found here: http://codesnippets.services.openoffice.org/Office/Office.ResizeExternalImage.snip I've restructured some parts, could please provide me information about the OO-Version you used to create th

[api-dev] [code snippet] resize an external image

2006-02-13 Thread Didier Dorange-Pattoret
Hi, The code. -- Didier Dorange-Pattoret http://www.dmaths.org http://sesamath.net S'inscrire à la liste de diffusion de dmaths: [EMAIL PROTECTED] Ses archives: http://listes.dmaths.org/wws/arc/users Les Forums: http://www.dmaths.org/modules.php?name=Forums Mailing List in english: http://www

Re: [api-dev] A new code snippet

2006-02-13 Thread Tom Schindl
Hi Didier, if you want to submit a codesnippet to our snippet collection please use Paolos snippet creator and send the created Snipp-ML ;-) to this list. http://www.paolo-mantovani.org/ Tom Didier Dorange-Pattoret wrote: > Hi, > > If you agree a this code allows to Resize an external image lo

[api-dev] JavaWebStart and OfficeBean....problems!!!

2006-02-13 Thread Roberto Battistoni
So is there not a way to set this position? JavaWebStart is not a valid technique to deploy Java App. with OoBean Hi Roberto > Hi, > Based on the location of jurt.jar, etc., the OOoBean finds other native > libraries of the office, as well as the soffice.exe (which is started by > OOoBean).

[api-dev] A new code snippet

2006-02-13 Thread Didier Dorange-Pattoret
Hi, If you agree a this code allows to Resize an external image located at "/home/didier/tmp4/about.bmp" with your width for example 16. Sorry for my bad english. Sub Essai ResizeExternalImageByWidth("/home/didier/tmp4/about.bmp","/home/didier/tmp4/about_1616.bmp",16) End sub Sub Resi

[api-dev] [OO 1.1.4] Imagecontrol with scrollbars

2006-02-13 Thread Felix E. Klee
In a dialog box I want to display an image of known width but of unknown height. Thus there should be a vertical scroll bar allowing the user to scroll the image. Is there some simple way of realizing this? -- Dipl.-Phys. Felix E. Klee Email: [EMAIL PROTECTED] (work), [EMAIL PROTECTED] (home)

Re: [api-dev] JavaWebStart and OfficeBean....problems!!!

2006-02-13 Thread Joachim Lingner
Hi, Based on the location of jurt.jar, etc., the OOoBean finds other native libraries of the office, as well as the soffice.exe (which is started by OOoBean). Joachim Roberto Battistoni wrote: Hi, I have a very simple JavaSwing App. that load an OfficeBean in a JFrame. I have packed my Jar

[api-dev] Get the original printer

2006-02-13 Thread Martin Thoma
Hello! We have a lot of documents managed by a self-written C++-Application and OO. We manage also the printer-settings by storing them in the document (saying for example: "This document should always be print on \\Client1\Printer1"). This works fine. But sometimes, when a printer is not install

AW: [api-dev] OfficeBean + Ubion.de + Eclipse Fragment : Relative Path

2006-02-13 Thread Andreas Bröker
Hello Kent, what kind of errors do you get. We use our NOA Eclipse Plugin since a few months without errros. Best regards Andreas -Ursprüngliche Nachricht- Von: Kent Gibson [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 11. Februar 2006 12:52 An: dev@api.openoffice.org Betreff: [api-dev