20module 
com { module sun { module star { module awt {
 
   59                                  [in] 
string sMessage );
 
 
specifies a factory interface for creating message boxes.
Definition XMessageBoxFactory.idl:25
XMessageBox createMessageBox([in] com::sun::star::awt::XWindowPeer aParent, [in] MessageBoxType eType, [in] long nButtons, [in] string sTitle, [in] string sMessage)
creates a message box.
gives access to a message box.
Definition XMessageBox.idl:25
gives access to the actual window implementation on the device.
Definition XWindowPeer.idl:30
base interface of all UNO interfaces
Definition XInterface.idl:46
MessageBoxType
specifies the type of a XMessageBox.
Definition MessageBoxType.idl:27
Definition Ambiguous.idl:20