Lines Matching refs:script
29 module com { module sun { module star { module script { module vba {
33 /** Identifies a VBA script event fired via <member>XVBACompatibility::
44 /** This event is fired when a VBA script in the current document has been
47 <p>Several scripts may run simultaneously, e.g. when a running script
48 triggers a document event that starts another script.</p>
52 there will already contain the new script notified with this event.</p>
56 started script.</p>
61 /** This event is fired when a VBA script in the current document stops
64 <p>Several scripts may run simultaneously, e.g. when a running script
65 triggers a document event that starts another script.</p>
69 there will not contain the stopped script notified with this event
74 script that has been stopped.</p>
79 /** This event is fired when a VBA script in the current document tries to