10module 
com {  module sun {  module star {  module frame {
 
   69        [in] 
string primaryMessage,
 
   70        [in] 
string secondaryMessage,
 
   71        [in] 
long infobarType,
 
   72        [in] sequence<com::sun::star::beans::StringPair> actionButtons,
 
   73        [in] 
boolean showCloseButton)
 
   95        [in] 
string primaryMessage,
 
   96        [in] 
string secondaryMessage,
 
   97        [in] 
long infobarType)
 
 
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
Allows to add Infobars to a frame.
Definition XInfobarProvider.idl:19
void removeInfobar([in] string id)
Removes an existing Infobar.
void appendInfobar([in] string id, [in] string primaryMessage, [in] string secondaryMessage, [in] long infobarType, [in] sequence< com::sun::star::beans::StringPair > actionButtons, [in] boolean showCloseButton)
Creates and displays a new Infobar.
void updateInfobar([in] string id, [in] string primaryMessage, [in] string secondaryMessage, [in] long infobarType)
Updates an existing Infobar.
boolean hasInfobar([in] string id)
Check if Infobar exists.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20