LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
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
10
module
com
{ module sun { module star { module frame {
11
18
interface
XInfobarProvider
:
uno::XInterface
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)
74
raises(
com::sun::star::lang::IllegalArgumentException
);
75
93
void
updateInfobar
(
94
[in]
string
id
,
95
[in]
string
primaryMessage,
96
[in]
string
secondaryMessage,
97
[in]
long
infobarType)
98
raises(
com::sun::star::container::NoSuchElementException
);
99
115
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: */
com::sun::star::container::NoSuchElementException
is thrown by child access methods of collections, if the addressed child does not exist.
Definition
NoSuchElementException.idl:31
com::sun::star::lang::IllegalArgumentException
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition
IllegalArgumentException.idl:27
com::sun::star::frame::XInfobarProvider
Allows to add Infobars to a frame.
Definition
XInfobarProvider.idl:19
com::sun::star::frame::XInfobarProvider::removeInfobar
void removeInfobar([in] string id)
Removes an existing Infobar.
com::sun::star::frame::XInfobarProvider::appendInfobar
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.
com::sun::star::frame::XInfobarProvider::updateInfobar
void updateInfobar([in] string id, [in] string primaryMessage, [in] string secondaryMessage, [in] long infobarType)
Updates an existing Infobar.
com::sun::star::frame::XInfobarProvider::hasInfobar
boolean hasInfobar([in] string id)
Check if Infobar exists.
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition
XInterface.idl:46
com
Definition
Ambiguous.idl:20
com
sun
star
frame
XInfobarProvider.idl
Generated by
1.17.0