[dev] disabling vba ide

2010-05-21 Thread Xavier Toth
We've experienced a situation where someone was using the vba ide to
hack our system. Is there a way to disable this ide in the build?

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



[dev] SELinux selection manager copy/paste problem

2008-10-25 Thread Xavier Toth
I am working on a selection manager for SELinux. In certain copy/paste
scenarios this manager pops up a dialog to confirm that the user want
to paste the clipboard contents to the requestors window. The problem
is that if this dialog is used the paste does work instead I get the
text , in oowriter for instance, �### before the user
responds to the dialog which then does the SendEvent. If the dialog is
not used the text is pasted without issue. This appears be a timing
issue related to the delay induced by the dialog. Can someone point me
at the code that processes the Edit->Paste menu item? I've looked
around the code but didn't see anything that I could identify as
implementing the ICCCM protocol. On Linux what toolkit does OO use,
gtk?


Ted