Home
last modified time | relevance | path

Searched refs:oEventProperties (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java81 PropertyValue[] oEventProperties = new PropertyValue[2]; in attachEventCall() local
82 oEventProperties[0] = new PropertyValue(); in attachEventCall()
83 oEventProperties[0].Name = "EventType"; in attachEventCall()
84 oEventProperties[0].Value = EventType; // "Service", "StarBasic" in attachEventCall()
85 oEventProperties[1] = new PropertyValue(); in attachEventCall()
86 oEventProperties[1].Name = "Script"; //PropertyNames.URL; in attachEventCall()
87 oEventProperties[1].Value = EventURL; in attachEventCall()
88 xEventsSuppl.getEvents().replaceByName(EventName, oEventProperties); in attachEventCall()

Completed in 12 milliseconds