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

[dev] OpenOffice help

2006-02-07 Thread Marc Ozonne
Hi all ! I wonder which tool has been used to generate OpenOffice help. I'm looking for an open source tool to make chm-like documentations on linux. Many thanks in advance ! Marc PS : Can you keep me in CC because I do not subcribe to the dev@openoffice.org mailing list. Thanks.

RE: [dev] Filter development query.

2006-02-07 Thread Gautham Kasinath
Hey Andreas, Thanks a million for the detailed explanation. I have now jumped from an addon component to a filter and now to a dispatch interceptor. :) I am still quite confused about the TypeDetection.xcu (I use Ooo2.0 so is that SO7 or SO8??) I am also unsure about the significance/values

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

[dev] List/map of toobar icon files?

2006-02-07 Thread Brett the James
Hi, I was wondering if there was any sort of master list (or even several sublists) that would help me understand what each .png file in images.zip? I've been looking around, but I cannot find anything of the like. In fact, it seems as if there are a tremendous amount of icons that don't

RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-07 Thread FAouzi Abderrahman
Exact, i want to get a notification when the document is closed: my main purpose is to save the document in my database after updating. The first solution is the best for me because i like to save the document in my database when the document will be closed Have you a reference of code or

Re: [dev] How to bring OpenOffice window to front

2006-02-07 Thread Christian Junker
You might wanna look at the source code implementation of the IsAlwaysOnTop property of the css::presentation::Presentation service because I think it goes down to using the Win API on Win32. No guarantees whatsoever about whether it really does, because I have not taken looks, I just conclude

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Steffen Grund
Hi Kent, the text frame is only really valid after you've inserted it in the document. See http://api.openoffice.org/docs/common/ref/com/sun/star/text/TextFrame.html for a Basic example on how to insert the frame. If you need one in Java, let me know. Regards, Steffen Kent Gibson wrote:

[dev] Problems with report and hsqldb

2006-02-07 Thread Gilberto Tenani
Dear: I have when i create report in the openoffice problems with hsqldb =3D20 database, o connection is good, but in the time of show the filds i =3D2= 0 receive the next message: Don=3DC2=3DB4t possible recover fields of name_of_table Thanks Gilberto Tenani [EMAIL PROTECTED] Usando o

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Kent Gibson
please an example in java would be grand, this has been a two day struggle. kind regards, kent --- Steffen Grund [EMAIL PROTECTED] wrote: Hi Kent, the text frame is only really valid after you've inserted it in the document. See

Re: [dev] No TypeDetection.xml in Ooo 2.0?

2006-02-07 Thread Andreas Schlüns
Hi, Gautham Kasinath wrote: I was wondering if the TypeDetection.xml is still available for the Ooo2.0? In the documentation it is mentioned that TypeDetection.xml is present in: OfficePath\share\config\registry\instance\org\openoffice\Office\TypeDetec tion.xml However, there is no such

[dev] Catch Macro Event

2006-02-07 Thread Vincenzo Giuliano
Hi ALL, I have a question for YOU. Can I catch macro execution when user run it on an office document? I work in Java. How can I do it? Vincenzo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: