office-gobmx/oovbaapi
Noel Power f39d0b8377 add support for MousePointer attribute in controls
For Useforms it doesn't quite work exactly as MSO, for examply if we set the MousePointer for the Userform it works as expected until we mouse over another control at which point the mouse pointer is changed to that of the control. In MSO it would appear that the Userform mousepointer is king, perhaps all that is necessary is to apply the mouse pointer to each contained control, needs some investigation. Also only a limited number of the possible mouse pointer styles are processed, the conversions of mso -> lo pointer styles ( and vice-versa ) and not really tested to see if they all make sense
2012-04-17 14:30:31 +01:00
..
genconstidl
ooo/vba add support for MousePointer attribute in controls 2012-04-17 14:30:31 +01:00
prj
Makefile
Module_oovbaapi.mk
README
UnoApi_oovbaapi.mk gbuild: "use" vs. "add" 2012-04-08 14:53:06 +02:00

Module for OpenOffice - VisualBasic interoperability.

See also:
[http://wiki.services.openoffice.org/wiki/VBA]
[http://wiki.services.openoffice.org/wiki/Oovbaapi]