Searched defs:theAppleEvent (Results 1 - 1 of 1) sorted by relevance

/inkscape/packaging/macosx/ScriptExec/
H A Dmain.c100 static OSErr AppQuitAEHandler(const AppleEvent *theAppleEvent,
102 static OSErr AppOpenDocAEHandler(const AppleEvent *theAppleEvent,
104 static OSErr AppOpenAppAEHandler(const AppleEvent *theAppleEvent,
108 static OSErr AppReopenAppAEHandler(const AppleEvent *theAppleEvent,
452 static OSErr AppQuitAEHandler(const AppleEvent *theAppleEvent, argument
455 #pragma unused (reply, refCon, theAppleEvent)
475 static OSErr AppOpenDocAEHandler(const AppleEvent *theAppleEvent, argument
494 err = AEGetParamDesc(theAppleEvent, keyDirectObject, typeAEList,
527 static OSErr AppReopenAppAEHandler(const AppleEvent *theAppleEvent, argument
534 static OSErr AppOpenAppAEHandler(const AppleEvent *theAppleEvent, argument
[all...]

Completed in 16 milliseconds