LibreOffice
LibreOffice 7.3 SDK API Reference
XInfobarProvider.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef __com_sun_star_frame_XInfobarProvider_idl__
11 #define __com_sun_star_frame_XInfobarProvider_idl__
12 
16 
17 module com { module sun { module star { module frame {
18 
26 {
74  void appendInfobar(
75  [in] string id,
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)
82 
100  void updateInfobar(
101  [in] string id,
102  [in] string primaryMessage,
103  [in] string secondaryMessage,
104  [in] long infobarType)
106 
123  void removeInfobar([in] string id) raises(com::sun::star::container::NoSuchElementException);
124 
138  boolean hasInfobar([in] string id);
139 };
140 
141 
142 }; }; }; };
143 
144 #endif
145 
146 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
Allows to add Infobars to a frame.
Definition: XInfobarProvider.idl:25
Definition: Ambiguous.idl:22
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