Listening to MenuBar changes (com.sun.star.awt.XMenuBar and com.sun.star.mozilla.XMenuProxy)
Alberto Ruiz <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, I am trying to figure out how which object implements the com.sun.star.mozilla.XMenuProxy interface. I want to use that interface from a given XMenuBar to be able to listen to menu changes, obtaining the item id. However, as far as I can see, no class implements this interface. If anybody knows of any alternative route to listen for menubar changes, any hep is appreciated. I am trying to use the accessibility infrastructure but I haven't figured out how to get to the right object to introspect. Cheers, Alberto Ruiz --