20 #ifndef __com_sun_star_awt_MessageBoxResults_idl__
21 #define __com_sun_star_awt_MessageBoxResults_idl__
23 module com { module sun { module star { module awt {
29 constants MessageBoxResults
script in the engine terminated normally.
Definition: FinishReason.idl:33
const short NO
The user pressed the "No" button.
Definition: MessageBoxResults.idl:45
const short RETRY
The user pressed the "Retry" button.
Definition: MessageBoxResults.idl:49
const short CANCEL
The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button.
Definition: MessageBoxResults.idl:33
const short IGNORE
The user pressed the "Ignore" button.
Definition: MessageBoxResults.idl:53
const short YES
The user pressed the "Yes" button.
Definition: MessageBoxResults.idl:41