1EventListener
2========================================
3
4The folder EventListener contains an MSDEV project that builds a dll that
5contains the EventListener.EvtListener ActiveX component. The component
6implements the XEventListener interface according to the rules of the
7OleBridge. The component will be used from the HTML page events.htm.
8
9
10VBEventListener:
11========================================
12
13Contains a Visual Basic project that builds an ActiveX component that implements
14com.sun.star.lang.XEventListener. Its ProgId is
15VBasicEventListener.VBEventListener The dll should also be checked in. VB needs
16its TLB, so it uses the same CLSIDs on the next build. The component will create
17a message box when its disposing function has been called.
18
19The project also contains a client that builds a Project1.exe (in the same
20folder) that creates VBEventListener and adds it to a StarOffice document
21