10 #ifndef __com_sun_star_frame_XInfobarProvider_idl__
11 #define __com_sun_star_frame_XInfobarProvider_idl__
17 module com { module sun { module star { module frame {
76 [in]
string primaryMessage,
77 [in]
string secondaryMessage,
78 [in]
long infobarType,
79 [in] sequence<com::sun::star::beans::StringPair> actionButtons,
80 [in]
boolean showCloseButton)
102 [in]
string primaryMessage,
103 [in]
string secondaryMessage,
104 [in]
long infobarType)
138 boolean hasInfobar([in]
string id);
Allows to add Infobars to a frame.
Definition: XInfobarProvider.idl:25
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47