Hi,

I am trying to develop an application which copy protects a document using
OpenOffice.org API. Though it is possible to remove all copy access and
commands from the UI, it might still be possible to access the document contents
through the APIs.

For example, it is still possible to access the XDesktop, XComponent,
XController and XModel interfaces
of a running instance of OpenOffice.org and thus access the contents.

Secondly it is also possible to access the contents through the XAccessible
interface.

How can we avoid it? Is there some way that we can restrict the access of these
interfaces for a running instance of OpenOffice.

-Raman

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

Reply via email to