LibreOffice
LibreOffice 24.2 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 module com { module sun { module star { module frame {
11 
19 {
67  void appendInfobar(
68  [in] string id,
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)
75 
93  void updateInfobar(
94  [in] string id,
95  [in] string primaryMessage,
96  [in] string secondaryMessage,
97  [in] long infobarType)
99 
116  void removeInfobar([in] string id) raises(com::sun::star::container::NoSuchElementException);
117 
131  boolean hasInfobar([in] string id);
132 };
133 
134 
135 }; }; }; };
136 
137 /* 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:18
Definition: Ambiguous.idl:20
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:30
base interface of all UNO interfaces
Definition: XInterface.idl:45