LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
64 [in]
string primaryMessage,
65 [in]
string secondaryMessage,
66 [in]
long infobarType,
67 [in] sequence<com::sun::star::beans::StringPair> actionButtons,
68 [in]
boolean showCloseButton)
83 [in]
string primaryMessage,
84 [in]
string secondaryMessage,
85 [in]
long infobarType)
Allows to add Infobars to a frame.
Definition: XInfobarProvider.idl:26
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
void removeInfobar([in] string id)
Removes an existing Infobar.
void updateInfobar([in] string id, [in] string primaryMessage, [in] string secondaryMessage, [in] long infobarType)
Updates an existing Infobar.
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
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.