OOo is not multithreaded, but it's possible that two threads can work on
the same OOo model as it is not locked between API calls. This will
change with our new Threading Framework in the future where code
executed in any thread can obtain an exclusive lock for a defined span
of time.

ATM you can't lock a model against changes through its API, but you can
prevent it from being modified through UI operations (dispatch calls).

Thank you, Mathias, for this clear answer.

Could you please tell me more about how to disable modifications of a document through UI, as I don't know exactly where to start for this ?
(and there are many ways for a user to modify : menu, keyboard, toolbars...)

Julien Galand

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to