LibreOffice
LibreOffice 6.4 SDK API Reference
com
sun
star
frame
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
13
#include <
com/sun/star/beans/StringPair.idl
>
14
#include <
com/sun/star/frame/InfobarType.idl
>
15
#include <
com/sun/star/uno/XInterface.idl
>
16
17
module
com
{ module sun { module star { module frame {
18
25
interface
XInfobarProvider
:
uno::XInterface
26
{
62
void
appendInfobar(
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)
69
raises(
com::sun::star::lang::IllegalArgumentException
);
70
81
void
updateInfobar(
82
[in]
string
id
,
83
[in]
string
primaryMessage,
84
[in]
string
secondaryMessage,
85
[in]
long
infobarType)
86
raises(
com::sun::star::container::NoSuchElementException
);
87
96
void
removeInfobar([in]
string
id
) raises(
com::sun::star::container::NoSuchElementException
);
97
};
98
99
100
}; }; }; };
101
102
#endif
103
104
/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
XInterface.idl
com::sun::star::frame::XInfobarProvider
Allows to add Infobars to a frame.
Definition:
XInfobarProvider.idl:25
StringPair.idl
com::sun::star::container::NoSuchElementException
is thrown by child access methods of collections, if the addressed child does not exist.
Definition:
NoSuchElementException.idl:34
InfobarType.idl
com
Definition:
Ambiguous.idl:22
com::sun::star::lang::IllegalArgumentException
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition:
IllegalArgumentException.idl:29
com::sun::star::uno::XInterface
base interface of all UNO interfaces
Definition:
XInterface.idl:47
Generated by
1.8.17