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 at 
http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Using_the_Dispatch_Framework

You may have to implement a css.task.Job, that "onDocumentOpened" 
dispatches the command for every document. 
Dispatching is easier with the DispatchHelper
http://api.openoffice.org/docs/common/ref/com/sun/star/frame/DispatchHelper.html

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to