Mathias Bauer wrote:
You can try to use the com.sun.star.awt.UserInputInteraction interface that is available at the Controller object of a Calc document window. The problem here might be that this interface only notifies that a mouse click has happened anywhere inside the window, you still must find out where exactly that has happened. I don't know if Calc meanwhile has a specialized API for things like that.
The spreadsheet view supports the interface com.sun.star.sheet.XEnhancedMouseClickBroadcaster.
Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
