LibreOffice
LibreOffice 24.2 SDK API Reference
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 
11 
12 module com { module sun { module star { module ui {
13 
18 {
24  void setVisible ( [in] boolean bVisible);
25 
28  boolean isVisible();
29 
33 
34  /* Decks collection attached to the sidebar
35  */
37 
47  void showDecks([in] boolean bVisible);
48 
53 } ;
54 
55 } ; } ; } ; } ;
56 
57 /* 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:39
provides access to Decks of a Sidebar.
Definition: XDecks.idl:19
Interface of the sidebar.
Definition: XSidebarProvider.idl:18
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:25
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: Ambiguous.idl:20