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  */
36  com::sun::star::ui::XDecks getDecks();
37 
47  void showDecks([in] boolean bVisible);
48 
52  com::sun::star::ui::XSidebar getSidebar();
53 } ;
54 
55 } ; } ; } ; } ;
56 
57 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides access to Decks of a Sidebar.
Definition: XDecks.idl:17
Definition: Ambiguous.idl:20
Interface of the sidebar that allows its elements like panels to eg request layouts.
Definition: XSidebar.idl:24
Interface of the sidebar.
Definition: XSidebarProvider.idl:17
a frame object can be considered to be an "anchor" object where a component can be attached to...
Definition: XFrame.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:45