[dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Grover Blue
I'm looking for a workaround for the bug filed for OOo opens files as Page 1/2 before correcting itself to Page 1/1 http://www.openoffice.org/issues/show_bug.cgi?id=99346 In the issue comments, cloph suggests refreshing the document. So, I found the interface XRefreshable. This would be

Re: [dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Ariel Constenla-Haile
Hello Grover, On Thursday 29 October 2009, 15:39, Grover Blue wrote: I'm looking for a workaround for the bug filed for OOo opens files as Page 1/2 before correcting itself to Page 1/1 http://www.openoffice.org/issues/show_bug.cgi?id=99346 In the issue comments, cloph suggests refreshing

Re: [dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Grover Blue
The easiest is to dispatch a .uno:Repaginate before, or even an .uno:UpdateAll. I don't know what those are. I should mention that I'm processing in Java. On Thu, Oct 29, 2009 at 2:57 PM, Ariel Constenla-Haile ariel.constenla.ha...@googlemail.com wrote: Hello Grover, On Thursday 29

Re: [dev] Refreshing a writer document - XRefreshable says no.

2009-10-29 Thread Ariel Constenla-Haile
Hello Grover, On Thursday 29 October 2009, 16:05, Grover Blue wrote: The easiest is to dispatch a .uno:Repaginate before, or even an .uno:UpdateAll. I don't know what those are. I should mention that I'm processing in Java. those are commands, that you can dispatch. You can research