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