LibreOffice
LibreOffice 7.1 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
17module com { module sun { module star { module frame {
18
26{
63 [in] string id,
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)
70
82 [in] string id,
83 [in] string primaryMessage,
84 [in] string secondaryMessage,
85 [in] long infobarType)
87
97
105 boolean hasInfobar([in] string id);
106};
107
108
109}; }; }; };
110
111#endif
112
113/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
is thrown by child access methods of collections, if the addressed child does not exist.
Definition: NoSuchElementException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
Allows to add Infobars to a frame.
Definition: XInfobarProvider.idl:26
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:48
Definition: Accessible.idl:22