LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_MessageBoxType_idl__
20 #define __com_sun_star_awt_MessageBoxType_idl__
22 module
com { module sun { module star { module awt {
MessageBoxType
specifies the type of a XMessageBox.
Definition: MessageBoxType.idl:29
@ INFOBOX
A message box to inform the user about a certain event.
Definition: MessageBoxType.idl:36
@ WARNINGBOX
A message to warn the user about a certain problem.
Definition: MessageBoxType.idl:40
@ MESSAGEBOX
A normal message box.
Definition: MessageBoxType.idl:32
@ ERRORBOX
A message box to provide an error message to the user.
Definition: MessageBoxType.idl:44
Definition: Ambiguous.idl:22
@ QUERYBOX
A message box to query information from the user.
Definition: MessageBoxType.idl:48