[api-dev] Getting system-internal printer-settings

2006-02-07 Thread Martin Thoma
Hello! I use OpenOffice 2.0 on a windows xp. When you save a document, the whole printer-settings you set under File->Printer-Settings are saved as a printer-dependend byte-code. Some (long...) time ago, I think I found the possibility to get this byte-code via the api, but I was searching now and

[api-dev] Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Kent Gibson
thanks, I am now signed up to the api list. I don't suppose in the interim my question was answered? We would really like to integrate openoffice but we need to able to place text with x,y coords and so far I can't get it to work. Does anyone even know if this is possible? Whenever I set any of t

AW: [api-dev] Question about swt and OOo ...

2006-02-07 Thread Andreas Bröker
Hello, we have developed an OpenSource plugin in order to integrate OpenOffice.org into the Eclipse platform. You can finde it here: http://ubion.ion.ag/plonesoftwarecenter/003officeintegrationeditor Best regards Andreas -Ursprüngliche Nachricht- Von: Tom Schindl [mailto:[EMAIL PROT

[api-dev] Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Christian Junker
Hi Kent Gibson, this is a pure API topic, so discussion should rather go on over there (dev@api.openoffice.org). Thus I am forwarding your message. 2006/2/6, Kent Gibson <[EMAIL PROTECTED]>: > Hi-ya, > > I would like to create XTextFrames of a fixed > arbitrary height and width and place them at

[api-dev] File created by shell command sometimes missing

2006-02-07 Thread Felix E. Klee
Sometimes, right after executing a shell command such as Shell("bash -c 'echo foo >/tmp/bar'", 0, "", True) the file created by that command - in this case "/tmp/bar" - doesn't yet exist in the moment right after "Shell" finished. What may be the reason for this problem? How do I avoid it,

Re: [api-dev] Macros in a Writer doc model can't be inserted in a Toobar

2006-02-07 Thread Christian Junker
Hi Roberto, can you give a step-by-step guide to reproduce your problem? You can post it here, or you could even open up an Issue at issuezilla for this. Thanks. 2006/2/2, Roberto Battistoni <[EMAIL PROTECTED]>: > [...] > Now this is the problem: > > if I try to Assign this macro to a toolbar but

[api-dev] Extending contextmenu

2006-02-07 Thread Markus Buch
Hi @ll, I have integrated OpenOffice 2.0 in my Java-application using the Officebean. I'm using the Java-Version 1.5. But now I have a question. I like to extend the contextmenu with my own functions. So I looked in the documentation and created a new class witch implements the XContextMenuI