Re: [api-dev] Unanswered Question - Reloading Document - Convert Hidden Doc to NonHidden Doc

2006-04-25 Thread Kent Gibson
thanks that was pretty much the solution I needed. you see becuase the documentation said do not mess around with setVisible i didn't, so I did the same thing with streams. But now that I know that this is fixed with 2.0.2 I know now where to concentrate on. I did try this before but had some

[api-dev] Converting only some pages to pdf

2006-04-25 Thread Tobias Krais
Hi ML, can you help me with this issue: I wan't to convert only some pages of a file to a pdf document. I successfully convert the whole document and as far as I can see is there no PropertyValue that sets the pages. Am I right? Are there other ways to convert only one page? Well, I can solve

Re: [api-dev] Unanswered Question - Reloading Document - Convert Hidden Doc to NonHidden Doc

2006-04-25 Thread Kent Gibson
argh. please help. this is driving me batty. Ok i have an empty frame, XWindow xWindow = ( XWindow ) UnoRuntime.queryInterface( XWindow.class, officeWindow.getUNOWindowPeer() ); object = serviceFactory.createInstance( com.sun.star.frame.Frame ); XFrame documentFrame = ( XFrame )

Re: [api-dev] Converting only some pages to pdf

2006-04-25 Thread Alexandro Colorado
On Tue, 25 Apr 2006 07:35:48 -0400, Tobias Krais [EMAIL PROTECTED] wrote: Hi ML, can you help me with this issue: I wan't to convert only some pages of a file to a pdf document. I successfully convert the whole document and as far as I can see is there no PropertyValue that sets the pages.

Re: [api-dev] UnknownPropertyException when trying to set HyperLinkURL

2006-04-25 Thread Ann Van
Stephan, I tried running this code, but got a com.sun.star.lang.ServiceNotRegisteredException. I can't find any references to com.sun.star.textfield.URL online. Is that the correct path? Thanks, Ann === The shades of confusion start to lift ;-) HyperLinkURL is a optional CharacterProperty

Re: [api-dev] Unanswered Question - Reloading Document - Convert Hidden Doc to NonHidden Doc

2006-04-25 Thread Mathias Bauer
Kent Gibson wrote: argh. please help. this is driving me batty. Ok i have an empty frame, XWindow xWindow = ( XWindow ) UnoRuntime.queryInterface( XWindow.class, officeWindow.getUNOWindowPeer() ); object = serviceFactory.createInstance( com.sun.star.frame.Frame ); XFrame