LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
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
10module com { module sun { module star { module frame {
11
19{
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
94 [in] string id,
95 [in] string primaryMessage,
96 [in] string secondaryMessage,
97 [in] long infobarType)
99
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: */
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 generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20