To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109199
User dr changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Mar 31 11:26:42 +0000
2010 -------
Added support for the following sheet events, if the VBA macro handler exists in
the respective sheet module:
OnFocus() -> Worksheet_Activate()
OnUnfocus() -> Worksheet_Deactivate()
OnCalculate() -> Worksheet_Calculate() (*1)
OnChange() -> Worksheet_Change()
OnSelect() -> Worksheet_SelectionChange() (*2)
OnDoubleClick() -> Worksheet_BeforeDoubleClick()
OnRightClick() -> Worksheet_BeforeRightClick()
(*1) Currently, the event is not fired by the Calc core.
(*2) Behaviour of Calc is still different to Excel, Calc fires events while
dragging the mouse; Excel fires once when the selection is finished.
Currently there is a new entry in the sheet context menu that allows to attach
events manually. This dialog does not show all supported events due to missing
strings in the Calc resources.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]