Re: [dev] Where can I get a developer build that is newer than src680_m169?

2006-06-20 Thread Kent Gibson
that I > expect that this fix will be available with a > regular developement build > in the next weeks, > > Martin > > > Kent Gibson wrote: > > This issue: > > > http://www.openoffice.org/issues/show_bug.cgi?id=63211 > > > > is blocking a fa

[dev] Where can I get a developer build that is newer than src680_m169?

2006-06-20 Thread Kent Gibson
This issue: http://www.openoffice.org/issues/show_bug.cgi?id=63211 is blocking a fair bit of our development work. It is solved however will not go into the release candidate. I believe the solution may be in a new developer build. However there has not been a developer build for I suppose about

Re: [dev] Problems with paste

2006-06-16 Thread Kent Gibson
there really is not a lot of documentation for the uno calls. Especially not much for the parameters. There are some lists and some docs which give brief descriptions. There was a sun.com web site that listed them but it the url has changed and I don't have a new one. Rhere is a document called s

Re: [dev] Installing And Bypassing Registration Prompt

2006-05-18 Thread Kent Gibson
you need to use the undocumented parameter :-env:UserInstallation it is documented in at least one web page. If you can't find it just tell me and I will have a look. You need to install openoffice at least once, then copy the user directory that was generated where ever you want (be sure it is

Re: [dev] Memory Issues

2006-02-28 Thread Kent Gibson
sorry to sound obvious, but have you tried the XCloseable interface? As per the documentation if it supports xcloseable then use it. For example in the writer you should close a document using xcloseable (ie close the model and the controller and frame gets closed). It also talks about the fact th

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-08 Thread Kent Gibson
Thanks for the help and comments. I seem to have got it working, it needs more testing. Surly there seems to be a bug here: xShapeProps.setPropertyValue( "VertOrientPosition", new Integer( 2 ) ); xShapeProps.setPropertyValue( "HoriOrientPosition", new Integer( 12000 ) ); These properties are

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Kent Gibson
enoffice.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: > > Hi-ya, > > > > I would like to create XTextFram

Re: [dev] Programmatic XTextFrame Control with Java

2006-02-07 Thread Kent Gibson
rote: > 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

[dev] Programmatic XTextFrame Control with Java

2006-02-06 Thread Kent Gibson
Hi-ya, I would like to create XTextFrames of a fixed arbitrary height and width and place them at arbitrary x and y coordinates. I can manage to get the frame, but I can't seem to size it or place it arbitrarily. I have based my code on the TextFrameExample() in TextDocuments.java. These proper

Re: [dev] OpenOffice Integration with Eclipse RCP Application

2006-02-06 Thread Kent Gibson
thanks. --- Oliver Brinzing <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > > I have an eclipse rcp app which uses Plugin A - my > > OpenOffice handling code and PlugIn B - My User > > Interface code which uses the Swt Bridge, Plugin C > - > > My OpenOf

[dev] OpenOffice Integration with Eclipse RCP Application

2006-02-02 Thread Kent Gibson
Hi-ya, I am having a bit of a nightmare integrating OpenOffice and any help would be great. Here is the scenario: I have an eclipse rcp app which uses Plugin A - my OpenOffice handling code and PlugIn B - My User Interface code which uses the Swt Bridge, Plugin C - My OpenOffice "Lib" ie all th