Re: Batch document updates and UI refreshes

2018-03-13 Thread Robert Marcano
On 03/13/2018 04:15 PM, Michael Stahl wrote: On 12.03.2018 18:31, Robert Marcano wrote: I am modifying many properties of document styles, using the XPropertySet interface, that means that there are many consecutive calls to setPropertyValue(), and that generate some bliking on the document whil

Re: Batch document updates and UI refreshes

2018-03-13 Thread Michael Stahl
On 12.03.2018 18:31, Robert Marcano wrote: > I am modifying many properties of document styles, using the > XPropertySet interface, that means that there are many consecutive calls > to setPropertyValue(), and that generate some bliking on the document > while changes are being made. > > Is the

Batch document updates and UI refreshes

2018-03-12 Thread Robert Marcano
I am modifying many properties of document styles, using the XPropertySet interface, that means that there are many consecutive calls to setPropertyValue(), and that generate some bliking on the document while changes are being made. Is there a way to run document modifications inside a block