LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
XSidebarProvider.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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_ui_XSidebarProvider_idl__
11#define __com_sun_star_ui_XSidebarProvider_idl__
12
16
19
20
21module com { module sun { module star { module ui {
22
27{
33 void setVisible ( [in] boolean bVisible);
34
37 boolean isVisible();
38
42
43 /* Decks collection attached to the sidebar
44 */
46
56 void showDecks([in] boolean bVisible);
57
62} ;
63
64} ; } ; } ; } ;
65
66#endif
67
68/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
a frame object can be considered to be an "anchor" object where a component can be attached to.
Definition XFrame.idl:44
provides access to Decks of a Sidebar.
Definition XDecks.idl:24
Interface of the sidebar.
Definition XSidebarProvider.idl:27
void setVisible([in] boolean bVisible)
Display the sidebar.
com::sun::star::ui::XDecks getDecks()
boolean isVisible()
Is the sidebar visible.
com::sun::star::frame::XFrame getFrame()
Get the XFrame owner.
void showDecks([in] boolean bVisible)
Decks container visibility.
com::sun::star::ui::XSidebar getSidebar()
Returns the sidebar object.
Interface of the sidebar that allows its elements like panels to eg request layouts.
Definition XSidebar.idl:29
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22